summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Disabled test failing on buildbots.Vinay Sajip2011-04-261-1/+1
|
* Refined time test in test_logging.Vinay Sajip2011-04-261-1/+16
|
* Yet more test_logging coverage improvements.Vinay Sajip2011-04-261-0/+21
|
* More test_logging coverage improvements.Vinay Sajip2011-04-264-14/+57
|
* test_logging coverage improvements.Vinay Sajip2011-04-262-33/+136
|
* I think this should be "versionchanged", not "versionadded"Antoine Pitrou2011-04-261-1/+1
|
* merge from 3.2Senthil Kumaran2011-04-261-0/+2
|\
| * merge from 3.1Senthil Kumaran2011-04-261-0/+2
| |\
| | * Update News entry for Issue11236Senthil Kumaran2011-04-261-0/+2
| | |
| * | merge from 3.1 codeline.Senthil Kumaran2011-04-261-1/+1
| |\ \ | | |/
* | | merge from 2.7Senthil Kumaran2011-04-260-0/+0
|\ \ \ | | |/ | |/|
| * | Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-zSenthil Kumaran2011-04-261-1/+1
| | |
* | | #6780: merge with 3.2.Ezio Melotti2011-04-266-9/+53
|\ \ \ | | |/ | |/|
| * | #6780: merge with 3.1.Ezio Melotti2011-04-266-9/+53
| |\ \ | | |/
| | * #6780: fix starts/endswith error message to mention that tuples are accepted ↵Ezio Melotti2011-04-266-13/+66
| | | | | | | | | | | | too.
* | | Merge #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-252-0/+24
|\ \ \ | |/ / | | | | | | Patch by Sijin Joseph.
| * | Merge #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-252-0/+24
| |\ \ | | |/ | | | | | | Patch by Sijin Joseph.
| | * #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-252-0/+24
| | | | | | | | | | | | Patch by Sijin Joseph.
* | | Issue #11919: try to fix test_imp failure on some buildbots.Antoine Pitrou2011-04-251-1/+2
|\ \ \ | |/ /
| * | Issue #11919: try to fix test_imp failure on some buildbots.Antoine Pitrou2011-04-251-1/+2
| | |
* | | Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-255-4/+91
|\ \ \ | |/ /
| * | Issue #10914: add NEWS item.Antoine Pitrou2011-04-251-0/+2
| | |
| * | Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-254-4/+89
| | |
* | | Issue #11856: Speed up parsing of JSON numbers.Antoine Pitrou2011-04-252-15/+33
| | |
* | | Issue #2736: Documented how to compute seconds since epoch.Alexander Belopolsky2011-04-251-0/+16
| | |
* | | Revert bb62908896fe, but keep the testJesus Cea2011-04-251-13/+6
| | |
* | | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-252-1/+2
|\ \ \ | |/ /
| * | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-252-1/+2
| |\ \ | | |/
| | * pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-252-1/+2
| | |
* | | Correctly merging #9319 into 3.3?Jesus Cea2011-04-252-6/+17
|\ \ \ | |/ /
| * | Minor clean-ups to docstrings, comments, and var names.Raymond Hettinger2011-04-241-16/+21
| | |
| * | Issue #9319: Fix the unit testVictor Stinner2011-04-231-1/+2
| | |
| * | Issue #9319: Fix a crash on parsing a Python source code without encodingVictor Stinner2011-04-232-1/+7
| | | | | | | | | | | | | | | cookie and not valid in UTF-8: use "<file>" as the filename instead of reading from NULL.
* | | Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063.Victor Stinner2011-04-241-1/+1
| | |
* | | Issue #11915: threading.RLock()._release_save() raises a RuntimeError if theVictor Stinner2011-04-244-0/+13
| | | | | | | | | | | | lock was not acquired.
* | | Minor clean-ups to docstrings, comments, and var names.Raymond Hettinger2011-04-241-16/+21
| | |
* | | Remove unused private functionAntoine Pitrou2011-04-231-16/+0
| | |
* | | Issue #11258: Speed up ctypes.util.find_library() under Linux by a factorAntoine Pitrou2011-04-233-8/+18
| | | | | | | | | | | | of 5 to 10. Initial patch by Jonas H.
* | | Issue #11382: Trivial system calls, such as dup() or pipe(), needn'tAntoine Pitrou2011-04-232-14/+3
| | | | | | | | | | | | release the GIL. Patch by Charles-François Natali.
* | | Fixed bug in test_logging.Vinay Sajip2011-04-221-1/+1
| | |
* | | Merge with 3.2.Ezio Melotti2011-04-221-96/+111
|\ \ \ | |/ /
| * | Fix some more markup glitches in argparse doc.Ezio Melotti2011-04-221-101/+113
| | |
* | | #11904-#11905: Merge typo fixes with 3.2.Ezio Melotti2011-04-211-5/+5
|\ \ \ | |/ /
| * | #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: Merge with 3.2.Ezio Melotti2011-04-211-1/+1
|\ \ \ | |/ /
| * | #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
| | |
* | | Add another example for accumulate().Raymond Hettinger2011-04-211-3/+18
| | |
* | | Merge with 3.2.Ezio Melotti2011-04-211-11/+11
|\ \ \ | |/ /
| * | Add the :mod: role where it was missing.Ezio Melotti2011-04-211-11/+11
| | |