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