- 4aa13df This commit was manufactured by cvs2svn to create tag 'r201c1'. by cvs2svn · 24 years ago v2.0.1c1
- af5d388 Also record the 2.0.1c1 Windows buildno in the branch, although the by Tim Peters · 24 years ago
- 36b5711 Set Windows buildno to 17 for 2.0.1c1. by Tim Peters · 24 years ago
- 27ff017 Change installer dialog titles to say Python 2.0.1c1. by Tim Peters · 24 years ago
- f9c24dd Update version number and date for patch release candidate. by Fred Drake · 24 years ago
- 17ed606 Update version number for patch release candidate. by Fred Drake · 24 years ago
- 858e991 Change the version to 2.0.1c1 -- release candidate 1, that is. by Guido van Rossum · 24 years ago
- f502c73 Bring SRE up do date with Python 2.1 by Guido van Rossum · 24 years ago
- 5cf87aa Backported two fixes from the Py2.1 tree (pre-unittest rewrite): by Barry Warsaw · 24 years ago
- cbe99a1 The SF patch (#129288 - urllib.py - chanign %02x to %02X in quoting) by Barry Warsaw · 24 years ago
- 1f6982a Fix the version information to reflect that this is the maintenance branch. by Fred Drake · 24 years ago
- d37ddbc Make the license GPL-compatible. by Guido van Rossum · 24 years ago
- 7c7d1f8 Correct two floating-point representations printed by the interpreter in by Fred Drake · 24 years ago
- aac257d Add clause 8, as in the 2.1 version of the license. by Guido van Rossum · 24 years ago
- a5beccf Lib/xml/sax/xmlreader.py - import the exceptions this module can raise by Moshe Zadka · 24 years ago
- 1a65473 Updated copyright situation; removed most BeOpen and all PythonLabs by Guido van Rossum · 24 years ago
- 20d4594 Updated the license situation. Basically, this is the exact same by Guido van Rossum · 24 years ago
- 097cf85 Inspired by Tim Peters' 1.14->1.15 checkin to asynchat by Moshe Zadka · 24 years ago
- abbae5b Checking the diff from PC/getpatchp.c 1.22 to 1.23 by Moshe Zadka · 24 years ago
- 67c2759 - #233253 - distutils/command/build_ext.py - the --define and --undef options by Moshe Zadka · 24 years ago
- aafd60c Backported pyexpat memory-leak plugs backported by Martin van Lowis by Moshe Zadka · 24 years ago
- bf9183e - distutils/command/install.py - make .get_outputs() produce a list of unique by Moshe Zadka · 24 years ago
- 6aae5c3 - #227562 - urllib.py - call URLopener.http_error_default when by Moshe Zadka · 24 years ago
- 9b80782 - #117606 - configure.in, configure - use gcc -shared and gcc -fPIC by Moshe Zadka · 24 years ago
- 7c9bcf8 - xmllib.py - Moved clearing of "literal" flag. The flag is set in setliteral by Moshe Zadka · 24 years ago
- ea96661 Treat \r as whitespace too, when removing trailing whitespace by Moshe Zadka · 24 years ago
- b91dffe - #12195 - webbrowser.py - there was typo in Mac code by Moshe Zadka · 24 years ago
- 80a5f0a - Update install-sh using version from automake 1.4. by Moshe Zadka · 24 years ago
- f371296 - #121706 - config.c - _PyImport_Inittab: define the exceptions module's init by Moshe Zadka · 24 years ago
- 2a56667 The ".pth" code knew about the layout of Python trees on unix and by Moshe Zadka · 24 years ago
- 98cf19b - #130306 - statcache.py - full of thread problems. by Moshe Zadka · 24 years ago
- 805e7c6 Fix two typos in __imul__. Closes Bug #117745. by Moshe Zadka · 24 years ago
- 8b21969 - #128713 - mmapmodule.c - type(mmap_object) blew up on Linux. by Moshe Zadka · 24 years ago
- 175a46d - #119862 - getargs.c - patched memory leak by Moshe Zadka · 24 years ago
- d085188 Address a bug in the uuencode decoder, reported bu "donut" in SF bug by Moshe Zadka · 24 years ago
- 2010399 Make mpz's .binary() work on 64 bit platforms Make mpzmodule compile with cygwin by Moshe Zadka · 24 years ago
- 256a550 #125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse tree by Moshe Zadka · 24 years ago
- 2c476bb curses.ascii - space (ASCII 32) is now considered whitespace by Moshe Zadka · 24 years ago
- 2112200 atexit.py - mutate list of functions in thread-safe way by Moshe Zadka · 24 years ago
- d4e7481 #123924: Windows - using OpenSSL, problem with socket in httplib.py. by Moshe Zadka · 24 years ago
- 9539076 - #119833 - close socket in smtplib if there was an error connecting by Moshe Zadka · 24 years ago
- a60cde3 Fixing #125452 - shlex.shlex hangs when it encounters a string with an by Moshe Zadka · 24 years ago
- 64c21a5 Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS. by Moshe Zadka · 24 years ago
- aece8f3f - posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak by Moshe Zadka · 24 years ago
- d5ceef4 Use Py_CHARMASK for ctype macros. Fixes bug #232787. by Moshe Zadka · 24 years ago
- 0a6e179 - #125981 -- socketmodule.c -- closing sockets was not thread-safe. by Moshe Zadka · 24 years ago
- 95e2265 - #122162 -- unicodeobject.c --- Fix unicode .split() off-by-one by Moshe Zadka · 24 years ago
- 23ec9eb - exceptions.c - make_class() Added a "goto finally" so that if by Moshe Zadka · 24 years ago
- 324ebb1 - #121013 - stringobject.c -- "".join(u"this is a test") dumped core by Moshe Zadka · 24 years ago
- f305203 Fixed deleting func_defaults causes segmentation fault bug by Moshe Zadka · 24 years ago
- c322667 - Add TELL64() hack #ifdef to FreeBSD, Apple and BSDI by Moshe Zadka · 24 years ago
- 93fe3d7 - Importing should now be safe with multiple Py_Initialize/Py_Finalize by Moshe Zadka · 24 years ago
- 81c7b62 Fixing bug #407504. -- did not close pwd/grp databases. by Moshe Zadka · 24 years ago
- 4bdc967 Fix memory leak with from import ... by Moshe Zadka · 24 years ago
- 641efd3 Fixed bug in complex(). No SF id by Moshe Zadka · 24 years ago
- 2b2ac3a #126161 and 123634 -- Unicode strings could not be pickled correctly. by Moshe Zadka · 24 years ago
- f15aee5 Fixing #121965 -- containment in xrange objects. by Moshe Zadka · 24 years ago
- 5f45415 SF bug 119622: compile errors due to redundant atof decls. by Moshe Zadka · 24 years ago
- ff90535 Fixing #409651 -- \ in a character group by Moshe Zadka · 24 years ago
- 5984783 In Lib/locale.py, setlocale emulation, use != and not is not to compare strings by Moshe Zadka · 24 years ago
- fc2b761 More _curses compilation-problem fixes. by Moshe Zadka · 24 years ago
- 78a2569 Documenting the _curses bug fix. by Moshe Zadka · 24 years ago
- 0cf3bad Yay! First fix I'm commiting on the way to 2.0.1 by Moshe Zadka · 24 years ago
- c9a822a Merge Moshe's patch (fix argcnt for _cmp() into the 2.0.1 branch. by Guido van Rossum · 24 years ago
- a2ec997 Document how to access bug reports by id. by Martin v. Löwis · 24 years ago
- 0a932b6 Move _tkinter.c 1.115 into release branch. by Martin v. Löwis · 24 years ago
- b5790c1 Fix core dump whenever PyList_Reverse() was called. by Guido van Rossum · 24 years ago
- 5696eb2 forgot to update the comment to reflect the change in default linkage by Skip Montanaro · 25 years ago
- d8f38d8 change default linkage of bsddb to shared - closes bug #126564 by Skip Montanaro · 25 years ago
- 0ae1490 This commit was manufactured by cvs2svn to create branch 'release20-maint'. by cvs2svn · 25 years ago
- ff139a8 This commit was manufactured by cvs2svn to create tag 'release20'. by cvs2svn · 25 years ago v2.0
- adfb94f Typo repair. by Tim Peters · 25 years ago
- d867a2c revise xml comment by Jeremy Hylton · 25 years ago
- 1a64050 Updated the XML package comment. by Fred Drake · 25 years ago
- 989b7b9 Filled in math-module info; fixed a typo or two. by Tim Peters · 25 years ago
- d6e2023 Add NEWS for 2.0 final (there are a few XXX comments that must be addressed). by Jeremy Hylton · 25 years ago
- b675081 the usual by Jeremy Hylton · 25 years ago
- e216705 the usual (part II) by Jeremy Hylton · 25 years ago
- 98c8184 Test for math.* exceptional behavior only in verbose mode, so that the by Tim Peters · 25 years ago
- a8268e9 the usual by Jeremy Hylton · 25 years ago
- 1a2ca86 Patch #101936: Auto-detect DEC threads (which need "-threads" argument) by Jeremy Hylton · 25 years ago
- 75f8101 find(): Application of (slightly modified) SF patch #101928 by Ulf by Barry Warsaw · 25 years ago
- 21000ca distutils setup files for Tkinter by Jeremy Hylton · 25 years ago
- 355e2f2 misc. RPM support files by Jeremy Hylton · 25 years ago
- ac5f748 Demos of the new XML support from Lars Marius Garshol <[email protected]>. by Fred Drake · 25 years ago
- f155170 Correct form of FourThought's name by Andrew M. Kuchling · 25 years ago
- 0eb75b4 Bump version to 1.0.1. by Greg Ward · 25 years ago
- 55b4efd Fixed minor problem with reset(). by Lars Gustäbel · 25 years ago
- 6869245 Prep the Windows installer for 2.0 final: by Tim Peters · 25 years ago
- 89fb035 For PyErr_Format(), note that the exception parameter can be a string or by Fred Drake · 25 years ago
- 3c8c2f9 Adjust the Macintosh manual to have the formatting dependencies for by Fred Drake · 25 years ago
- 21c9df7 For os.stat() & friends, note that the time fields are returned as by Fred Drake · 25 years ago
- e764968 Update dependencies for the Macintosh manual. by Fred Drake · 25 years ago
- c25296a Update to include all the new chapters & sections. by Fred Drake · 25 years ago
- c7babad Remove everything that is not module documentation. It is no longer needed here. by Fred Drake · 25 years ago
- 8e850ee Fix some internal references that I botched. by Fred Drake · 25 years ago
- 45aa573 Chapter on how to use MacPython, by Bob Savage <[email protected]>. by Fred Drake · 25 years ago
- 4d0d621 Chapters on Mac Toolbox modules and other undocumented modules, ready to by Fred Drake · 25 years ago
- 1bd905e Documentation for the aepack and aetypes modules, by Vincent Marchetti by Fred Drake · 25 years ago
- 8f6ca15 Chris Barker <[email protected]>: Small fixes. by Fred Drake · 25 years ago