1. fd97a6f merge 3.4 (#22520) by Benjamin Peterson · 10 years ago
  2. 43030ee merge 3.3 (#22520) by Benjamin Peterson · 10 years ago
  3. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  4. 58ee2d3 merge 3.4 (#22517) by Benjamin Peterson · 10 years ago
  5. c44eb73 merge 3.3 (#22517) by Benjamin Peterson · 10 years ago
  6. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  7. e87b7ea fix windows tests (#16662) by Benjamin Peterson · 10 years ago
  8. cdfb769 merge 3.4 by Benjamin Peterson · 10 years ago
  9. c2cfa8d merge 3.3 by Benjamin Peterson · 10 years ago
  10. d48bc94 these variables ought to be Py_ssize_t by Benjamin Peterson · 10 years ago
  11. 36a24f3 merge 3.4 (#22519) by Benjamin Peterson · 10 years ago
  12. 18f836f merge 3.3 (closes #22519) by Benjamin Peterson · 10 years ago
  13. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  14. 10e4b25 merge 3.4 (closes #22518) by Benjamin Peterson · 10 years ago
  15. 2b76ce6 merge 3.3 (closes #22518) by Benjamin Peterson · 10 years ago
  16. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  17. a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
  18. 9baa5b2 Issue #22437: Number of capturing groups in regular expression is no longer by Serhiy Storchaka · 10 years ago
  19. c31e622 #17442: Add chained traceback support to InteractiveInterpreter. by R David Murray · 10 years ago
  20. 4d75a01 Issue #22510: Get rid of little overhead of testing re.DEBUG flag. by Serhiy Storchaka · 10 years ago
  21. d034ece Merge: #20135: FAQ entry for list mutation. (See also 90b07d422bd9.) by R David Murray · 10 years ago
  22. 12dc0d9 #20135: FAQ entry for list mutation. (See also 6375bf34fff6.) by R David Murray · 10 years ago
  23. 6c7a418 Closes issue #20858: Enhancements/fixes to pure-python datetime module by Alexander Belopolsky · 10 years ago
  24. a2f9388 merge 3.4 (#22379) by Benjamin Peterson · 10 years ago
  25. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  26. c081262 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  27. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  28. be4de52 Removed a code for suport Python version <2.2. by Serhiy Storchaka · 10 years ago
  29. 20b39b2 Removed redundant casts to `char *`. by Serhiy Storchaka · 10 years ago
  30. 131caba Revert #22251 by Berker Peksag · 10 years ago
  31. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  32. 3a54c3e Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  33. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  34. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  35. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  36. 89c6ee2 Merge with 3.4. by Berker Peksag · 10 years ago
  37. 8a698ed Merge heads. by Berker Peksag · 10 years ago
  38. c5deed3 Merge heads. by Berker Peksag · 10 years ago
  39. a72bc8c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  40. 6f1e400 Merge: #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. by R David Murray · 10 years ago
  41. 9cc5fd7 #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. by R David Murray · 10 years ago
  42. 21c8d5c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  43. 10177be Merge: #20974: Update version table in email intro. by R David Murray · 10 years ago
  44. 1f3a88f #20974: Update version table in email intro. by R David Murray · 10 years ago
  45. 402e1e3 Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 10 years ago
  46. ca534ab Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 10 years ago
  47. fe21e4d Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances. by Berker Peksag · 10 years ago
  48. 081bbf6 inspect: Fix getsource() to support decorated functions. by Yury Selivanov · 10 years ago
  49. 2c0a916 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` by Antoine Pitrou · 10 years ago
  50. 7e23d82 null merge by Yury Selivanov · 10 years ago
  51. 0b86660 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 10 years ago
  52. 3e67d58 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 10 years ago
  53. 97e2e06 os: Include posix functions in os.__all__. Closes issue #18554. by Yury Selivanov · 10 years ago
  54. 4f6355f Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  55. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  56. 1f3d0fd Null merge by Serhiy Storchaka · 10 years ago
  57. d359013 asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module by Yury Selivanov · 10 years ago
  58. d5a8f58 asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module by Yury Selivanov · 10 years ago
  59. 148405a merge 3.4 by Yury Selivanov · 10 years ago
  60. 1cfd36f asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 10 years ago
  61. 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 10 years ago
  62. bca9acf Issue #18093: fix test_capi test skip due to _testembed move by Nick Coghlan · 10 years ago
  63. 5027a50 merge 3.4 by Benjamin Peterson · 10 years ago
  64. f45ea46 asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no longer needed by Yury Selivanov · 10 years ago
  65. d1223a7 asyncio.test_events: Partially reverting f7643c893587 to stay in sync with tulip codebase by Yury Selivanov · 10 years ago
  66. 5d0a790 asyncio.unix_events: Move import statement to match code in tulip by Yury Selivanov · 10 years ago
  67. 8c0e0ab asyncio.unix_events: Move import statement to match tulip code by Yury Selivanov · 10 years ago
  68. 64b2a94 merge 3.4 (#22484) by Benjamin Peterson · 10 years ago
  69. efd713b allow archives for rc releases to be built (closes #22484) by Benjamin Peterson · 10 years ago
  70. 3e4a80a (Merge 3.4) test_faulthandler: fix typo by Victor Stinner · 10 years ago
  71. 29001c8 test_faulthandler: fix typo by Victor Stinner · 10 years ago
  72. f724825 Merge: Apply asyncio Task English fixes to docstrings as well. by R David Murray · 10 years ago
  73. 8e069d5 Apply asyncio Task English fixes to docstrings as well. by R David Murray · 10 years ago
  74. 49e2bcb Merge: Improve English phrasing in asyncio task docs. by R David Murray · 10 years ago
  75. 22dd833 Improve English phrasing in asyncio task docs. by R David Murray · 10 years ago
  76. cf84098 Issue #16056: Rename test method in test_statistics to avoid conflict. by Berker Peksag · 10 years ago
  77. f8c111d Issue #16056: Rename test method in test_statistics to avoid conflict. by Berker Peksag · 10 years ago
  78. e9a086b Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 10 years ago
  79. 5e193ac Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 10 years ago
  80. 43705d7 Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  81. b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  82. daa910a Update importlib.h frozen bytecode (changed due to commit c0ca9d32aed4). by Georg Brandl · 10 years ago
  83. 40f9735 #22464: Speed up common Fraction operations by special-casing several by Georg Brandl · 10 years ago
  84. 02d39c2 Null merge by Serhiy Storchaka · 10 years ago
  85. 2b98c8e Merge heads by Serhiy Storchaka · 10 years ago
  86. 717b0d3 Merge heads by Serhiy Storchaka · 10 years ago
  87. c563caf Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in by Serhiy Storchaka · 10 years ago
  88. d8644db Fixed bytes literals in tests. by Serhiy Storchaka · 10 years ago
  89. cd9032d Fixed bytes literals in tests. by Serhiy Storchaka · 10 years ago
  90. 945b215 Issue #22471: Avoid Python Launcher.app install problems by removing by Ned Deily · 10 years ago
  91. b1f4ec6 Issue #22471: Avoid Python Launcher.app install problems by removing by Ned Deily · 10 years ago
  92. 385ffbf Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  93. 46a3492 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  94. 09a555e Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 10 years ago
  95. 026a399 Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 10 years ago
  96. 07314bc Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
  97. cfbb394 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
  98. cbcbfdf Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 10 years ago
  99. 8aa8c47 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 10 years ago
  100. 21df71a merge 3.4 (#22459) by Benjamin Peterson · 10 years ago