summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move NEWS entry to the right section.Antoine Pitrou2011-04-271-4/+4
* Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-274-0/+23
* #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...Ezio Melotti2011-04-273-0/+47
* Update NEWS for Issue11236.Senthil Kumaran2011-04-261-0/+2
* 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-265-6/+46
* #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-252-0/+25
* pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-252-1/+2
* Other minor clean-ups.Raymond Hettinger2011-04-241-8/+15
* Remove unused branch in the clear() method. Minor comment edits.Raymond Hettinger2011-04-241-18/+15
* Minor code clean-up.Raymond Hettinger2011-04-241-1/+2
* Remove unused importsRaymond Hettinger2011-04-241-3/+3
* Minor code simplification.Raymond Hettinger2011-04-231-15/+15
* Minor code simplification.Raymond Hettinger2011-04-231-4/+2
* Cleanups to remove dependencies and add docstrings.Raymond Hettinger2011-04-231-38/+49
* Fix some more markup glitches in argparse doc.Ezio Melotti2011-04-211-98/+110
* The \ is not supported in Sphinx 0.6.Ezio Melotti2011-04-211-6/+2
* #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
* #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-4/+4
* #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
* Add the :mod: role where it was missing.Ezio Melotti2011-04-211-11/+11
* #11885: capitalize Python.Ezio Melotti2011-04-211-2/+2
* Minor text rearrangement.Raymond Hettinger2011-04-201-10/+10
* 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
* Fix #8886. Use context managers throughout zipfile tests.Brian Curtin2011-04-201-112/+110
* Issue #11875: Alter the previous fix to work better with subclassesRaymond Hettinger2011-04-191-1/+1
* Fix wrong number of functions noticed by Sandro Tosi.Ezio Melotti2011-04-191-1/+1
* Use a generic class lookup.Raymond Hettinger2011-04-191-1/+1
* Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-192-3/+5
* Updated documentation on fileConfig().Vinay Sajip2011-04-191-7/+21
* Fix sporadic failure in test_startfile.Nadeem Vawda2011-04-182-0/+8
* Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6Victor Stinner2011-04-182-0/+4
* (Merge 3.1) 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
* Rework multiset methods to use less memory and to make fewer calls to __hash__.Raymond Hettinger2011-04-181-12/+19
* merge 11442 NEWSMartin v. Löwis2011-04-171-0/+3
|\
| * merge 11442 NEWSMartin v. Löwis2011-04-171-0/+3
| |\
| | * Issue 11442: Add NEWS entry for e9724d7abbc2Martin v. Löwis2011-04-171-0/+3
* | | Fix a few hyphens in argparse.rst.Ezio Melotti2011-04-161-21/+21
* | | 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-0/+40
* | | Issue #11467: Fix urlparse behavior when handling urls which contains schemeSenthil Kumaran2011-04-153-7/+17
* | | #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-5/+35
* | | merge the changes.Senthil Kumaran2011-04-141-27/+26
|\ \ \