summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in test_bad_timezone where test was assuming locale knew of PDT.Brett Cannon2003-08-111-2/+3
* Add a couple of decrefs to error paths.Michael W. Hudson2003-08-111-2/+4
* Comment typo fixesAndrew M. Kuchling2003-08-112-2/+2
* mention pymemcompat.h in Misc/READMEMichael W. Hudson2003-08-111-0/+1
* Fix silly typo in comment.Michael W. Hudson2003-08-111-1/+1
* add a statement identifying StringI and StringO objects.Skip Montanaro2003-08-111-1/+2
* reverting to 2.41 version (distinct tp_names) - will add verbiage to theSkip Montanaro2003-08-111-2/+2
* shit - just change the visible name, not the comments - strictly speaking,Skip Montanaro2003-08-111-3/+3
* typosSkip Montanaro2003-08-111-3/+3
* Fix refcounting and cut & paste error (?) in last checkin.Michael W. Hudson2003-08-111-3/+1
* Unconditionally opening the temp file in text mode causes this test to failJason Tishler2003-08-111-2/+5
* Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX,Jack Jansen2003-08-111-1/+3
* Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] andBrett Cannon2003-08-112-10/+39
* SF bug #778964: bad seed in python 2.3 randomRaymond Hettinger2003-08-093-1/+8
* Add HIDDEN. Fixes #777664.Martin v. Löwis2003-08-091-0/+2
* Move initialization of sys.std{in,out}.encoding to Py_Initialize.Martin v. Löwis2003-08-092-33/+51
* Patch #771998: Put braces around variables. Will backport to 2.3.Martin v. Löwis2003-08-092-2245/+3082
* SF patch #747364: BaseHTTPServer doesn't need StringIO intermediaryRaymond Hettinger2003-08-091-11/+1
* SF patch #783807: Clarify PySequence_Setitem ref countingRaymond Hettinger2003-08-091-1/+2
* IDLEfork Bug 782759Kurt B. Kaiser2003-08-091-4/+9
* Explain argument unpackingRaymond Hettinger2003-08-081-0/+18
* /* XXX From here until type is allocated, "return NULL" leaks bases! */Michael W. Hudson2003-08-081-2/+9
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-083-2/+34
* SF bug #775836: change 0,1 to False,True in dict.has_key docRaymond Hettinger2003-08-081-1/+1
* Modified itertools.izip() to match the behavior of __builtin__.zip()Raymond Hettinger2003-08-084-8/+15
* Re-sync doc tests with the doc updates.Raymond Hettinger2003-08-081-3/+7
* Improve docs:Raymond Hettinger2003-08-081-16/+13
* Fix docstring in LocaleTime.Brett Cannon2003-08-081-2/+2
* Repair refcounting on error return from type_set_bases.Michael W. Hudson2003-08-072-3/+13
* Fix hyperlinks and one class reference.Fred Drake2003-08-072-3/+3
* Release host name memory. Fixes #783312. Will backport to 2.3.Martin v. Löwis2003-08-071-6/+12
* Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.Mark Hammond2003-08-062-1/+3
* Remove useless import.Walter Dörwald2003-08-051-1/+1
* Check both __div__ and __truediv__ in division tests.Walter Dörwald2003-08-051-1/+9
* Removed deprecated functionsRaymond Hettinger2003-08-051-1/+4
* Removed deprecated functionsRaymond Hettinger2003-08-052-61/+2
* SF patch #782810: typo in libfuture.texRaymond Hettinger2003-08-051-1/+1
* SF bug #782369: Massive memory leak in array moduleRaymond Hettinger2003-08-051-2/+7
* forgot to commit this - note about the signal module SIGRT(MIN,MAX)Anthony Baxter2003-08-051-0/+2
* Mention caching and better thread-safety for Lib/_strptime.pyBrett Cannon2003-08-051-0/+4
* Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3.Martin v. Löwis2003-08-051-0/+8
* Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.Martin v. Löwis2003-08-052-3/+19
* Correct URL of normalization file. Fixes #781065. Will backport to 2.3.Martin v. Löwis2003-08-051-2/+2
* Patch #781126: Fix markup for add_fallback. Will backport to 2.3.Martin v. Löwis2003-08-051-1/+1
* Make sure eol_convention is an ASCII string. Fixes #774680.Martin v. Löwis2003-08-051-0/+3
* init_myformat(): None of the "mark" values can be empty strings, orFred Drake2003-08-051-3/+10
* Re-introduce caching of TimeRE and compiled regexes with added thread-safety.Brett Cannon2003-08-052-335/+190
* Touch-up to docstrings.Brett Cannon2003-08-051-19/+20
* Add note about fileno not being usable as a normal file descriptor in Windows.Brett Cannon2003-08-051-0/+4
* better support for well-formed XHTMLFred Drake2003-08-051-4/+4