- 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
- f48ac30 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 14 years ago
- 25458f1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 14 years ago
- d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 14 years ago
- 2d70e29 Issue #11223: fix test_dummy_threading, add _dummy_thread.info() by Victor Stinner · 14 years ago
- 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 14 years ago
- cf2a807 faulthandler: don't use sigprocmask() by Victor Stinner · 14 years ago
- 4571ee0 Merge with 3.2. by Ezio Melotti · 14 years ago
- a947abe Merge with 3.1. by Ezio Melotti · 14 years ago
- 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
- 0193f35 merge by Raymond Hettinger · 14 years ago
- 1114744 merge by Raymond Hettinger · 14 years ago
- f29f3ce merge by Raymond Hettinger · 14 years ago
- 1cc986e Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
- 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
- 35b873a merge by Raymond Hettinger · 14 years ago
- 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
- ab69438 Hmm, __ne__ was missing by Raymond Hettinger · 14 years ago
- d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
- 64e564b Merged documentation fix from 3.2. by Vinay Sajip · 14 years ago
- f97255f Updated documentation on fileConfig(). by Vinay Sajip · 14 years ago
- ff1a735 os.sendfile(): on Linux if offset parameter is passed as NULL we were erroneously returning a (bytes_sent, None) tuple instead of bytes_sent by Giampaolo Rodola' · 14 years ago
- e8d2d2d Add new email.policy document to the toctree and fix markup glitch. by Georg Brandl · 14 years ago
- d7d01cd Merge test_startfile fix from 3.2. by Nadeem Vawda · 14 years ago
- cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 14 years ago
- 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 14 years ago
- 6a45d3b Markup and text fixes from Georg Brandl's review. by R David Murray · 14 years ago
- 1f056b2 Merge: Fix markup. by R David Murray · 14 years ago
- 530cc09 Fix markup. by R David Murray · 14 years ago
- 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 14 years ago
- ce16be9 (Merge 3.2) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
- 27026f8 (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago