]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2002-03-08  Fred DrakeI started writing more documentation on the Scrap modul...
2002-03-08  Skip Montanaroadd Content-Type header to error responses
2002-03-08  Piers Lauderadd SSL class submitted by Tino Lange
2002-03-08  Fred Drake"Shortcut" should be "short-circuit".
2002-03-07  Skip Montanaroadd repr_str as alias for repr_string in both HTMLRepr...
2002-03-07  Michael W.... Guido pointed out that I was missing a couple decrefs.
2002-03-07  Michael W.... Regenerate.
2002-03-07  Michael W.... Apply Jack's patch attached to
2002-03-06  Michael W.... Test for
2002-03-06  Michael W.... Special support for pickling os.stat and os.stat_vfs...
2002-03-06  Michael W.... Apply (my) patch:
2002-03-06  Fred DrakeAdded missing version annotation for dict().
2002-03-05  Jack JansenCGStubLib wasn't weak-linked, fixed. 221 candidate.
2002-03-05  Martin v. LöwisSet default value for readlines.sizehint to None. Chang...
2002-03-05  Michael W.... A fix & test for
2002-03-05  Fred DrakeAdd implementations for \textgreater and \textless...
2002-03-05  Fred DrakeRemove extra indenatation from sample interpreter session.
2002-03-05  Steven M. Gavaremove debug cruft
2002-03-05  Steven M. Gavafurther work on new config system
2002-03-04  Skip Montanaroadd simple example of avoiding backtracking
2002-03-04  Just van RossumAdded ClipCGContextToRegion() from Quickdraw.h.
2002-03-04  Martin v. LöwisRemove tp_print.
2002-03-03  Tim PetersPython no longer compiled on Windows, due to #include...
2002-03-03  Barry WarsawRemoved two unused imports. Closes patch #525225.
2002-03-03  Martin v. LöwisPatch #50002: Display line information for bad \x escapes:
2002-03-03  Neal NorwitzSF #506611, fix sys.setprofile(), sys.settrace() core...
2002-03-03  Andrew MacIntyreOS/2 more program behaves like Win32 more
2002-03-03  Andrew MacIntyreOS/2 EMX port changes (Modules part of patch #450267):
2002-03-03  Andrew MacIntyreOS/2 EMX port changes (Modules part of patch #450267):
2002-03-03  Andrew MacIntyreOS/2 EMX port changes (Modules part of patch #450267):
2002-03-02  Just van RossumAdded support for SyncCGContextOriginWithPort().
2002-03-02  Tim PetersWhether platform malloc(0) returns NULL has nothing...
2002-03-02  Steven M. GavaFirst work on making config changes dynamic,
2002-03-02  Tim PetersFor clarity, change _longobject to build directly from...
2002-03-02  Tim Peters_PyLong_Copy(): was creating a copy of the absolute...
2002-03-02  Tim PetersRevert the last odd change to PyNumber_Long: the probl...
2002-03-01  Barry WarsawAdded PortableUnixMailbox to the __all__ variable,...
2002-03-01  Guido van RossumSF patch 514641 (Naofumi Honda) - Negative ob_size...
2002-03-01  Guido van RossumSF patch 517245 by Marc Recht.
2002-03-01  Michael W.... Changes to what we do to modules that don't import, as
2002-03-01  Martin v. LöwisPatch #524008: Fix portability bug on new POSIX hosts
2002-03-01  Neal NorwitzSF #517447, correct syntax error
2002-03-01  Martin v. LöwisPatch #523268, #522027: return enhanced tuples.
2002-03-01  Martin v. LöwisPatch #523268, #522027: return enhanced tuples.
2002-03-01  Martin v. LöwisPatch 520694: arraymodule.c improvements:
2002-03-01  Martin v. LöwisPatch #520062: Support IPv6 with VC.NET.
2002-02-28  Jeremy HyltonCells are not VAR objects.
2002-02-28  Guido van RossumSF patch 518765 (Derek Harland): Bug in copy.py when...
2002-02-28  Tim PetersSF patch 522961: Leak in Python/thread_nt.h, from...
2002-02-28  Tim PetersPyGC_Head: Use "long double" instead of "double" as...
2002-02-28  Guido van RossumSF patch #524005 by Paul Eggert.
2002-02-28  Martin v. LöwisPatch #522279: transformer.py nodes shadows global.
2002-02-28  Martin v. LöwisCorrect various errors:
2002-02-28  Andrew MacIntyre%#x/%#X format conversion cleanup (see patch #450267):
2002-02-28  Marc-André... Allow shebang's which use versioned Python binaries...
2002-02-28  Tim PetersFix 2.2.1 string.
2002-02-28  Tim PetersReserve a Windows build num for 2.2.1c1.
2002-02-27  Michael W.... Add 2002 to PSF copyrights.
2002-02-26  Guido van RossumSF patch #523169, by Samuele Pedroni.
2002-02-26  Jack JansenSome buffers needed to be unsigned char, not char.
2002-02-26  Andrew MacIntyreOS/2 EMX port changes (Python part of patch #450267):
2002-02-26  Andrew MacIntyreOS/2 EMX port changes (Objects part of patch #450267):
2002-02-26  Andrew MacIntyreOS/2 EMX port changes (Include part of patch #450267):
2002-02-26  Steven M. Gavabugfix for the problem where EditorWindow instances
2002-02-25  Guido van Rossumcanonic(): Fix by Edward K Ream to make breakpoints...
2002-02-25  Guido van RossumFix by Edward K Ream to make breakpoints work on Window...
2002-02-25  Guido van RossumEdward K. Ream.
2002-02-25  Guido van RossumFix by Edward K Ream to make breakpoints work on Window...
2002-02-25  Fred DrakeFix error in explanation of the interaction between...
2002-02-25  Marc-André... Add documentation about how the inter-module linking...
2002-02-24  Martin v. LöwisSet TCL_LIBRARY before import _tkinter. Suggested by...
2002-02-24  Martin v. LöwisPatch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UX
2002-02-24  Martin v. LöwisAccept Unicode strings as SMTP TO addresses. Fixes...
2002-02-24  Andrew MacIntyreOS/2 EMX port Library and regression test changes:
2002-02-23  Steven M. Gavatracking changes to python idle:
2002-02-23  Martin v. LöwisPatch #520483: Make IDLE OutputWindow handle Unicode.
2002-02-23  Martin v. LöwisPatch #521714: fix pychecker warnings in ast.py.
2002-02-23  Martin v. LöwisPatch #521670: Remove unused sys import.
2002-02-23  Tim PetersSF bug #501591: dir() doc is old
2002-02-22  Greg WardGrammar tweak.
2002-02-22  Fred DrakeTypo: thsi -> this. Closes SF bug #521450.
2002-02-22  Andrew MacIntyreCreate and populate OS/2 EMX port platform specific...
2002-02-22  Piers Laudermoved command logging routines into IMAP4 class: thread...
2002-02-20  Thomas HellerFirst version which runs an install-script (specified...
2002-02-20  Fred DrakeCorrect the refcount information for the PyWeakref_GetO...
2002-02-19  Tim PetersSomebody made list.__dict__ grow a '__doc__' key, but...
2002-02-19  Neal NorwitzSF #515023. Make _DummyThread.join() signature match...
2002-02-19  Neal NorwitzSF #515041, Update path for 2.3
2002-02-18  Martin v. LöwisAllow __doc__ to be of arbitrary type. Patch by James...
2002-02-18  Steven M. Gavafurther work on config system
2002-02-18  Steven M. Gavahandle user theme and key set deletion
2002-02-17  Neil SchemenauerMove some opcodes to top of big eval_frame switch state...
2002-02-17  Tim PetersSF bug #497839: reindent chokes on empty first lines.
2002-02-17  Andrew MacIntyreCreate and populate OS/2 EMX port build directory:
2002-02-17  Tim PetersRepair so that importing socket doesn't blow up on...
2002-02-17  Tim PetersMoved the declaration of PySocketSock_Type from socketm...
2002-02-17  Tim PetersFor readability, switch to tab indents; was using a...
2002-02-16  Martin v. LöwisPatch #508038: Do not use a type as a variable name.
2002-02-16  Martin v. LöwisPatch #511193: Implement killpg in posixmodule.
2002-02-16  Martin v. LöwisPatch #515598: removed unused import of os.
next