summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Add TELL64() hack #ifdef to FreeBSD, Apple and BSDIMoshe Zadka2001-03-302-1/+2
* - Importing should now be safe with multiple Py_Initialize/Py_FinalizeMoshe Zadka2001-03-302-10/+7
* Fixing bug #407504. -- did not close pwd/grp databases.Moshe Zadka2001-03-303-0/+6
* Fix memory leak with from import ...Moshe Zadka2001-03-301-1/+2
* Fixed bug in complex(). No SF idMoshe Zadka2001-03-302-1/+10
* #126161 and 123634 -- Unicode strings could not be pickled correctly.Moshe Zadka2001-03-303-2/+55
* Fixing #121965 -- containment in xrange objects.Moshe Zadka2001-03-302-7/+19
* SF bug 119622: compile errors due to redundant atof decls.Moshe Zadka2001-03-303-3/+3
* Fixing #409651 -- \ in a character groupMoshe Zadka2001-03-302-1/+3
* In Lib/locale.py, setlocale emulation, use != and not is not to compareMoshe Zadka2001-03-302-1/+5
* More _curses compilation-problem fixes.Moshe Zadka2001-03-302-7/+50
* Documenting the _curses bug fix.Moshe Zadka2001-03-301-0/+2
* Yay! First fix I'm commiting on the way to 2.0.1Moshe Zadka2001-03-291-4/+38
* Merge Moshe's patch (fix argcnt for _cmp() into the 2.0.1 branch.Guido van Rossum2001-03-201-2/+2
* Document how to access bug reports by id.Martin v. Löwis2001-03-151-0/+6
* Move _tkinter.c 1.115 into release branch.Martin v. Löwis2001-03-152-3/+19
* Fix core dump whenever PyList_Reverse() was called.Guido van Rossum2001-02-121-11/+14
* forgot to update the comment to reflect the change in default linkageSkip Montanaro2001-01-021-2/+1
* change default linkage of bsddb to shared - closes bug #126564Skip Montanaro2001-01-021-1/+1
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-01-02744-163910/+33
* This commit was manufactured by cvs2svn to create tag 'release20'.v2.0cvs2svn2000-10-160-0/+0
* Typo repair.Tim Peters2000-10-161-1/+1
* revise xml commentJeremy Hylton2000-10-161-2/+2
* Updated the XML package comment.Fred Drake2000-10-161-3/+3
* Filled in math-module info; fixed a typo or two.Tim Peters2000-10-161-6/+12
* Add NEWS for 2.0 final (there are a few XXX comments that must beJeremy Hylton2000-10-161-9/+79
* the usualJeremy Hylton2000-10-161-2/+2
* the usual (part II)Jeremy Hylton2000-10-161-30/+40
* Test for math.* exceptional behavior only in verbose mode, so that theTim Peters2000-10-162-31/+40
* the usualJeremy Hylton2000-10-1610-259/+488
* Patch #101936: Auto-detect DEC threads (which need "-threads" argument)Jeremy Hylton2000-10-162-427/+419
* find(): Application of (slightly modified) SF patch #101928 by UlfBarry Warsaw2000-10-161-4/+4
* distutils setup files for TkinterJeremy Hylton2000-10-162-0/+31
* misc. RPM support filesJeremy Hylton2000-10-164-0/+383
* Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>.Fred Drake2000-10-163-0/+172