- 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
- e41b73c Post-release verion bump for 3.4.0(+). by Larry Hastings · 11 years ago
- 2221f66 merge 3.3 (#11448) by Benjamin Peterson · 11 years ago
- a48d9ea improve set_tunnel docs (closes #11448) by Benjamin Peterson · 11 years ago
- 7bdf786 Issue #20950: Fix typo asyncio doc, wait() has no self parameter by Victor Stinner · 11 years ago
- fca2866 merge 3.3 (#20946) by Benjamin Peterson · 11 years ago
- fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
- 84b1e71 Added tag v3.4.0 for changeset 04f714765c13 by Larry Hastings · 11 years ago
- 3101b70 Final documentation fixes for 3.4.0 final. by Larry Hastings · 11 years ago
- cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
- 0548f5c Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. by Larry Hastings · 11 years ago
- 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
- ffa1f27 Bring PEP 453 What's New entry up to date by Nick Coghlan · 11 years ago
- 01f2129 whatsnew: Fix Features section title, use title/sentence case consistently. by R David Murray · 11 years ago
- 34784e6 Issue #20931: Fix other confusingly-worded heading. by Larry Hastings · 11 years ago
- 8bc7ef6 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
- d5358b9 whatsnew: Clarify heading. by R David Murray · 11 years ago
- 790bf0d Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
- bbd392e merge 3.3 by Benjamin Peterson · 11 years ago
- 0392271 send people to the right editors page (#20938) by Benjamin Peterson · 11 years ago
- b6b6a6d Issue #20939: merge from 3.3 by Ned Deily · 11 years ago
- 7e7fb03 Issue #20939: merge from 3.3 by Ned Deily · 11 years ago
- b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
- 8a553f5 merge 3.3 by Benjamin Peterson · 11 years ago
- 5128173 remove runtime_library_dirs for _sqlite; it isn't needed by Benjamin Peterson · 11 years ago
- af9049e merge 3.3 by Benjamin Peterson · 11 years ago
- 4a42cd4 avoid referencing past the bounds of an array by Benjamin Peterson · 11 years ago
- 466eaaa merge 3.3 by Benjamin Peterson · 11 years ago
- c77e7a4 only define zero constant when it is used by Benjamin Peterson · 11 years ago
- ce68c19 remove unused zero constants by Benjamin Peterson · 11 years ago
- d3b3bba Merge: #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 11 years ago
- fdbe918 #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 11 years ago
- 1aca78d merge 3.3 by Benjamin Peterson · 11 years ago
- ef87f8c avoid referencing out-of-bounds memory by Benjamin Peterson · 11 years ago
- 45c9dce fix c89 declaration order by Benjamin Peterson · 11 years ago
- dfa8228 merge 3.3 by Benjamin Peterson · 11 years ago
- 041c38a don't do pointer arithmetic with signed numbers by Benjamin Peterson · 11 years ago
- bdc4b02 cast negative numbers to size_t before shifting them (#20929) by Benjamin Peterson · 11 years ago
- 21b391c Reverted change introduced in edb12dad7bf6. by Vinay Sajip · 11 years ago
- b69c0c1 whatsnew: final edit pass. by R David Murray · 11 years ago
- 3e825c6 Added Doc/tools/ subdirs to .hgignore. by Vinay Sajip · 11 years ago
- f0b2ef1 Issue #20884: whatsnew: Frozen modules don't set __file__ anymore. by Brett Cannon · 11 years ago
- 698abe7 Closes #20918: Added handling for exceptions during fallback output of logging exceptions. by Vinay Sajip · 11 years ago
- a0b9eeb whatsnew: link from module_spec section to Deprecation, for replacements. by R David Murray · 11 years ago
- 6dfc632 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
- d664db8 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
- 44b03c5 whatsnew: small tweaks to codecs entry. by R David Murray · 11 years ago
- fb2c2db Merge #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 11 years ago
- e5cb836 #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 11 years ago
- bcf7012 whatsnew: linkify some pip things, and explain why non-inheriting is good. by R David Murray · 11 years ago
- f446d7a Remove references to make targets deleted in eef7899ea7ab by Éric Araujo · 11 years ago
- 7bf5031 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 11 years ago
- ef04c59 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 11 years ago
- a85e100 Issue #19407: Fix typos in new distribution & installation guides. by Ned Deily · 11 years ago
- 66646e2 whatsnew: remove 'draft' note, tidy up summary, collect SSLContext stuff. by R David Murray · 11 years ago
- 9cb1ec5 Issue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free() by Victor Stinner · 11 years ago
- 58c767f MERGE: Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 11 years ago
- 782c4cf Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 11 years ago
- d73721a whatsnew: collections no longer implicitly imports 'abc' (#20784). by R David Murray · 11 years ago
- b895505 whatsnew: HTTPError.headers (#15701). by R David Murray · 11 years ago
- 5253034 whatsnew: make it clear I'm the editor, not author of all text. by R David Murray · 11 years ago
- 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
- 966f2fc weaken callback count inequality (closes #20901) by Benjamin Peterson · 11 years ago
- 21317b6 merge 3.3 (#19060) by Benjamin Peterson · 11 years ago
- 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
- fa5e6e4 Fix note markup (#16805). by Éric Araujo · 11 years ago
- 10b93cc merge 3.3 (#20896) by Benjamin Peterson · 11 years ago
- d0fc83d merge 3.2 (#20896) by Benjamin Peterson · 11 years ago
- cf25c5c use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) by Benjamin Peterson · 11 years ago
- f993399 add Sean Rodman by Benjamin Peterson · 11 years ago
- bb185ab use support.rmtree instead of shutil (closes #19614) by Benjamin Peterson · 11 years ago
- 40e1ffc whatsnew: fix unittest subtest example. by R David Murray · 11 years ago
- 97c3642 What's New in Python 3.4: more security changes by Victor Stinner · 11 years ago
- e300797 Issue #19407: fix link by Nick Coghlan · 11 years ago
- f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 11 years ago
- 9e06227 Merge heads by Éric Araujo · 11 years ago
- f1e8c70 Merge 3.3 (#11599) by Éric Araujo · 11 years ago
- 2fb3b82 asyncio doc: functions are coroutine, they don't return a coroutine by Victor Stinner · 11 years ago
- 39930c9 Close #20889: asyncio doc: Document acquire(), locked() and release() method of by Victor Stinner · 11 years ago
- d079d3a Close #20787: asyncio doc: fix typo. Patch written by akira. by Victor Stinner · 11 years ago
- a6d018a merge 3.3 (#20901) by Benjamin Peterson · 11 years ago
- 605765f merge 3.3 (#19060) by Benjamin Peterson · 11 years ago
- abdc16e Merge 3.3 (#16805) by Éric Araujo · 11 years ago
- 8546e22 merge 3.3 (#20896) by Benjamin Peterson · 11 years ago
- 67266d1 merge 3.3 by Benjamin Peterson · 11 years ago
- e8f3819 merge 3.3 (#19614) by Benjamin Peterson · 11 years ago
- f31213c Backed out changeset c13398566409 by Benjamin Peterson · 11 years ago
- 5a2c040 Issue #20896: Workaround the bug temporarely to fix buildbots by Victor Stinner · 11 years ago
- a0fe1f7 Merge 3.3 (#4931) by Éric Araujo · 11 years ago
- fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
- 03a4da5 whatsnew: spelling errors. by R David Murray · 11 years ago
- 600e08d Merge #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
- ed5d95b #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
- 86deec1 merge 3.3 by Benjamin Peterson · 11 years ago
- 8e4b3c7 improve algorithms_* documentation by Benjamin Peterson · 11 years ago
- f4ce417 whatsnew: doctest finds tests in extension modules (#3158) by R David Murray · 11 years ago
- 162d7ca merge 3.3 (closes #20892) by Benjamin Peterson · 11 years ago
- bfca3ca fix typo (closes #20892) by Benjamin Peterson · 11 years ago
- 49bef7b whatsnew: mention that upgrading PIP means it doesn't get unistalled. by R David Murray · 11 years ago
- 6cd3a0d whatsnew: summary section tweaks. by R David Murray · 11 years ago