- f869341 merge 3.4 (#23165) by Benjamin Peterson · 10 years ago
- 10ecaa2 merge 3.3 (closes #23165) by Benjamin Peterson · 10 years ago
- 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 10 years ago
- f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 10 years ago
- 9eb1faf fix issue23157 - time_hashlib hadn't been ported to Python 3. by Gregory P. Smith · 10 years ago
- 5719ef1 fix issue23157 - time_hashlib hadn't been ported to Python 3. by Gregory P. Smith · 10 years ago
- 7037cf7 Closes #23154: Fix unnecessary recompilation of OpenSSL on Windows by Zachary Ware · 10 years ago
- bc26646 Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. by Antoine Pitrou · 10 years ago
- 5e8430d Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. by Antoine Pitrou · 10 years ago
- 60779a5 Update bundled pip and setuptools to 6.0.6 and 11.0. by Donald Stufft · 10 years ago
- b8f35ff Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0 by Donald Stufft · 10 years ago
- 99f7249 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
- 4592497 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
- 84bcfb3 Changes %s to %ls in wprintf in launcher.c for C99 compatibility. by Steve Dower · 10 years ago
- 697a526 Issue #23132: Improve performance and introspection support of comparison by Serhiy Storchaka · 10 years ago
- a2d8622 Update copyright dates in OS X installer. by Ned Deily · 10 years ago
- 4705235 Update copyright dates in OS X installer. by Ned Deily · 10 years ago
- 52074ac merge 3.4 by Benjamin Peterson · 10 years ago
- a453749 merge 3.3 by Benjamin Peterson · 10 years ago
- 7919acb merge 3.2 by Benjamin Peterson · 10 years ago
- 47e782a update for copyright for 2015 by Benjamin Peterson · 10 years ago
- 0396cd7 merge 3.4 by Benjamin Peterson · 10 years ago
- bab69bf update docs for #23111 by Benjamin Peterson · 10 years ago
- bfdec62 merge 3.4 (#23111) by Benjamin Peterson · 10 years ago
- 36fe792 make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111) by Benjamin Peterson · 10 years ago
- 5d4e27e whitespace by Antoine Pitrou · 10 years ago
- 8477ed6 Issue #19776: Add a expanduser() method on Path objects. by Antoine Pitrou · 10 years ago
- 864d57c merge 3.4 (#23130) by Benjamin Peterson · 10 years ago
- 3cd1af5 merge 3.3 (#23130) by Benjamin Peterson · 10 years ago
- 9582b33 merge 3.2 (#23130) by Benjamin Peterson · 10 years ago
- 44e4b98 delete old ftpmirror script, which now has security bugs (closes #23130) by Benjamin Peterson · 10 years ago
- 53553c4 merge 3.4 by Benjamin Peterson · 10 years ago
- 5feeeba use a proper m-dash by Benjamin Peterson · 10 years ago
- 3f063a5 Minor comment clean-up by Raymond Hettinger · 10 years ago
- 4dcd61f Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
- a1a1409 Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
- 8edf27c Small clean-up. Factor-out common code for add, contains, and discard function pairs. by Raymond Hettinger · 10 years ago
- 08e3dc0 Issue #23107: Tighten-up loops in setobject.c by Raymond Hettinger · 10 years ago
- 404a45d Neaten-up setobject.h by Raymond Hettinger · 10 years ago
- 0f9f749 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 956de69 Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of by Victor Stinner · 10 years ago
- d7ff5a5 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 42cc0b7 null merge 3.4 by Benjamin Peterson · 10 years ago
- fe975a2 merge 3.4 (#23112) by Benjamin Peterson · 10 years ago
- 94cb7a2 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
- f2ad173 #20069: Add tests for os.chown. by R David Murray · 10 years ago
- be6a5da Remove the redundant second argument of versionadded directive. by Berker Peksag · 10 years ago
- 3ab6ba4 Merge: #23040: Clarify treatment of encoding and errors when component is bytes. by R David Murray · 10 years ago
- 8c4e112 #23040: Clarify treatment of encoding and errors when component is bytes. by R David Murray · 10 years ago
- 3226f96 merge 3.4 by Benjamin Peterson · 10 years ago
- a54f075 update correct French examples (#23109) by Benjamin Peterson · 10 years ago
- 724bdce merge 3.4 (#23109) by Benjamin Peterson · 10 years ago
- 643eb44 improve incorrect French (#23109) by Benjamin Peterson · 10 years ago
- 7a120ec merge 3.4 (#23110) by Benjamin Peterson · 10 years ago
- b33bb89 doucment that Py_SetPath copies its argument (closes #23110) by Benjamin Peterson · 10 years ago
- e4db769 Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, by Serhiy Storchaka · 10 years ago
- ab47932 Merge pip and setuptools upgrade by Donald Stufft · 10 years ago
- c8d94ba Upgrade pip to 6.0.2 and setuptools to 8.2.1 by Donald Stufft · 10 years ago
- fa45c2e Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 952ec98 asyncio doc: update also Queue docstrings by Victor Stinner · 10 years ago
- 1bdef7a Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
- 4f9b773 asyncio doc: Fix doc of get and put methods of Queue by Victor Stinner · 10 years ago
- 98beb75 merge 3.4 (#23093) by Benjamin Peterson · 10 years ago
- 10e76b6 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 10 years ago
- fe02e39 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
- 4d6a3d6 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
- 3c6fe4d Issue #19104: pprint now produces evaluable output for wrapped strings. by Serhiy Storchaka · 10 years ago
- fe3dc37 Issue #19104: pprint now produces evaluable output for wrapped strings. by Serhiy Storchaka · 10 years ago
- ff90e35 Null merge by Serhiy Storchaka · 10 years ago
- f65d1d3 Issue #23071: "namereplace_errors" was added only in 3.5. by Serhiy Storchaka · 10 years ago
- 4d33ff6 Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
- de3ee5b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
- 6516475 null merge. by Barry Warsaw · 10 years ago
- a62b96b Fix typo. by Barry Warsaw · 10 years ago
- 99f66db Trunk merge. by Barry Warsaw · 10 years ago
- 16ef7f6 Fixed typo. by Barry Warsaw · 10 years ago
- 904c481 Fix typo. by Barry Warsaw · 10 years ago
- 2f65f66 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 4d825b4 asyncio: IocpProactor.wait_for_handle() test now also checks the result of the by Victor Stinner · 10 years ago
- 1237595 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 1b9763d asyncio: sync with Tulip by Victor Stinner · 10 years ago
- f00346c Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- dc7765d asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 4283057 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 3a1c738 Issue #23074: asyncio.get_event_loop() now raises an exception if the thread by Victor Stinner · 10 years ago
- 6a43c8a Issue #22733: Added NEWS item by Steve Dower · 10 years ago
- 438f4ab Issue #23060: Suppresses a multiprocessing assert that fails incorrectly by Steve Dower · 10 years ago
- 2a8ef68 Issue #22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly by Steve Dower · 10 years ago
- 64c8914 Issue #23070: Fix a comment in the tutorial. by Berker Peksag · 10 years ago
- 2338156 Issue #23070: Fix a comment in the tutorial. by Berker Peksag · 10 years ago
- 3339f68 merge by Raymond Hettinger · 10 years ago
- 558dcf3 Issue #23049: Pure python equivalent shouldn't imply more exactitude than is really there. by Raymond Hettinger · 10 years ago
- fc6fdb1 Issue #23009: Skip test_selectors.test_empty_select() on Windows by Victor Stinner · 10 years ago
- 707b5cc Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX by Serhiy Storchaka · 10 years ago
- 01bdd9a Issue #15513: Added a __sizeof__ implementation for pickle classes. by Serhiy Storchaka · 10 years ago
- 5bbd231 Issue #15513: Added a __sizeof__ implementation for pickle classes. by Serhiy Storchaka · 10 years ago
- f5553bb Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can by Serhiy Storchaka · 10 years ago
- 05dadcf Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can by Serhiy Storchaka · 10 years ago
- 7bc279c Merge with 3.4 by Terry Jan Reedy · 10 years ago
- df93869 Issue #20577: move configuration of FormatParagraph extension to new extension by Terry Jan Reedy · 10 years ago