summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change markup so it generates a linkÉric Araujo2011-04-272-3/+3
| * | Change markup so that it creates a linkÉric Araujo2011-04-251-1/+1
| * | Remove obsolete/duplicate docstringÉric Araujo2011-04-241-5/+0
| * | Branch mergeÉric Araujo2011-04-2410-38/+59
| |\ \
| | * | Fix weird executable nameÉric Araujo2011-04-221-1/+1
| | * | Add a space to make json doc a bit more readableÉric Araujo2011-04-212-2/+2
| | * | Fix argument name in reST doc to match the codeÉric Araujo2011-04-201-2/+2
| | * | Branch mergeÉric Araujo2011-04-206-33/+54
| | |\ \
| | | * | Add docstring to dbm.openÉric Araujo2011-04-201-10/+12
| | | * | Fix resource warning found manuallyÉric Araujo2011-04-171-11/+14
| | | * | Advertise nesting directives for class/method and class/data combos.Éric Araujo2011-04-161-4/+21
| | | * | Fix improper tests in RegisterTestCaseÉric Araujo2011-04-141-3/+3
| | | * | Minor tweaks to a few comments in heapqÉric Araujo2011-04-151-3/+3
| | | * | Kill last reference to defunct moduleÉric Araujo2011-03-261-2/+1
* | | | | #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...Ezio Melotti2011-04-273-0/+45
* | | | | Update News entry for Issue11236Senthil Kumaran2011-04-261-0/+2
* | | | | Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-zSenthil Kumaran2011-04-261-1/+1
* | | | | #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-266-13/+66
* | | | | #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-252-0/+24
* | | | | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-252-1/+2
|/ / / /
* | | | merge headsJesus Cea2011-04-203-8/+4
|\ \ \ \
| * | | | Port 5b607cd8c71b (closes #11892)Jesus Cea2011-04-203-8/+4
* | | | | Minor text rearrangement.Raymond Hettinger2011-04-201-10/+10
|/ / / /
* | | | mergeJesus Cea2011-04-201-56/+4
|\ \ \ \
| * | | | Up-port changeset 5cf8f6da8743 (closes #11890)Jesus Cea2011-04-201-56/+4
* | | | | Fix wrong function name. Noticed by Clive Darke.Ezio Melotti2011-04-201-1/+1
|/ / / /
* | | | startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-208-64/+197
* | | | Issue #11875: Alter the previous fix to work better with subclassesRaymond Hettinger2011-04-201-1/+1
* | | | Fix wrong number of functions noticed by Sandro Tosi.Ezio Melotti2011-04-191-1/+1
* | | | mergeRaymond Hettinger2011-04-194-11/+28
|\ \ \ \ | |/ / /
| * | | Fix sporadic failure in test_startfile.Nadeem Vawda2011-04-182-0/+7
| * | | Issue #11768: The signal handler of the signal module only callsVictor Stinner2011-04-182-10/+20
| * | | #11865: fix typo in init.rst.Ezio Melotti2011-04-181-1/+1
* | | | Hmm, __ne__ was missingRaymond Hettinger2011-04-191-0/+1
* | | | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-192-3/+5
|/ / /
* | | Rework multiset methods to use less memory and to make fewer calls to __hash__.Raymond Hettinger2011-04-181-12/+19
* | | Small wording fix.Georg Brandl2011-04-161-3/+4
* | | Issue #11855: Apply missing formatting for urlretrieveEli Bendersky2011-04-161-5/+5
* | | Add another example to the collections module docs.Raymond Hettinger2011-04-161-0/+20
* | | Fix minor subclassing issue with collections.CounterRaymond Hettinger2011-04-153-2/+13
* | | #11843: remove duplicate line from table in distutil doc.Ezio Melotti2011-04-151-2/+0
* | | Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...Ezio Melotti2011-04-153-1/+41
* | | Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...Senthil Kumaran2011-04-153-5/+18
* | | #11848: replace dead link in random.betavariate comment.Ezio Melotti2011-04-151-1/+1
* | | #4783: document that is not possible to use json.dump twice on the same stream.Ezio Melotti2011-04-151-0/+5
* | | Issue #11827: remove mention of list2cmdline in the doc of subprocessEli Bendersky2011-04-151-6/+37
* | | Fix Issue11474 - fix url2pathname() handling of '/C|/' on WindowsSenthil Kumaran2011-04-143-1/+25
* | | #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.Ezio Melotti2011-04-141-29/+27
* | | #9101: backport json reference in configparser doc.Ezio Melotti2011-04-141-0/+10
* | | Remove inexistent toolsBrian Curtin2011-04-131-12/+0