summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r201c1'.v2.0.1c1cvs2svn2001-06-131-0/+1
* Also record the 2.0.1c1 Windows buildno in the branch, although theTim Peters2001-06-131-0/+2
* Set Windows buildno to 17 for 2.0.1c1.Tim Peters2001-06-131-2/+2
* Change installer dialog titles to say Python 2.0.1c1.Tim Peters2001-06-131-2/+2
* Update version number and date for patch release candidate.Fred Drake2001-06-131-3/+3
* Update version number for patch release candidate.Fred Drake2001-06-131-1/+1
* Change the version to 2.0.1c1 -- release candidate 1, that is.Guido van Rossum2001-06-131-3/+3
* Bring SRE up do date with Python 2.1Guido van Rossum2001-06-137-170/+410
* Backported two fixes from the Py2.1 tree (pre-unittest rewrite):Barry Warsaw2001-06-041-3/+9
* The SF patch (#129288 - urllib.py - chanign %02x to %02X in quoting)Barry Warsaw2001-06-041-3/+3
* Fix the version information to reflect that this is the maintenanceFred Drake2001-05-081-4/+4
* Make the license GPL-compatible.Guido van Rossum2001-05-041-16/+5
* Correct two floating-point representations printed by the interpreter inFred Drake2001-04-251-2/+2
* Add clause 8, as in the 2.1 version of the license.Guido van Rossum2001-04-131-0/+4
* Lib/xml/sax/xmlreader.py - import the exceptions this module can raiseMoshe Zadka2001-04-132-0/+9
* Updated copyright situation; removed most BeOpen and all PythonLabsGuido van Rossum2001-04-131-37/+30
* Updated the license situation. Basically, this is the exact sameGuido van Rossum2001-04-131-56/+131
* Inspired by Tim Peters' 1.14->1.15 checkin to asynchatMoshe Zadka2001-04-111-1/+1
* Checking the diff from PC/getpatchp.c 1.22 to 1.23Moshe Zadka2001-04-111-2/+10
* - #233253 - distutils/command/build_ext.py - the --define and --undef optionsMoshe Zadka2001-03-312-1/+26
* Backported pyexpat memory-leak plugsMoshe Zadka2001-03-312-24/+91
* - distutils/command/install.py - make .get_outputs() produce a list of uniqueMoshe Zadka2001-03-312-2/+9
* - #227562 - urllib.py - call URLopener.http_error_default whenMoshe Zadka2001-03-312-4/+31
* - #117606 - configure.in, configure - use gcc -shared and gcc -fPICMoshe Zadka2001-03-313-261/+273
* - xmllib.py - Moved clearing of "literal" flag. The flag is set in setliteralMoshe Zadka2001-03-312-1/+9
* Treat \r as whitespace too, when removing trailing whitespaceMoshe Zadka2001-03-311-1/+1
* - #12195 - webbrowser.py - there was typo in Mac codeMoshe Zadka2001-03-312-1/+3
* - Update install-sh using version from automake 1.4.Moshe Zadka2001-03-312-26/+159
* - #121706 - config.c - _PyImport_Inittab: define the exceptions module's initMoshe Zadka2001-03-312-1/+4
* The ".pth" code knew about the layout of Python trees on unix andMoshe Zadka2001-03-312-0/+5
* - #130306 - statcache.py - full of thread problems.Moshe Zadka2001-03-312-18/+17
* Fix two typos in __imul__. Closes Bug #117745.Moshe Zadka2001-03-312-2/+9
* - #128713 - mmapmodule.c - type(mmap_object) blew up on Linux.Moshe Zadka2001-03-311-5/+6
* - #119862 - getargs.c - patched memory leakMoshe Zadka2001-03-313-1/+16
* Address a bug in the uuencode decoder, reported bu "donut" in SF bugMoshe Zadka2001-03-312-3/+5
* Make mpz's .binary() work on 64 bit platformsMoshe Zadka2001-03-312-1/+11
* #125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse treeMoshe Zadka2001-03-312-11/+22
* curses.ascii - space (ASCII 32) is now considered whitespaceMoshe Zadka2001-03-312-1/+3
* atexit.py - mutate list of functions in thread-safe wayMoshe Zadka2001-03-312-2/+3
* #123924: Windows - using OpenSSL, problem with socket in httplib.py.Moshe Zadka2001-03-312-1/+6
* - #119833 - close socket in smtplib if there was an error connectingMoshe Zadka2001-03-313-16/+34
* Fixing #125452 - shlex.shlex hangs when it encounters a string with anMoshe Zadka2001-03-311-0/+5
* Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.Moshe Zadka2001-03-312-10/+21
* - posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leakMoshe Zadka2001-03-312-2/+18
* Use Py_CHARMASK for ctype macros. Fixes bug #232787.Moshe Zadka2001-03-314-6/+8
* - #125981 -- socketmodule.c -- closing sockets was not thread-safe.Moshe Zadka2001-03-312-10/+17
* - #122162 -- unicodeobject.c --- Fix unicode .split() off-by-oneMoshe Zadka2001-03-313-12/+42
* - exceptions.c - make_class() Added a "goto finally" so that ifMoshe Zadka2001-03-302-0/+21
* - #121013 - stringobject.c -- "".join(u"this is a test") dumped coreMoshe Zadka2001-03-301-1/+1
* Fixed deleting func_defaults causes segmentation fault bugMoshe Zadka2001-03-302-1/+4