summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add note about DL_IMPORT deprecation.Mark Hammond2002-07-221-0/+4
* Fixed potential refcount problems with interned strings, adapted comments, ad...Jack Jansen2002-07-221-6/+16
* Finally found out why te cf project sometimes worked and someimes didn't. Fix...Jack Jansen2002-07-221-1/+1
* New test "+sort", tacking 10 random floats on to the end of a sortedTim Peters2002-07-211-6/+9
* Changed import fromTim Peters2002-07-211-1/+1
* Bug: clearing the shell undo list after a prompt was allowing files to beKurt B. Kaiser2002-07-211-5/+11
* Get popen test to work even if python is not in the pathNeal Norwitz2002-07-201-1/+1
* Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have themMartin v. Löwis2002-07-204-12/+39
* Added new test "3sort". This is sorted data but with 3 random exchanges.Tim Peters2002-07-201-1/+9
* add versionadded to docNeal Norwitz2002-07-201-0/+3
* unpack_string(): avoid a compiler warning (about a real bug!) byGuido van Rossum2002-07-201-1/+4
* Move the setting of os.environ['LANGUAGE'] to setup(), and reset it toGuido van Rossum2002-07-201-1/+2
* Shut the test up and add a missing importBarry Warsaw2002-07-192-2/+4
* The email package's tests live much better in a subpackageBarry Warsaw2002-07-196-2045/+2294
* The email package's tests live much better in a subpackageBarry Warsaw2002-07-1931-0/+1182
* message_from_string(), message_from_file(): The consensus on theBarry Warsaw2002-07-191-2/+2
* Parser.__init__(): The consensus on the mimelib-devel list is thatBarry Warsaw2002-07-191-2/+2
* To better support default content types, fix an API wart, and preserveBarry Warsaw2002-07-191-13/+62
* _structure(): Take an optional `fp' argument which would be the objectBarry Warsaw2002-07-191-3/+7
* _dispatch(): Use the new Message.get_content_type() method as hashedBarry Warsaw2002-07-191-6/+1
* Follow PyXML: Remove all prints from successful tests. This means we canFred Drake2002-07-192-241/+14
* Return NULL instead of 0 from function with a pointer return value.Fred Drake2002-07-191-1/+1
* Alas, roll back the definition of _XOPEN_SOURCE. It breaks the testsGuido van Rossum2002-07-193-12/+1
* Remove a few lines that aren't used and cause problems on platformsGuido van Rossum2002-07-191-6/+0
* Pure Python strptime implementation by Brett Cannon. See SF patch 474274.Neal Norwitz2002-07-191-0/+1
* Doc patch from SF 474274 (pure Python strptime by Brett Cannon).Guido van Rossum2002-07-191-7/+0
* Patch to call the Pure python strptime implementation if there's noGuido van Rossum2002-07-191-3/+18
* Pure Python strptime implementation by Brett Cannon. See SF patch 474274.Guido van Rossum2002-07-193-0/+779
* Silly typo. Not sure how that got in.Michael W. Hudson2002-07-191-1/+1
* Substantially flesh out extended slice section. I think this is probablyMichael W. Hudson2002-07-191-0/+83
* A few days ago, Guido said (in the thread "[Python-Dev] PythonMichael W. Hudson2002-07-193-1/+57
* Add test for previous core dump when sending on closed socket withGuido van Rossum2002-07-191-1/+10
* Bail out early from internal_select() when socket file descriptorGuido van Rossum2002-07-191-0/+5
* More sort cleanup: Moved the special cases from samplesortslice intoTim Peters2002-07-191-65/+73
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-1912-256/+209
* Add description for _XOPEN_SOURCE_ - needed to allow autoheader to succeed.Mark Hammond2002-07-191-1/+1
* binarysort() cleanup: Documented the key invariants, explained why theyTim Peters2002-07-191-2/+13
* listreverse(): Don't call the new reverse_slice unless the listTim Peters2002-07-191-1/+2
* Cleanup yielding a small speed boost: before rich comparisons wereTim Peters2002-07-191-50/+32
* Trimmed trailing whitespace.Tim Peters2002-07-191-22/+22
* Cleanup: Define one internal utility for reversing a list slice, andTim Peters2002-07-191-28/+20
* Anthony Baxter's cleanup patch. Python project SF patch # 583190,Barry Warsaw2002-07-182-22/+29
* Fix bug [ 549731 ] Unicode encoders appears to leak references.Mark Hammond2002-07-181-4/+10
* Define _XOPEN_SOURCE in configure and Python.h.Jeremy Hylton2002-07-183-7/+9
* A Python float is a C double; redeclare defaulttimeout as such; stopsTim Peters2002-07-181-1/+1
* Anthony Baxter's patch to expose the parser's `strict' flag in theseBarry Warsaw2002-07-181-5/+5
* Silence warning about getdefaulttimeout in PyMethodDef.Guido van Rossum2002-07-181-1/+1
* Fix indentation.Jeremy Hylton2002-07-181-5/+5
* Use AC_FUNC_SETPGRP.Jeremy Hylton2002-07-182-85/+30
* Add clarifying comment.Guido van Rossum2002-07-181-0/+1