summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Applied patch #1754273 and #1754271 from Thomas GleeChristian Heimes2007-11-232-1/+14
* Backport of PCbuild9 fixes from py3k r59130Christian Heimes2007-11-235-19/+83
* Fix a bug in the test for using __loader__.get_data().Brett Cannon2007-11-231-0/+1
* Backport of the PCbuild9 directory from the py3k branch.Christian Heimes2007-11-2250-7/+18093
* Backport of _abccoll.py by Benjamin Arangueren, issue 1383.Guido van Rossum2007-11-2213-51/+822
* Final fix for #1403Christian Heimes2007-11-211-0/+2
* Add a NEWS entry for r59076.Amaury Forgeot d'Arc2007-11-211-0/+3
* Added NEWS entryChristian Heimes2007-11-211-0/+1
* Add a missing check before deleting a package's __loader__.Brett Cannon2007-11-211-1/+2
* doctest assumed that a package's __loader__.get_data() method used universalBrett Cannon2007-11-213-1/+24
* Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompressChristian Heimes2007-11-211-2/+3
* Remove a unneeded line that had typos.Brett Cannon2007-11-211-2/+0
* The incremental decoder for utf-7 must preserve its state between calls.Amaury Forgeot d'Arc2007-11-205-23/+61
* Backport some main.c cleanup from the py3k branchNick Coghlan2007-11-201-12/+13
* Another fix for test_shutil. Martin pointed out that it breaks some build botsChristian Heimes2007-11-201-1/+3
* Patch #1468: Package Lib/test/*.pem.Martin v. Löwis2007-11-201-0/+1
* Fixed bug #1470Christian Heimes2007-11-201-5/+2
* Fix the OSX failures in this test -- they were due to /tmp being a symlinkGuido van Rossum2007-11-191-0/+1
* Make this work stand-alone, too.Guido van Rossum2007-11-191-1/+1
* Fixed detail in add_type() explanation (issue 1463).Facundo Batista2007-11-191-2/+2
* Enable some test_cmd_line_script debugging output to investigate failure on M...Nick Coghlan2007-11-191-3/+3
* Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode())Walter Dörwald2007-11-192-5/+55
* Fix typo in comment.Walter Dörwald2007-11-191-1/+1
* Use a slightly more recent version than 1.5.2b2.Neal Norwitz2007-11-191-2/+2
* Patch #1739468: Directories and zipfiles containing __main__.py are now execu...Nick Coghlan2007-11-186-47/+254
* Remove a confusing sentence about pth files and which directories are searchedBrett Cannon2007-11-171-2/+1
* Fix signature in exampleRaymond Hettinger2007-11-171-1/+1
* Made _ParseTupleFinds only defined to unicodeobject.cFacundo Batista2007-11-162-0/+4
* Fix for stupid error (I need to remember to do a full 'make clean + make'Facundo Batista2007-11-161-1/+1
* Now in find, rfind, index, and rindex, you can use None as defaults,Facundo Batista2007-11-164-32/+102
* A patch from issue 1378 by roudkerk:Guido van Rossum2007-11-161-81/+5
* add the certificate for the Python SVN repository for testing SSLBill Janssen2007-11-151-0/+31
* Add example for use cases requiring default values.Raymond Hettinger2007-11-151-0/+9
* Example of multiple replacements.Raymond Hettinger2007-11-151-2/+2
* Fixup example in docs.Raymond Hettinger2007-11-151-1/+1
* Small improvement to the implementation of __replace__().Raymond Hettinger2007-11-152-2/+2
* Accept Issac Morland's suggestion for __replace__ to allow multiple replacementsRaymond Hettinger2007-11-153-18/+33
* Add test for __fields__ being read-onlyRaymond Hettinger2007-11-141-0/+8
* Make __fields__ read-only. Suggested by Issac MorlandRaymond Hettinger2007-11-141-1/+1
* Remove dead link from random docs.Georg Brandl2007-11-141-5/+0
* Merge from py3k branch:Amaury Forgeot d'Arc2007-11-133-9/+63
* Add the test from issue 1704621 (the issue itself is already fixed here).Guido van Rossum2007-11-121-0/+7
* readline module cleanupChristian Heimes2007-11-121-99/+90
* Fix TextCalendar.prweek(). This closes issue #1427.Walter Dörwald2007-11-121-1/+1
* Patch #1418: Make the AC_REPLACE_FUNCS object files actually work.Martin v. Löwis2007-11-123-2/+6
* Only set rl_completion_display_matches_hook if thereMartin v. Löwis2007-11-121-31/+38
* Re-word sentenceAndrew M. Kuchling2007-11-121-1/+1
* Fix for #1427: Error in standard module calendarChristian Heimes2007-11-121-8/+12
* Added new decorator syntax to property.__doc__Christian Heimes2007-11-121-4/+14
* Remove duplication of "this".Georg Brandl2007-11-111-1/+1