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