1. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 9 years ago
  2. b8d7503 #26246: merge with 3.5. by Ezio Melotti · 9 years ago
  3. 738f88f #26246: merge with 3.4. by Ezio Melotti · 9 years ago
  4. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  5. a3643c2 Issue #12923: Merge FancyURLopener fix from 3.5 by Martin Panter · 9 years ago
  6. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  7. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 9 years ago
  8. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  9. 396cbd6 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  10. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  11. 9d48869 Issue #19023: Merge ctypes doc and tests from 3.5 by Martin Panter · 9 years ago
  12. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  13. 875dde4 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  14. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  15. 4eb376c Issue #23883: Add missing APIs to calendar.__all__ by Martin Panter · 9 years ago
  16. 7978e10 Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues by Martin Panter · 9 years ago
  17. 3acf170 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  18. 2a97f8a Issue #26029: Remove extraneous word. Patch by Upendra Kumar. by Terry Jan Reedy · 9 years ago
  19. 080169c Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  20. d54377d Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  21. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 9 years ago
  22. 1e3c3e9 Issue #25768: Make compileall functions return booleans and document by Brett Cannon · 9 years ago
  23. 4a4ca7c Merge for issue #12484 by Brett Cannon · 9 years ago
  24. 762d5ea Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension(). by Brett Cannon · 9 years ago
  25. 0792451 Merge for issue #25874 by Brett Cannon · 9 years ago
  26. 85622e4 Issue #25874: Clarify platform support in the "Using Python on Windows" doc. by Brett Cannon · 9 years ago
  27. 154228f Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  28. 939614c Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  29. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  30. 2ed41f3 Issue #22989, #21228: Merge urlopen() doc from 3.5 by Martin Panter · 9 years ago
  31. 9e87f3d Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  32. 747d48c Issues #22989, #21228: Document HTTP response object for urlopen() by Martin Panter · 9 years ago
  33. e8ec455 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  34. 83cb6b5 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  35. 1c855f4 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  36. bf57bff Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  37. 6e3d2ba Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  38. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  39. 0f53f2b Issue #25498: Fixed contributors name. by Serhiy Storchaka · 9 years ago
  40. a27a1e5 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 9 years ago
  41. da32d26 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 9 years ago
  42. d226d30 Issue #23883: Add test.support.check__all__() and test gettext.__all__ by Martin Panter · 9 years ago
  43. ceaabc1 Issue #25498: Merge ctypes crash fix from 3.5 by Martin Panter · 9 years ago
  44. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  45. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  46. 6230235 Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. by Serhiy Storchaka · 9 years ago
  47. ac4bdcc Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. by Serhiy Storchaka · 9 years ago
  48. 2e0e18b Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  49. f8152c6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  50. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  51. 4487a46 Merge 3.4 (Issue #25461) by Victor Stinner · 9 years ago
  52. de6e800 Merge 3.4 (Issue #25461) by Victor Stinner · 9 years ago
  53. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  54. 430f657 Issue #25161: Merge full stops from 3.5 by Martin Panter · 9 years ago
  55. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  56. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  57. 960e848 Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate by Berker Peksag · 9 years ago
  58. 1ba1ca0 merge 3.5 (#25319) by Benjamin Peterson · 9 years ago
  59. 72181b2 merge 3.4 (#25319) by Benjamin Peterson · 9 years ago
  60. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  61. 3074c13 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  62. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  63. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  64. 5dad1ff Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  65. 0d9bef9 Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  66. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  67. 5e84d03 Issues #25232, #24657: Merge two CGI server fixes from 3.5 by Martin Panter · 9 years ago
  68. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  69. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  70. 6dcada3 Issue #25034: Merge from 3.5. by Eric V. Smith · 9 years ago
  71. ad4003c Issue #25034: Merge from 3.4. by Eric V. Smith · 9 years ago
  72. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  73. 038b61f Merge 3.5 -> default by Andrew Svetlov · 9 years ago
  74. 1c99e52 Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  75. 74edd35 Add Benjamin Hodgson to Misc/ACK by Andrew Svetlov · 9 years ago
  76. 996572c Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  77. 7b58a2b Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  78. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  79. b7d276e Issue #25176: Merge cgi.parse_qsl link from 3.5 by Martin Panter · 9 years ago
  80. 926be1b Issue #25176: Merge cgi.parse_qsl link from 3.4 into 3.5 by Martin Panter · 9 years ago
  81. cebfdac Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä by Martin Panter · 9 years ago
  82. 36df60f Merge for issue #24915 by Brett Cannon · 9 years ago
  83. 7188a3e Issue #24915: Add Clang support to PGO builds and use the test suite by Brett Cannon · 9 years ago
  84. 6db1fd5 Close issue24840: Enum._value_ is queried for bool(); original patch by Mike Lundy by Ethan Furman · 9 years ago
  85. b26cbf9 Issue #25030: Merge seek() doc fixes from 3.5 by Martin Panter · 9 years ago
  86. 0e8e78e Issue #25030: Merge seek() doc fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  87. db4220e Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  88. 98b30cb Issue #24984: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  89. 24a9bd0 Issue #24984: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  90. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 9 years ago
  91. 9df7035 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  92. 3b1bc78 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  93. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  94. 1b8be1f Issue #25004: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  95. da19767 Issue #25004: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  96. e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 9 years ago
  97. 3368eb7 Issue #23406: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  98. 06dc2fa Issue #23406: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  99. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  100. d05f499 Merge 3.5 (create_stdio) by Victor Stinner · 9 years ago