]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2011-03-05  Georg BrandlClose 2.0 branch. 1721/head 2.0
2011-03-05  Georg BrandlFix tag references in 2.0 branch.
2001-06-22  cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.0.1
2001-06-22  Tim PetersWe surely intended to fiddle the version number #define...
2001-06-22  Tim PetersWindows fiddling for the 2.0.1 release.
2001-06-22  Guido van RossumFinal update. Now Tim can cut the Windows installer...
2001-06-21  Fred DrakeAdded documentation for PyErr_SetFromErrnoWithFilename().
2001-06-21  Fred DrakeAdjust so that the copyright statements remain at the...
2001-06-21  Fred DrakeAdded the new license.tex as shared dependency.
2001-06-20  cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-06-20  Fred DrakeUpdate version number and date for 2.0.1 final release.
2001-06-20  Guido van RossumNews about the 2.0.1 final release (planned for Friday...
2001-06-15  Guido van RossumFix SF #433233: syntax error.
2001-06-14  Fred DrakeFix an improperly placed comma.
2001-06-14  Guido van RossumFix two mentions of 2.1 instead of 2.0.1. Not worth...
2001-06-13  cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.0.1c1
2001-06-13  Tim PetersAlso record the 2.0.1c1 Windows buildno in the branch...
2001-06-13  Tim PetersSet Windows buildno to 17 for 2.0.1c1.
2001-06-13  Tim PetersChange installer dialog titles to say Python 2.0.1c1.
2001-06-13  Fred DrakeUpdate version number and date for patch release candidate.
2001-06-13  Fred DrakeUpdate version number for patch release candidate.
2001-06-13  Guido van RossumChange the version to 2.0.1c1 -- release candidate...
2001-06-13  Guido van RossumBring SRE up do date with Python 2.1
2001-06-04  Barry WarsawBackported two fixes from the Py2.1 tree (pre-unittest...
2001-06-04  Barry WarsawThe SF patch (#129288 - urllib.py - chanign %02x to...
2001-05-08  Fred DrakeFix the version information to reflect that this is...
2001-05-04  Guido van RossumMake the license GPL-compatible.
2001-04-25  Fred DrakeCorrect two floating-point representations printed...
2001-04-13  Guido van RossumAdd clause 8, as in the 2.1 version of the license.
2001-04-13  Moshe ZadkaLib/xml/sax/xmlreader.py - import the exceptions this...
2001-04-13  Guido van RossumUpdated copyright situation; removed most BeOpen and...
2001-04-13  Guido van RossumUpdated the license situation. Basically, this is...
2001-04-11  Moshe ZadkaInspired by Tim Peters' 1.14->1.15 checkin to asynchat
2001-04-11  Moshe ZadkaChecking the diff from PC/getpatchp.c 1.22 to 1.23
2001-03-31  Moshe Zadka- #233253 - distutils/command/build_ext.py - the -...
2001-03-31  Moshe ZadkaBackported pyexpat memory-leak plugs
2001-03-31  Moshe Zadka- distutils/command/install.py - make .get_outputs...
2001-03-31  Moshe Zadka- #227562 - urllib.py - call URLopener.http_error_defau...
2001-03-31  Moshe Zadka- #117606 - configure.in, configure - use gcc -shared...
2001-03-31  Moshe Zadka- xmllib.py - Moved clearing of "literal" flag. The...
2001-03-31  Moshe ZadkaTreat \r as whitespace too, when removing trailing...
2001-03-31  Moshe Zadka- #12195 - webbrowser.py - there was typo in Mac code
2001-03-31  Moshe Zadka- Update install-sh using version from automake 1.4.
2001-03-31  Moshe Zadka- #121706 - config.c - _PyImport_Inittab: define the...
2001-03-31  Moshe ZadkaThe ".pth" code knew about the layout of Python trees...
2001-03-31  Moshe Zadka- #130306 - statcache.py - full of thread problems.
2001-03-31  Moshe ZadkaFix two typos in __imul__. Closes Bug #117745.
2001-03-31  Moshe Zadka- #128713 - mmapmodule.c - type(mmap_object) blew...
2001-03-31  Moshe Zadka- #119862 - getargs.c - patched memory leak
2001-03-31  Moshe ZadkaAddress a bug in the uuencode decoder, reported bu...
2001-03-31  Moshe ZadkaMake mpz's .binary() work on 64 bit platforms
2001-03-31  Moshe Zadka#125375 - parsermodule.c - fix parser.tuple2ast() failu...
2001-03-31  Moshe Zadkacurses.ascii - space (ASCII 32) is now considered white...
2001-03-31  Moshe Zadkaatexit.py - mutate list of functions in thread-safe way
2001-03-31  Moshe Zadka#123924: Windows - using OpenSSL, problem with socket...
2001-03-31  Moshe Zadka- #119833 - close socket in smtplib if there was an...
2001-03-31  Moshe ZadkaFixing #125452 - shlex.shlex hangs when it encounters...
2001-03-31  Moshe ZadkaFixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THR...
2001-03-31  Moshe Zadka- posixmodule.c - Add missing prototypes in for SunOS...
2001-03-31  Moshe ZadkaUse Py_CHARMASK for ctype macros. Fixes bug #232787.
2001-03-31  Moshe Zadka- #125981 -- socketmodule.c -- closing sockets was...
2001-03-31  Moshe Zadka- #122162 -- unicodeobject.c --- Fix unicode .split...
2001-03-30  Moshe Zadka- exceptions.c - make_class() Added a "goto finally...
2001-03-30  Moshe Zadka- #121013 - stringobject.c -- "".join(u"this is a test...
2001-03-30  Moshe ZadkaFixed deleting func_defaults causes segmentation fault bug
2001-03-30  Moshe Zadka- Add TELL64() hack #ifdef to FreeBSD, Apple and BSDI
2001-03-30  Moshe Zadka- Importing should now be safe with multiple Py_Initial...
2001-03-30  Moshe ZadkaFixing bug #407504. -- did not close pwd/grp databases.
2001-03-30  Moshe ZadkaFix memory leak with from import ...
2001-03-30  Moshe ZadkaFixed bug in complex(). No SF id
2001-03-30  Moshe Zadka#126161 and 123634 -- Unicode strings could not be...
2001-03-30  Moshe ZadkaFixing #121965 -- containment in xrange objects.
2001-03-30  Moshe ZadkaSF bug 119622: compile errors due to redundant atof...
2001-03-30  Moshe ZadkaFixing #409651 -- \ in a character group
2001-03-30  Moshe ZadkaIn Lib/locale.py, setlocale emulation, use != and not...
2001-03-30  Moshe ZadkaMore _curses compilation-problem fixes.
2001-03-30  Moshe ZadkaDocumenting the _curses bug fix.
2001-03-29  Moshe ZadkaYay! First fix I'm commiting on the way to 2.0.1
2001-03-20  Guido van RossumMerge Moshe's patch (fix argcnt for _cmp() into the...
2001-03-15  Martin v. LöwisDocument how to access bug reports by id.
2001-03-15  Martin v. LöwisMove _tkinter.c 1.115 into release branch.
2001-02-12  Guido van RossumFix core dump whenever PyList_Reverse() was called.
2001-01-02  Skip Montanaroforgot to update the comment to reflect the change...
2001-01-02  Skip Montanarochange default linkage of bsddb to shared - closes...
2001-01-02  cvs2svnThis commit was manufactured by cvs2svn to create branch
2000-10-16  cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.0
2000-10-16  Tim PetersTypo repair.
2000-10-16  Jeremy Hyltonrevise xml comment
2000-10-16  Fred DrakeUpdated the XML package comment.
2000-10-16  Tim PetersFilled in math-module info; fixed a typo or two.
2000-10-16  Jeremy HyltonAdd NEWS for 2.0 final (there are a few XXX comments...
2000-10-16  Jeremy Hyltonthe usual
2000-10-16  Jeremy Hyltonthe usual (part II)
2000-10-16  Tim PetersTest for math.* exceptional behavior only in verbose...
2000-10-16  Jeremy Hyltonthe usual
2000-10-16  Jeremy HyltonPatch #101936: Auto-detect DEC threads (which need...
2000-10-16  Barry Warsawfind(): Application of (slightly modified) SF patch...
2000-10-16  Jeremy Hyltondistutils setup files for Tkinter
2000-10-16  Jeremy Hyltonmisc. RPM support files
2000-10-16  Fred DrakeDemos of the new XML support from Lars Marius Garshol...
next