summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #1536828: typo: TypeType should have been StringType.Georg Brandl2006-08-081-1/+1
* memcmp() can return values other than -1, 0, and +1 but tp_compareThomas Heller2006-08-083-1/+4
* [Patch #1464056] Ensure that we use the panelw library when linking with ncur...Andrew M. Kuchling2006-08-071-2/+6
* Update status of relative importAndrew M. Kuchling2006-08-061-2/+2
* Don't produce output in test_builtin.Georg Brandl2006-08-061-2/+2
* Bug #1535165: fixed a segfault in input() and raw_input() whenGeorg Brandl2006-08-063-1/+12
* Bug #1535182: really test the xreadlines() method of bz2 objects.Georg Brandl2006-08-062-1/+3
* Fix mangled sentenceAndrew M. Kuchling2006-08-041-1/+1
* SF patch #1534048 (bug #1531003): fix typo in error messageFred Drake2006-08-041-1/+1
* Bug #1531349: right <-> left glitch in __rop__ description.Georg Brandl2006-07-301-1/+1
* Drop usage of test -e in configure as it is not portable.Martin v. Löwis2006-07-303-38/+38
* Backport r50856:Martin v. Löwis2006-07-301-1/+12
* Complain about missing VS 2003 in the error messageMartin v. Löwis2006-07-302-2/+7
* Bug #1002398: The documentation for os.path.sameopenfile now correctlyGeorg Brandl2006-07-302-3/+5
* [Patch #1068277] Clarify that os.path.exists() can return False depending on ...Andrew M. Kuchling2006-07-291-2/+5
* Update URLAndrew M. Kuchling2006-07-291-1/+1
* Bug #835255: The "closure" argument to new.function() is now documented.Georg Brandl2006-07-291-2/+5
* Patch #1529686: run test_iterlen and test_email_codecs in 2.4.Georg Brandl2006-07-283-7/+15
* Backport r50840 to Python 2.4:Barry Warsaw2006-07-282-1/+56
* - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrenameGregory P. Smith2006-07-283-9/+37
* Delete a misleading example. SF bug #1481650.Barry Warsaw2006-07-281-6/+0
* Merge rev 50882 from the trunk.Tim Peters2006-07-273-9/+13
* Update URLAndrew M. Kuchling2006-07-271-1/+1
* [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of ...Andrew M. Kuchling2006-07-262-3/+9
* Bug #1524310: Properly report errors from FindNextFile in os.listdir.Martin v. Löwis2006-07-242-0/+16
* Oops, this time, really bump the email version number to 3.0.2.Barry Warsaw2006-07-231-1/+1
* Port r50754 to Python 2.4/email 3.0. Bump the email version number to 3.0.2.Barry Warsaw2006-07-233-29/+189
* Complete backport of rev 50787 that was started in rev 50788Andrew MacIntyre2006-07-231-1/+1
* bugfix: PyThread_start_new_thread() returns the thread ID, not a flag;Andrew MacIntyre2006-07-231-6/+3
* clean up some link markupFred Drake2006-07-161-2/+2
* Backport revision 50664George Yoshida2006-07-151-5/+7
* no need to elaborate "string".Georg Brandl2006-07-051-1/+1
* Patch #1517490: fix glitches in filter() docs.Georg Brandl2006-07-051-4/+4
* [Bug #1511911] Backport: Clarify optional arguments to sorted() and improve xrefAndrew M. Kuchling2006-07-031-2/+24
* Put method-wrappers into trashcan. Fixes #927248.Martin v. Löwis2006-07-033-1/+14
* Patch #825417: Fix timeout processing in expect,Martin v. Löwis2006-07-032-1/+18
* Bug #1267547: Put proper recursive setup.py call into theMartin v. Löwis2006-07-032-3/+7
* document recent bugfixes in sgmllibFred Drake2006-06-291-0/+6
* SF bug #1504333: sgmlib should allow angle brackets in quoted valuesFred Drake2006-06-292-6/+25
* Backport 47139:Neal Norwitz2006-06-282-2/+9
* Removed buggy exception handling in doRollover of rotating file handlers. Exc...Vinay Sajip2006-06-271-18/+6
* Use a different install dir than 2.5. Otherwise running the 2.4 version at t...Neal Norwitz2006-06-271-1/+1
* - SF bug #853506: IP6 address parsing in sgmllibFred Drake2006-06-232-1/+9
* Applied patch #1506758: Prevent MemoryErrors with large MAXFD. Backport of 47...Peter Astrand2006-06-222-2/+2
* Backport of r47061.Armin Rigo2006-06-213-5/+25
* remove unnecessary markupFred Drake2006-06-181-1/+1
* Update url.George Yoshida2006-06-172-11/+11
* markup fixGeorge Yoshida2006-06-171-1/+1
* Bug #1117556: SimpleHTTPServer now tries to find and use the system'sGeorg Brandl2006-06-142-1/+6
* Bug #1153163: describe __add__ vs __radd__ behavior when addingGeorg Brandl2006-06-141-4/+19