1. c85dd85 Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  2. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  3. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  4. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 9 years ago
  5. 0996fa3 merge 3.5 by Senthil Kumaran · 9 years ago
  6. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 9 years ago
  7. c88390f Merge 3.5: Issue #26799 by Victor Stinner · 9 years ago
  8. 4e75ca8 python-gdb.py: get C types at runtime by Victor Stinner · 9 years ago
  9. a2bf306 Issue #21668: Add also Chi Hsuan Yen to Misc/ACKS by Victor Stinner · 9 years ago
  10. 5bfe0da Merge 3.5: issue #26801 by Victor Stinner · 9 years ago
  11. 119ebb7 Fix shutil.get_terminal_size() error handling by Victor Stinner · 9 years ago
  12. d77133b Issue #26717: Merge wsgiref fix from 3.5 by Martin Panter · 9 years ago
  13. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 9 years ago
  14. 5f0507d Issue #26587: Allow .pth files to specify file paths as well as directories. by Brett Cannon · 9 years ago
  15. a350600 Issue #23735: Merge Readline resize handling from 3.5 by Martin Panter · 9 years ago
  16. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 9 years ago
  17. fac3956 Optimize bytes.replace(b'', b'.') by Victor Stinner · 9 years ago
  18. 6840632 #26250: merge with 3.5. by Ezio Melotti · 9 years ago
  19. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  20. 32cba67 Merge for issue #26271 by Brett Cannon · 9 years ago
  21. e4044bf Issue #26271: Fix the Freeze tool to use variables passed in from the by Brett Cannon · 9 years ago
  22. bfef0be #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 9 years ago
  23. ecd5383 #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 9 years ago
  24. 4c9375b #24918: merge with 3.5. by Ezio Melotti · 9 years ago
  25. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 9 years ago
  26. 0ce835f #25687: merge with 3.5. by Ezio Melotti · 9 years ago
  27. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 9 years ago
  28. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
  29. 2c2a4e6 Add Mock.assert_called() by Victor Stinner · 9 years ago
  30. b9f3114 Issue #21042: Return full path in ctypes.util.find_library() on Linux by Martin Panter · 9 years ago
  31. 8cd8883 Issue #26505: merge from 3.5 by Ned Deily · 9 years ago
  32. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
  33. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 9 years ago
  34. b8d7503 #26246: merge with 3.5. by Ezio Melotti · 9 years ago
  35. 738f88f #26246: merge with 3.4. by Ezio Melotti · 9 years ago
  36. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  37. a3643c2 Issue #12923: Merge FancyURLopener fix from 3.5 by Martin Panter · 9 years ago
  38. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  39. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 9 years ago
  40. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  41. 396cbd6 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  42. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  43. 9d48869 Issue #19023: Merge ctypes doc and tests from 3.5 by Martin Panter · 9 years ago
  44. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  45. 875dde4 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  46. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  47. 4eb376c Issue #23883: Add missing APIs to calendar.__all__ by Martin Panter · 9 years ago
  48. 7978e10 Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues by Martin Panter · 9 years ago
  49. 3acf170 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  50. 2a97f8a Issue #26029: Remove extraneous word. Patch by Upendra Kumar. by Terry Jan Reedy · 9 years ago
  51. 080169c Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  52. d54377d Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  53. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 9 years ago
  54. 1e3c3e9 Issue #25768: Make compileall functions return booleans and document by Brett Cannon · 9 years ago
  55. 4a4ca7c Merge for issue #12484 by Brett Cannon · 9 years ago
  56. 762d5ea Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension(). by Brett Cannon · 9 years ago
  57. 0792451 Merge for issue #25874 by Brett Cannon · 9 years ago
  58. 85622e4 Issue #25874: Clarify platform support in the "Using Python on Windows" doc. by Brett Cannon · 9 years ago
  59. 154228f Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  60. 939614c Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  61. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  62. 2ed41f3 Issue #22989, #21228: Merge urlopen() doc from 3.5 by Martin Panter · 9 years ago
  63. 9e87f3d Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  64. 747d48c Issues #22989, #21228: Document HTTP response object for urlopen() by Martin Panter · 9 years ago
  65. e8ec455 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  66. 83cb6b5 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  67. 1c855f4 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  68. bf57bff Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  69. 6e3d2ba Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  70. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  71. 0f53f2b Issue #25498: Fixed contributors name. by Serhiy Storchaka · 9 years ago
  72. a27a1e5 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 9 years ago
  73. da32d26 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 9 years ago
  74. d226d30 Issue #23883: Add test.support.check__all__() and test gettext.__all__ by Martin Panter · 9 years ago
  75. ceaabc1 Issue #25498: Merge ctypes crash fix from 3.5 by Martin Panter · 9 years ago
  76. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  77. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  78. 6230235 Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. by Serhiy Storchaka · 9 years ago
  79. ac4bdcc Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. by Serhiy Storchaka · 9 years ago
  80. 2e0e18b Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  81. f8152c6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  82. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  83. 4487a46 Merge 3.4 (Issue #25461) by Victor Stinner · 9 years ago
  84. de6e800 Merge 3.4 (Issue #25461) by Victor Stinner · 9 years ago
  85. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  86. 430f657 Issue #25161: Merge full stops from 3.5 by Martin Panter · 9 years ago
  87. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  88. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  89. 960e848 Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate by Berker Peksag · 9 years ago
  90. 1ba1ca0 merge 3.5 (#25319) by Benjamin Peterson · 9 years ago
  91. 72181b2 merge 3.4 (#25319) by Benjamin Peterson · 9 years ago
  92. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  93. 3074c13 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  94. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  95. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  96. 5dad1ff Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  97. 0d9bef9 Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  98. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  99. 5e84d03 Issues #25232, #24657: Merge two CGI server fixes from 3.5 by Martin Panter · 9 years ago
  100. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago