- 66299a4 Fix compilation of _testembed.c without threads by Victor Stinner · 14 years ago
- 8e4d407 PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are by Victor Stinner · 14 years ago
- f3d77dc merge by Raymond Hettinger · 14 years ago
- 441ed91 Issue 11929: Minor whitespace clean-ups. by Raymond Hettinger · 14 years ago
- 40fc59d Issue 11929: Minor whitespace clean-ups. by Raymond Hettinger · 14 years ago
- b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 14 years ago
- d972d8f Disabled test failing on buildbots. by Vinay Sajip · 14 years ago
- 37eb338 Refined time test in test_logging. by Vinay Sajip · 14 years ago
- 373baef Yet more test_logging coverage improvements. by Vinay Sajip · 14 years ago
- 985ef87 More test_logging coverage improvements. by Vinay Sajip · 14 years ago
- 26fe4b7 test_logging coverage improvements. by Vinay Sajip · 14 years ago
- 45456a0 I think this should be "versionchanged", not "versionadded" by Antoine Pitrou · 14 years ago
- 0145c54 merge from 3.2 by Senthil Kumaran · 14 years ago
- d27988d merge from 2.7 by Senthil Kumaran · 14 years ago
- 30fe818 merge from 3.1 by Senthil Kumaran · 14 years ago
- 72387f9 Update News entry for Issue11236 by Senthil Kumaran · 14 years ago
- 75e6ed1 merge from 3.1 codeline. by Senthil Kumaran · 14 years ago
- 7cfe5f8 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 14 years ago
- bf1253b #6780: merge with 3.2. by Ezio Melotti · 14 years ago
- f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 14 years ago
- ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
- dff18b0 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
- 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
- 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
- d4a2ff4 Issue #11919: try to fix test_imp failure on some buildbots. by Antoine Pitrou · 14 years ago
- 1184690 Issue #11919: try to fix test_imp failure on some buildbots. by Antoine Pitrou · 14 years ago
- eec6060 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
- 72562d0 Issue #10914: add NEWS item. by Antoine Pitrou · 14 years ago
- 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
- f645451 Issue #11856: Speed up parsing of JSON numbers. by Antoine Pitrou · 14 years ago
- 54afa55 Issue #2736: Documented how to compute seconds since epoch. by Alexander Belopolsky · 14 years ago
- c1935d2 Revert bb62908896fe, but keep the test by Jesus Cea · 14 years ago
- 4f71172 pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
- 88f7841 Correctly merging #9319 into 3.3? by Jesus Cea · 14 years ago
- b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
- 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
- 762f8d1 Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063. by Victor Stinner · 14 years ago
- c2824d4 Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the by Victor Stinner · 14 years ago
- a82aa55 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 14 years ago
- 5db3e01 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 14 years ago
- 6803dc2 Remove unused private function by Antoine Pitrou · 14 years ago
- 8c52027 Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor by Antoine Pitrou · 14 years ago
- 877509a Issue #11382: Trivial system calls, such as dup() or pipe(), needn't by Antoine Pitrou · 14 years ago
- 7fdd0fe Issue #9319: Fix the unit test by Victor Stinner · 14 years ago
- c68b6aa Issue #9319: Fix a crash on parsing a Python source code without encoding by Victor Stinner · 14 years ago
- 00bdbe1 Fixed bug in test_logging. by Vinay Sajip · 14 years ago
- 707d1e6 Merge with 3.2. by Ezio Melotti · 14 years ago
- 5569e9b Fix some more markup glitches in argparse doc. by Ezio Melotti · 14 years ago
- 7817e3b #11904-#11905: Merge typo fixes with 3.2. by Ezio Melotti · 14 years ago
- dca309d #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
- 2f1db7d #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
- ccb0547 #11902: Merge with 3.2. by Ezio Melotti · 14 years ago
- 00f53af #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 14 years ago
- 295c1d4 Add another example for accumulate(). by Raymond Hettinger · 14 years ago
- 5bba6c2 Merge with 3.2. by Ezio Melotti · 14 years ago
- 0ee9c1b Add the :mod: role where it was missing. by Ezio Melotti · 14 years ago
- c6f079d #11885: Merge with 3.2. by Ezio Melotti · 14 years ago
- cca4ef8 #11885: capitalize Python. by Ezio Melotti · 14 years ago
- 5149eed #11897: Merge with 3.2. by Ezio Melotti · 14 years ago
- c17c1f6 #11897: Fix typo in porting howto. Patch by Marti Raudsepp. by Ezio Melotti · 14 years ago
- 2b8ef2d say struct sequence rather than structseq and link to glossary by Benjamin Peterson · 14 years ago
- 82f614b glossary entry for struct sequence by Benjamin Peterson · 14 years ago
- a154b5c Simplify _count_elements() in _collections by Victor Stinner · 14 years ago
- 52d8fb5 merge by Jesus Cea · 14 years ago
- c2809af merge heads by Jesus Cea · 14 years ago
- f745d8b merge by Jesus Cea · 14 years ago
- f620754 merge heads by Jesus Cea · 14 years ago
- 7365acc merge heads by Jesus Cea · 14 years ago
- d9c0eb9 null merge by Jesus Cea · 14 years ago
- f299c51 null merge by Jesus Cea · 14 years ago
- 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 14 years ago
- 4f438b7 Minor text rearrangement. by Raymond Hettinger · 14 years ago
- 296d6d0 Minor text rearrangement. by Raymond Hettinger · 14 years ago
- fc330ae Minor text rearrangement. by Raymond Hettinger · 14 years ago
- 9a747fd merge by Jesus Cea · 14 years ago
- 902d96b heads merging by Jesus Cea · 14 years ago
- db26dff heads merging by Jesus Cea · 14 years ago
- f386764 null merge by Jesus Cea · 14 years ago
- ec81d41 null merge by Jesus Cea · 14 years ago
- 5020e00 Merge with 3.2. by Ezio Melotti · 14 years ago
- af92842 Use non-deprecated method name. by Ezio Melotti · 14 years ago
- 56fd326 null merge by Jesus Cea · 14 years ago
- 5ccd278 merge by Jesus Cea · 14 years ago
- c3ab577 merge by Jesus Cea · 14 years ago
- 1a7206b null merge by Jesus Cea · 14 years ago
- 32f4db3 Merge with 3.2. by Ezio Melotti · 14 years ago
- 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 14 years ago
- 861d27f Merge with 3.1. by Ezio Melotti · 14 years ago
- e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 14 years ago
- 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 14 years ago
- c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- 5e66b16 Tidied comments and docstrings. by Vinay Sajip · 14 years ago
- 5b9eecf Attempt fix of #11557 by refining test logic. by Vinay Sajip · 14 years ago
- 1e42f9e Attempt fix of #11557 by refining setup/teardown logic. by Vinay Sajip · 14 years ago
- 95bf504 Attempt fix of #11557 by changing setup/teardown logic. by Vinay Sajip · 14 years ago
- e07f522 Issue #11223: fix compiler warnings by Victor Stinner · 14 years ago
- 3def7e0 Attempt fix of #11557 by changing teardown logic. by Vinay Sajip · 14 years ago
- 783c82c Close #11619: write_compiled_module() doesn't encode the filename by Victor Stinner · 14 years ago