Python 3.7.0a3
  1. 3f9a728 Update NEWS and pydoc topics. by Ned Deily · 8 years ago
  2. d4d2b56 Tidy NEWS entry. by Ned Deily · 8 years ago
  3. b3edde8 bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720) by Ned Deily · 8 years ago
  4. 24e0469 bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (#4715) by Ned Deily · 8 years ago
  5. 8837dd0 bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) by Neil Schemenauer · 8 years ago
  6. 29bc193 [bpo-28556] Minor fixes for typing module (#4710) by Ivan Levkivskyi · 8 years ago
  7. ca7562a bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) by Mariatta · 8 years ago
  8. f0db54a bpo-32214: Implement PEP 557: Data Classes (#4704) by Eric V. Smith · 8 years ago
  9. 1e2fcac bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703) by Terry Jan Reedy · 8 years ago
  10. 70d56fb bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) by Serhiy Storchaka · 8 years ago
  11. 85d5c18 bpo-27240 Rewrite the email header folding algorithm. (#3488) by R. David Murray · 8 years ago
  12. 1fb72d2 bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570) by Serhiy Storchaka · 8 years ago
  13. 078f181 bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675) by Nick Coghlan · 8 years ago
  14. bf2b65e bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560) by xdegaye · 8 years ago
  15. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 8 years ago
  16. 6a89481 bpo-32186: Release the GIL during lseek and fstat (#4652) by Nir Soffer · 8 years ago
  17. a897aee bpo-32072: Fix issues with binary plists. (#4455) by Serhiy Storchaka · 8 years ago
  18. b4d1e1f bpo-20891: Fix PyGILState_Ensure() (#4650) by Victor Stinner · 8 years ago
  19. 986375e bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080) by Serhiy Storchaka · 8 years ago
  20. 86afc1f Skip test_socket.test_sha256() on linux < 4.5 (#4643) by Victor Stinner · 8 years ago
  21. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 8 years ago
  22. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 8 years ago
  23. 859f7ce bpo-32159: Revert Misc/svnmap.txt (#4639) by Victor Stinner · 8 years ago
  24. ef83806 bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604) by xdegaye · 8 years ago
  25. 041efd2 bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628) by Terry Jan Reedy · 8 years ago
  26. 219c2de bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499) by Serhiy Storchaka · 8 years ago
  27. 23df2d1 bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600) by Barry Warsaw · 8 years ago
  28. 71bd588 bpo-32155: Revert distutils.config change (#4618) by Victor Stinner · 8 years ago
  29. fe2d5ba bpo-32159: Remove tools for CVS and Subversion (#4615) by Victor Stinner · 8 years ago
  30. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 8 years ago
  31. a489599 bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417) by Dong-hee Na · 8 years ago
  32. 696b501 bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) by Victor Stinner · 8 years ago
  33. c9409f7 Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593) by Victor Stinner · 8 years ago
  34. 39f0bb5 bpo-32136: Separate embedding tests from C API tests (GH-4567) by Nick Coghlan · 8 years ago
  35. 9522a21 bpo-32107 - Better merge of #4494 (#4576) by Barry Warsaw · 8 years ago
  36. c975878 bpo-27535: Fix memory leak with warnings ignore (#4489) by Victor Stinner · 8 years ago
  37. 21c7730 bpo-32089: Use default action for ResourceWarning (#4584) by Victor Stinner · 8 years ago
  38. ede2ac9 bpo-23033: Improve SSL Certificate handling (GH-937) by Mandeep Singh · 8 years ago
  39. 0cd2e81 bpo-29879: Update typing documentation. (GH-4573) by Ivan Levkivskyi · 8 years ago
  40. a6fba9b bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559) by xdegaye · 8 years ago
  41. 77f5139 bpo-32059: setup.py now also searches the sysroot paths (GH-4452) by xdegaye · 8 years ago
  42. 5b48dc6 bpo-32071: Add unittest -k option (#4496) by Jonas Haag · 8 years ago
  43. 8d9bb11 bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) by Berker Peksag · 8 years ago
  44. 84c4b19 bpo-32124: Document C functions safe before init (#4540) by Victor Stinner · 8 years ago
  45. da9c8c3 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) by Victor Stinner · 8 years ago
  46. 0f86cd3 bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503) by xdegaye · 8 years ago
  47. 19fb134 bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) by Berker Peksag · 8 years ago
  48. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 8 years ago
  49. 4864a61 bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) by Berker Peksag · 8 years ago
  50. 3df02db bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529) by Berker Peksag · 8 years ago
  51. dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 8 years ago
  52. bdb8315 bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) by Berker Peksag · 8 years ago
  53. 5ce1069 bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488) by xdegaye · 8 years ago
  54. c06c22e bpo-29040: Support building Android with Unified Headers (GH-4492) by xdegaye · 8 years ago
  55. 5ad7ef8 bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479) by xdegaye · 8 years ago
  56. 0784a2e bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464) by Jesse-Bakker · 8 years ago
  57. 20d48a4 bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) by Cheryl Sabella · 8 years ago
  58. 431665b bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491) by AraHaan · 8 years ago
  59. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 8 years ago
  60. 895862a bpo-32088: Display Deprecation in debug mode (#4474) by Victor Stinner · 8 years ago
  61. 51d546a bpo-32069: Drop legacy SSL transport (#4451) by Andrew Svetlov · 8 years ago
  62. cede8c9 bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) by Serhiy Storchaka · 8 years ago
  63. ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 8 years ago
  64. 05cb728 bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) by Serhiy Storchaka · 8 years ago
  65. 3daaafb bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407) by Serhiy Storchaka · 8 years ago
  66. 0a2abdf bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262) by Serhiy Storchaka · 8 years ago
  67. 43605e6 bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409 by Yury Selivanov · 8 years ago
  68. 4bd41c9 bpo-32025: Add time.thread_time() (#4410) by Antoine Pitrou · 8 years ago
  69. 762b957 bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408) by Dong-hee Na · 8 years ago
  70. f8a4c03 bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650) by Serhiy Storchaka · 8 years ago
  71. 00987f6 bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381) by Serhiy Storchaka · 8 years ago
  72. ddbce13 bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400) by Serhiy Storchaka · 8 years ago
  73. edad8ee bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289) by Serhiy Storchaka · 8 years ago
  74. 9165f77 bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382) by Serhiy Storchaka · 8 years ago
  75. e1d62e0 bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386) by Andrey Egorov · 8 years ago
  76. ce12629 bpo-28369: Enhance transport socket check in add_reader/writer (#4365) by Yury Selivanov · 8 years ago
  77. e0582a3 bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) by xdegaye · 8 years ago
  78. 1588be6 bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) by xdegaye · 8 years ago
  79. 9703f09 bpo-31976: Fix race condition when flushing a file is slow. (#4331) by benfogle · 8 years ago
  80. 9f914a0 bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) by Brian Curtin · 8 years ago
  81. d318715 bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235) by Serhiy Storchaka · 8 years ago
  82. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 8 years ago
  83. 0de9285 bpo-31934: Abort when building out of a not clean source tree (GH-4255) by xdegaye · 8 years ago
  84. b5d9e08 bpo-31884 subprocess: add Windows constants for process priority (#4150) by James · 8 years ago
  85. 7973e27 bpo-21862: Add -m option to cProfile for profiling modules (#4297) by Sanyam Khurana · 8 years ago
  86. 5a8a84b Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093) by Justus Schwabedal · 8 years ago
  87. c62f0cb bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813) by Suren Nihalani · 8 years ago
  88. 921e943 bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) by Antoine Pitrou · 8 years ago
  89. a935654 bpo-20486: Implement Database.Close() method in msilib (GH-4141) by Berker Peksag · 8 years ago
  90. 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 8 years ago
  91. 31af650 bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) by Mariatta · 8 years ago
  92. a22a127 bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) by Anders Lorentsen · 8 years ago
  93. edb13ae bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958) by Oren Milman · 8 years ago
  94. e56ab74 bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968) by Oren Milman · 8 years ago
  95. ad455cd bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) by Nir Soffer · 8 years ago
  96. 30f4fa4 bpo-31957: Fixes version detection. (#4298) by Steve Dower · 8 years ago
  97. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 8 years ago
  98. aed0856 bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280) by Steve Dower · 8 years ago
  99. 0d2a908 bpo-31944: Fixes build and Modify button (#4278) by Steve Dower · 8 years ago
  100. d4d79bc bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085) by Serhiy Storchaka · 8 years ago