1. 5e3d338 Issue #19655: Replace the ASDL parser carried with CPython by Eli Bendersky · 10 years ago
  2. 732ac65 Issue #19721: Consolidate test_importlib utility code into a single module. by Brett Cannon · 10 years ago
  3. 91795c8 Issue #20776: Flesh out tests for importlib.machinery.PathFinder. by Brett Cannon · 10 years ago
  4. 4b8dd71 Issue21452 Add missing backslash to build path for make_buildinfo by Tim Golden · 10 years ago
  5. 877013f Merge by Tim Golden · 10 years ago
  6. 55c2364 Issue21452 Add missing backslash to build path for make_buildinfo by Tim Golden · 10 years ago
  7. faf4d9c Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar by Tim Golden · 10 years ago
  8. 9c18fcf Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar by Tim Golden · 10 years ago
  9. 6eaac13 Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a by Brett Cannon · 10 years ago
  10. a237a98 Merge for issue #21438 by Brett Cannon · 10 years ago
  11. 062fcac Issue #21438: Document what loaders don't require a module name for by Brett Cannon · 10 years ago
  12. f25f257 Merge for issue #21157 by Brett Cannon · 10 years ago
  13. f26702b Issue #21157: Touch up imp docs to be more explicit about importlib by Brett Cannon · 10 years ago
  14. 10c2dba Issue #21141: The Windows build process no longer attempts to find Perl, by Zachary Ware · 10 years ago
  15. 983c106 Merge from 3.4. by Tim Peters · 10 years ago
  16. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 10 years ago
  17. 38ca5a7 Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  18. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  19. d30b022 Issue #21037: Add a build option to enable AddressSanitizer support. by Charles-François Natali · 10 years ago
  20. ef8f779 Merge #21300: fix typo by R David Murray · 10 years ago
  21. a83ade1 #21300: fix typo by R David Murray · 10 years ago
  22. f3d90fb Merge with 3.4 by Kristján Valur Jónsson · 10 years ago
  23. 5b74bad Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  24. 33096fe The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  25. ddf3438 The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  26. ba74885 Issue19643 Fix whitespace by Tim Golden · 10 years ago
  27. 7833779 Issue19643 Add an example of shutil.rmtree which shows how to cope with readonly files on Windows by Tim Golden · 10 years ago
  28. 4ce74dc - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  29. e5de66e - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  30. 8577e5a - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  31. 5915505 Merge: #21300: Clean up the docs for the email "policy" arguments. by R David Murray · 10 years ago
  32. e252446 #21300: Clean up the docs for the email "policy" arguments. by R David Murray · 10 years ago
  33. 5dcad2c Merge 3.4->default: asyncio: Fix the second half of issue #21447: race in _write_to_self(). by Guido van Rossum · 10 years ago
  34. 3d139d8 asyncio: Fix the second half of issue #21447: race in _write_to_self(). by Guido van Rossum · 10 years ago
  35. bca9694 Issue #21442: Fix MSVC compiler warning introduced by issue21377. by Zachary Ware · 10 years ago
  36. ed49265 Merge with 3.4 by Zachary Ware · 10 years ago
  37. 9fafc9f Add prompts to interactive example. by Zachary Ware · 10 years ago
  38. 4e6688d Issue #21366: Document the fact that ``return`` in a ``finally`` clause by Zachary Ware · 10 years ago
  39. 8edd532 Issue #21366: Document the fact that ``return`` in a ``finally`` clause by Zachary Ware · 10 years ago
  40. b8ac3e1 Issue21393 Use CryptReleaseContext to release Crypt handle on Windows by Tim Golden · 10 years ago
  41. e0bd2c5 Issue21440 Use support.rmtree in test_zipfile & test_tarfile by Tim Golden · 10 years ago
  42. 3080d92 Issue #21233: Fix _PyObject_Alloc() when compiled with WITH_VALGRIND defined by Victor Stinner · 10 years ago
  43. 8c9f480 Issue18314 ACKS & NEWS by Tim Golden · 10 years ago
  44. 0321cf2 Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman by Tim Golden · 10 years ago
  45. a479096 Merge 3.4->default: asyncio docs: ProactorEventLoop does not support SSL. by Guido van Rossum · 10 years ago
  46. 5280d2e asyncio docs: ProactorEventLoop does not support SSL. by Guido van Rossum · 10 years ago
  47. f19a400 Issue #21088: Merge from 3.4. by Larry Hastings · 10 years ago
  48. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 10 years ago
  49. 53d2c41 Issue #19414: Have the OrderedDict mark deleted links as unusable. by Raymond Hettinger · 10 years ago
  50. 71ac07f Issue #18604: merge from 3.4 by Ned Deily · 10 years ago
  51. 88b5b6d Issue #18604: Skip the Tk instantiation test on OS X because it can by Ned Deily · 10 years ago
  52. 3170d1c Issue #21421: Add __slots__ to the MappingViews ABCs. by Raymond Hettinger · 10 years ago
  53. 90e9338 Neaten-up a bit add add missing size change check. by Raymond Hettinger · 10 years ago
  54. 871620d Simplify and speedup the internals of the heapq module. by Raymond Hettinger · 10 years ago
  55. 4ce5f3f improve idioms (closes #20642) by Benjamin Peterson · 10 years ago
  56. 98baa14 merge 3.4 by Benjamin Peterson · 10 years ago
  57. 3d678e3 use with blocks to make sure files are closed by Benjamin Peterson · 10 years ago
  58. 644bb49 merge 3.4 (#21357) by Benjamin Peterson · 10 years ago
  59. f24600e improve test coverage of filecmp (closes #21357) by Benjamin Peterson · 10 years ago
  60. 39992d3 do not expose known hash api in stable API by Benjamin Peterson · 10 years ago
  61. 4b0b1ac Issue #21101: Eliminate double hashing in the C code for collections.Counter(). by Raymond Hettinger · 10 years ago
  62. 4b74fba Issue 21101: Internal API for dict getitem and setitem where the hash value is known. by Raymond Hettinger · 10 years ago
  63. 1b5eebc merge by Raymond Hettinger · 10 years ago
  64. c992608 Issue 21375: Fix possible Py_ssizet overflow in heapq. by Raymond Hettinger · 10 years ago
  65. af8fc64 Issue #21233: Oops, Fix _PyObject_Alloc(): initialize nbytes before going to by Victor Stinner · 10 years ago
  66. db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 10 years ago
  67. d50c3f3 Issue #21393: random.c: on Windows, close the hCryptProv handle at exit by Victor Stinner · 10 years ago
  68. cb2ad80 Closes #18604: Merge with 3.4 by Zachary Ware · 10 years ago
  69. ceced6b Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 10 years ago
  70. 6b7786b Use $type instead of $cls in the signature specification. by Stefan Krah · 10 years ago
  71. 6b794b8 Fix typo and tests without docstrings. by Stefan Krah · 10 years ago
  72. 5de1f82 Issue #21407: _decimal now supports function signatures. by Stefan Krah · 10 years ago
  73. b9e71d4 Merge with 3.4 by Martin v. Löwis · 10 years ago
  74. 161d695 Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the first argument has a reference count of 1. by Antoine Pitrou · 10 years ago
  75. 3d5c9e2 Update to 1.0.1g by Martin v. Löwis · 10 years ago
  76. 991fd28 Unite 'Build' sections of Misc/NEWS by Zachary Ware · 10 years ago
  77. 45bc17b Issue #19962: The Windows build process now creates "python.bat" by Zachary Ware · 10 years ago
  78. b151f8f Issue #10650: Remove the non-standard 'watchexp' parameter from the by Stefan Krah · 10 years ago
  79. 5c2ac8c setup.py: report modules which built but import failed (closes #21282) by Benjamin Peterson · 10 years ago
  80. 30a6df5 Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  81. d8ea56d Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  82. 024c5ee Document the subprocess Popen.args attribute (issue21353) by Gregory P. Smith · 10 years ago
  83. 7c115f8 Null merge. by Stefan Krah · 10 years ago
  84. 8fb74a3 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 10 years ago
  85. f1d4e42 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 10 years ago
  86. ae43046 MERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris by Jesus Cea · 10 years ago
  87. da25109 Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris by Jesus Cea · 10 years ago
  88. e83ce4b Closes #17386: Merge with 3.4 by Zachary Ware · 10 years ago
  89. a67b97f Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile by Zachary Ware · 10 years ago
  90. 1de519c Issue #17386: Update Doc/README.txt to list all targets by Zachary Ware · 10 years ago
  91. 9393fff Issue #17386: List the 'htmlview' target in the Doc/Makefile help output. by Zachary Ware · 10 years ago
  92. 32497f8 Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  93. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  94. 3f73e4c Fix failure in test_poplib after issue #20951. by Antoine Pitrou · 10 years ago
  95. b850389 Issue #21057: TextIOWrapper now allows the underlying binary stream's read() or read1() method to return an arbitrary bytes-like object (such as a memoryview). by Antoine Pitrou · 10 years ago
  96. 92c4d45 Add porting note for issue #20951. by Antoine Pitrou · 10 years ago
  97. b4bebda Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. by Antoine Pitrou · 10 years ago
  98. 727a463 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  99. 9cc9026 Issue #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 10 years ago
  100. e9dcfd1 Merge with 3.4 by Terry Jan Reedy · 10 years ago