Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disabled test failing on buildbots. | Vinay Sajip | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | Refined time test in test_logging. | Vinay Sajip | 2011-04-26 | 1 | -1/+16 |
| | |||||
* | Yet more test_logging coverage improvements. | Vinay Sajip | 2011-04-26 | 1 | -0/+21 |
| | |||||
* | More test_logging coverage improvements. | Vinay Sajip | 2011-04-26 | 4 | -14/+57 |
| | |||||
* | test_logging coverage improvements. | Vinay Sajip | 2011-04-26 | 2 | -33/+136 |
| | |||||
* | I think this should be "versionchanged", not "versionadded" | Antoine Pitrou | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | merge from 3.2 | Senthil Kumaran | 2011-04-26 | 1 | -0/+2 |
|\ | |||||
| * | merge from 3.1 | Senthil Kumaran | 2011-04-26 | 1 | -0/+2 |
| |\ | |||||
| | * | Update News entry for Issue11236 | Senthil Kumaran | 2011-04-26 | 1 | -0/+2 |
| | | | |||||
| * | | merge from 3.1 codeline. | Senthil Kumaran | 2011-04-26 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
* | | | merge from 2.7 | Senthil Kumaran | 2011-04-26 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z | Senthil Kumaran | 2011-04-26 | 1 | -1/+1 |
| | | | |||||
* | | | #6780: merge with 3.2. | Ezio Melotti | 2011-04-26 | 6 | -9/+53 |
|\ \ \ | | |/ | |/| | |||||
| * | | #6780: merge with 3.1. | Ezio Melotti | 2011-04-26 | 6 | -9/+53 |
| |\ \ | | |/ | |||||
| | * | #6780: fix starts/endswith error message to mention that tuples are accepted ↵ | Ezio Melotti | 2011-04-26 | 6 | -13/+66 |
| | | | | | | | | | | | | too. | ||||
* | | | Merge #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 2 | -0/+24 |
|\ \ \ | |/ / | | | | | | | Patch by Sijin Joseph. | ||||
| * | | Merge #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 2 | -0/+24 |
| |\ \ | | |/ | | | | | | | Patch by Sijin Joseph. | ||||
| | * | #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 2 | -0/+24 |
| | | | | | | | | | | | | Patch by Sijin Joseph. | ||||
* | | | Issue #11919: try to fix test_imp failure on some buildbots. | Antoine Pitrou | 2011-04-25 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #11919: try to fix test_imp failure on some buildbots. | Antoine Pitrou | 2011-04-25 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #10914: Add a minimal embedding test to test_capi. | Antoine Pitrou | 2011-04-25 | 5 | -4/+91 |
|\ \ \ | |/ / | |||||
| * | | Issue #10914: add NEWS item. | Antoine Pitrou | 2011-04-25 | 1 | -0/+2 |
| | | | |||||
| * | | Issue #10914: Add a minimal embedding test to test_capi. | Antoine Pitrou | 2011-04-25 | 4 | -4/+89 |
| | | | |||||
* | | | Issue #11856: Speed up parsing of JSON numbers. | Antoine Pitrou | 2011-04-25 | 2 | -15/+33 |
| | | | |||||
* | | | Issue #2736: Documented how to compute seconds since epoch. | Alexander Belopolsky | 2011-04-25 | 1 | -0/+16 |
| | | | |||||
* | | | Revert bb62908896fe, but keep the test | Jesus Cea | 2011-04-25 | 1 | -13/+6 |
| | | | |||||
* | | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 2 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 2 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 2 | -1/+2 |
| | | | |||||
* | | | Correctly merging #9319 into 3.3? | Jesus Cea | 2011-04-25 | 2 | -6/+17 |
|\ \ \ | |/ / | |||||
| * | | Minor clean-ups to docstrings, comments, and var names. | Raymond Hettinger | 2011-04-24 | 1 | -16/+21 |
| | | | |||||
| * | | Issue #9319: Fix the unit test | Victor Stinner | 2011-04-23 | 1 | -1/+2 |
| | | | |||||
| * | | Issue #9319: Fix a crash on parsing a Python source code without encoding | Victor Stinner | 2011-04-23 | 2 | -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 Stinner | 2011-04-24 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the | Victor Stinner | 2011-04-24 | 4 | -0/+13 |
| | | | | | | | | | | | | lock was not acquired. | ||||
* | | | Minor clean-ups to docstrings, comments, and var names. | Raymond Hettinger | 2011-04-24 | 1 | -16/+21 |
| | | | |||||
* | | | Remove unused private function | Antoine Pitrou | 2011-04-23 | 1 | -16/+0 |
| | | | |||||
* | | | Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor | Antoine Pitrou | 2011-04-23 | 3 | -8/+18 |
| | | | | | | | | | | | | of 5 to 10. Initial patch by Jonas H. | ||||
* | | | Issue #11382: Trivial system calls, such as dup() or pipe(), needn't | Antoine Pitrou | 2011-04-23 | 2 | -14/+3 |
| | | | | | | | | | | | | release the GIL. Patch by Charles-François Natali. | ||||
* | | | Fixed bug in test_logging. | Vinay Sajip | 2011-04-22 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.2. | Ezio Melotti | 2011-04-22 | 1 | -96/+111 |
|\ \ \ | |/ / | |||||
| * | | Fix some more markup glitches in argparse doc. | Ezio Melotti | 2011-04-22 | 1 | -101/+113 |
| | | | |||||
* | | | #11904-#11905: Merge typo fixes with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 |
| | | | |||||
| * | | #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -4/+4 |
| | | | |||||
* | | | #11902: Merge with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 |
| | | | |||||
* | | | Add another example for accumulate(). | Raymond Hettinger | 2011-04-21 | 1 | -3/+18 |
| | | | |||||
* | | | Merge with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -11/+11 |
|\ \ \ | |/ / | |||||
| * | | Add the :mod: role where it was missing. | Ezio Melotti | 2011-04-21 | 1 | -11/+11 |
| | | |