]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2003-01-03  Martin v. LöwisUse RUNSHARED for python invocations. Fixes #661408.
2003-01-03  Walter DörwaldFix read_mime_types() so that it returns a dict as...
2003-01-03  Martin v. LöwisAllow PyFile_GetLine() to return Unicode objects. Fixes...
2003-01-03  Neal NorwitzFix SF #659228, 'realpath' function missing from os...
2003-01-03  Greg WardSpread the blame (err, I mean credit) for ossaudiodev...
2003-01-03  Greg WardMention ossaudiodev.
2003-01-03  Neal NorwitzFix SF #659228, 'realpath' function missing from os...
2003-01-03  Andrew M. KuchlingWrite PEP 301 section
2003-01-03  Guido van RossumMention that imaplib now supports SSL -- this wasn...
2003-01-03  Skip Montanaroqualify known Solaris versions related to the binutils...
2003-01-03  Andrew M. KuchlingAdd SSL support for imaplib; add empty PEP301 section
2003-01-03  Skip Montanaroupdate info about binutils 2.13 breakage on Solaris.
2003-01-03  Andrew M. Kuchling[Patch #658093 ] Documentation support for PEP 301
2003-01-03  Andrew M. Kuchling[Patch #658094 ] PEP 301 implementation
2003-01-03  Andrew M. Kuchling[Patch #658094] PEP 301 implementation
2003-01-03  Just van RossumFix for bug #661136
2003-01-03  Raymond HettingerAdd contributor.
2003-01-03  Michael W.... Remove debugging prints.
2003-01-03  Raymond HettingerSF patch 660559: Use METH_O and METH_NOARGS where possible
2003-01-03  David GoodgerFixed markup.
2003-01-03  David GoodgerUpdated (2.3 OK now)
2003-01-02  Andrew M. KuchlingFix error in previous correction; thanks, Just!
2003-01-02  Barry WarsawJack complained that on test_crlf_separation() was...
2003-01-02  Andrew M. KuchlingFix PEP 302 description; bump version number
2003-01-02  Tim PetersThe tzinfo methods utcoffset() and dst() must return...
2003-01-02  Skip MontanaroAllow list sort's comparison function to explicitly...
2003-01-02  Kurt B. Kaiser1. Remove obsolete, incorrect comment on non-package...
2003-01-02  Tim Petersastimezone() internals: if utcoffset() returns a durat...
2003-01-02  Tim PetersAdded a section to record datetime changes. There...
2003-01-02  Tim PetersThe astimezone() correctness proof endured much pain...
2003-01-02  Kurt B. KaiserImprove exception handling.
2003-01-02  Tim PetersThere are two more copyright notices in the Windows...
2003-01-02  Tim PetersSF bug 661086: datetime.today() truncates microseconds.
2003-01-02  Guido van RossumUpdate the copyright year.
2003-01-02  Guido van RossumAnother copyright update. (JvR: can you backport this...
2003-01-02  Tim PetersSF bug 660795: logging missing from Python 2.3a1 for...
2003-01-02  Neal NorwitzAdd some version info for new methods and class
2003-01-02  Neal NorwitzSF #660795
2003-01-02  Andrew M. KuchlingFix an example
2003-01-02  Just van RossumReplaced imp.set_frozenmodules() cruft with proper...
2003-01-02  Just van RossumUgh, zipimport is virtually broken in 2.3a1 :-( It...
2003-01-02  Andrew MacIntyreEMX fork() emulation not good enough to cope with test_...
2003-01-02  Andrew MacIntyreOS/2 sockets do not support AF_UNIX, even though EMX...
2003-01-02  Andrew MacIntyrecatch up with zipimport changes to std getpathp.c
2003-01-02  Andrew MacIntyrebring structure closer to std config.c, whitespace...
2003-01-02  Andrew MacIntyrefix a merge mistake - readline not built by default
2003-01-02  Fred Drake- documented Ellipsis, NotImplemented
2003-01-02  Fred DrakeAdd dependency info for the recently added lib/libconst...
2003-01-02  Fred DrakeDocument that apply() is deprecated. See:
2003-01-02  Tim PetersCompleted astimezone's correctness proof. That doesn...
2003-01-02  Anthony BaxterClearing out old patch queue. Patch #558547, make Socke...
2003-01-02  Guido van RossumAdd byext.py
2003-01-01  Tim PetersA quicker astimezone() implementation, rehabilitating...
2003-01-01  Skip Montanaromention built-in constants.
2003-01-01  Skip Montanaroprocess libconsts.tex
2003-01-01  Skip Montanaronew section - builtin constants
2003-01-01  Skip Montanaroadd find-uname.py
2003-01-01  Skip MontanaroSearch for Unicode character names using regular expres...
2003-01-01  Skip MontanaroSplit OPT make variable into OPT and BASECFLAGS. The...
2003-01-01  Neal NorwitzMove _PyInt_Init() into pythonrun.h, since all the...
2003-01-01  Neal NorwitzRevert last change -- test works on HPUX again after...
2003-01-01  Guido van RossumSilly little script to print statistics (files, lines...
2003-01-01  Martin v. LöwisExpose I_ constants. Auto-detect stropts.h. Properly...
2003-01-01  Fred DrakeRevert merge from 2.3 alpha 1 release branch; the chang...
2003-01-01  Tim Petersdatetimetz_astimezone(): Speed optimizations -- althou...
2003-01-01  Tim PetersThe failure of the last-second addition to the timezone...
2003-01-01  Tim PetersMerging in changes from r23a1-branch. Doc/makefile...
2003-01-01  Kurt B. KaiserMore installation info. Bump alpha version.
2003-01-01  Kurt B. KaiserDebugger was tracing through rpc.py when IDLEfork was...
2002-12-31  Kurt B. KaiserImprove exception handling.
2002-12-31  Neal NorwitzTry to get compilation working for cygwin
2002-12-31  Jason TishlerPatch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch
2002-12-31  Fred DrakeThe trunk is (nominally) post-alpha.
2002-12-31  Guido van RossumMerge to trunk from release branch:
2002-12-31  Barry WarsawMake two tests non-locale-dependent
2002-12-31  Andrew M. KuchlingResults of a rewrite pass
2002-12-31  Fred Drake- use classdesc where we can (for better indexing)
2002-12-31  Jeremy HyltonReplace all but one explicit emit('SET_LINENO') with...
2002-12-31  Tony LowndsDon't let the docstring end up in __main__.__doc__
2002-12-31  Barry Warsawtest01_close_dbenv_before_db(): Added an XXX comment...
2002-12-31  Neal NorwitzComment out test, since it hangs on HPUX, still investi...
2002-12-31  Jeremy HyltonSF patch [ 597919 ] compiler package and SET_LINENO
2002-12-31  Fred DrakeGeneral style conformance. Markup some unmarked constr...
2002-12-31  Kurt B. KaiserUpdate (slightly) for Alpha release
2002-12-31  Martin v. LöwisRemove bogus test; the master is not a terminal on...
2002-12-31  Kurt B. KaiserMove history to HISTORY.txt
2002-12-31  Kurt B. KaiserUpdate for Alpha 0 Release
2002-12-31  Guido van RossumAdd recipe for creating NEWS.html.
2002-12-31  Tim PetersA new, and much hairier, implementation of astimezone...
2002-12-31  Martin v. LöwisEliminate C++ comment.
2002-12-31  Raymond HettingerUse funcdesc instead of classdesc to be consistent...
2002-12-31  Fred DrakeFurther cleanup of exceptions. All interpolation-relat...
2002-12-31  Skip MontanaroBernhard Herzog's paragraph and string-filling code...
2002-12-31  Tony LowndsKeep __main__ namespace clean
2002-12-31  Just van Rossummodulefinder.py moved to Lib/
2002-12-31  Raymond HettingerSpelling fix
2002-12-31  Guido van RossumFix an out-of-bound index in pmerge() discovered by...
2002-12-31  Just van Rossumpatch attached to sf item #643711:
2002-12-31  Raymond HettingerAdd markup for time object.
2002-12-31  Just van Rossummoving modulefinder.py to the standard library
next