1. f70fe6f Document sqlite3.Cursor.close() by Berker Peksag · 8 years ago
  2. 557a063 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 8 years ago
  3. 5503d47 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 8 years ago
  4. 13f0c61 _pickle: Fix load_counted_tuple(), use Py_ssize_t for size by Victor Stinner · 8 years ago
  5. 1dcf4f9 Issue#26616:Fixed a bug in datetime.astimezone() method. by Alexander Belopolsky · 8 years ago
  6. 84ca9fe doctest: fix _module_relative_path() error message by Victor Stinner · 8 years ago
  7. 8a20851 Issue #25654: by Victor Stinner · 8 years ago
  8. 540a81c Issue #21925: Fix test_warnings for release mode by Victor Stinner · 8 years ago
  9. 244e120 Use Py_uintptr_t for atomic pointers by Victor Stinner · 9 years ago
  10. 4b8b86c pystate.h: fix _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  11. 2746168 warnings.formatwarning(): catch exceptions by Victor Stinner · 8 years ago
  12. e0511e7 Fix test_warnings.test_improper_option() by Victor Stinner · 8 years ago
  13. 1129084 Issue #26621: Remove unnecessary test. by Stefan Krah · 8 years ago
  14. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 8 years ago
  15. 3a56b77 Makefile.pre.in (profile-opt): Fix bashism. by doko@ubuntu.com · 8 years ago
  16. d5871e6 Enhance _tracemalloc debug mode by Victor Stinner · 8 years ago
  17. 2f49e09 Fix _tracemalloc start/stop by Victor Stinner · 8 years ago
  18. d6990d2 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 8 years ago
  19. e46487b merge 3.4 (#17167) by Benjamin Peterson · 8 years ago
  20. b9869df remove useless $ keyword (closes #17167) by Benjamin Peterson · 8 years ago
  21. f6e9f47 Issue #15699: Reunite comment with variable by Martin Panter · 8 years ago
  22. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 8 years ago
  23. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 8 years ago
  24. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  25. 97eee1c Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 8 years ago
  26. e2021f2 Issue #12813: uuid.uuid4() no longer depends on ctypes by Berker Peksag · 8 years ago
  27. d02eb8a Issue #19164: Improve exception message of uuid.UUID() by Berker Peksag · 8 years ago
  28. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 8 years ago
  29. e3385b4 Issue #19265: Improve test coverage of datetime.tzinfo by Berker Peksag · 8 years ago
  30. 1cd4ff6 Issue #26560: Avoid potential ValueError in BaseHandler.start_response by Berker Peksag · 8 years ago
  31. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 8 years ago
  32. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 8 years ago
  33. e4044bf Issue #26271: Fix the Freeze tool to use variables passed in from the by Brett Cannon · 8 years ago
  34. 7740062 Fixed a typo. by Serhiy Storchaka · 8 years ago
  35. 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 8 years ago
  36. 8dd7aeb Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. by Steve Dower · 8 years ago
  37. 1c80b15 Issue #26583: Skip test_timestamp_overflow in test_import if bytecode by Ned Deily · 8 years ago
  38. c488bc6 Merge 3.4 into 3.5 by Donald Stufft · 8 years ago
  39. 2bc69c4 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 8 years ago
  40. 5c13aa1 Fix pyclbr to support importing packages by Victor Stinner · 8 years ago
  41. d887d1f Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 8 years ago
  42. a2e5e04 Py_FatalError: disable faulthandler earlier by Victor Stinner · 8 years ago
  43. 6150f31 Fix usage of PyMem_Malloc() in overlapped.c by Victor Stinner · 8 years ago
  44. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 8 years ago
  45. 9528334 _tracemalloc: store lineno as unsigned int by Victor Stinner · 8 years ago
  46. 57003f8 faulthandler: Test Py_FatalError() with GIL released by Victor Stinner · 8 years ago
  47. 4ddee7f Fix Py_FatalError() if called without the GIL by Victor Stinner · 8 years ago
  48. 62b6a0d Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 8 years ago
  49. ecd5383 #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 8 years ago
  50. 87d6e13 Fix test_venv on FreeBSD buildbot by Victor Stinner · 8 years ago
  51. 21d0e1b Skip test_site if USER_SITE cannot be created by Victor Stinner · 8 years ago
  52. 8c0f0c5 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 8 years ago
  53. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 8 years ago
  54. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 8 years ago
  55. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 8 years ago
  56. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 8 years ago
  57. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 8 years ago
  58. d3722e7 Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. by Steve Dower · 8 years ago
  59. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  60. 126c9c1 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  61. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  62. d756963 Issue #20589: Fix test_pathlib by Victor Stinner · 8 years ago
  63. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  64. 04d4229 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 8 years ago
  65. ca0250a Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 8 years ago
  66. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 8 years ago
  67. 42a4366 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 8 years ago
  68. 0554d83 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 8 years ago
  69. 4a6f482 Backs out buildbot clean trigger. by Steve Dower · 8 years ago
  70. 79993a9 Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 8 years ago
  71. ada6db7 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 8 years ago
  72. 7ab61ae Backed out changeset f9e22717722d by Serhiy Storchaka · 8 years ago
  73. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 8 years ago
  74. 947f411 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 8 years ago
  75. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 8 years ago
  76. 55e3218 Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  77. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  78. f4d97ce Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. by Ned Deily · 8 years ago
  79. bec699e Issue #24324: Do not enable unreachable code warnings when using by Ned Deily · 8 years ago
  80. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 8 years ago
  81. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  82. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  83. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 8 years ago
  84. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  85. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 8 years ago
  86. 8cc859c Issue #26167: Backported copy tests. by Serhiy Storchaka · 8 years ago
  87. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  88. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 8 years ago
  89. a01a144 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 8 years ago
  90. be70002 Fixed typo in pickle tests. by Serhiy Storchaka · 8 years ago
  91. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 8 years ago
  92. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 8 years ago
  93. ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  94. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  95. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 8 years ago
  96. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 8 years ago
  97. f9e1f2b inspect: Fix BoundArguments.apply_defaults to handle empty arguments by Yury Selivanov · 8 years ago
  98. 1bd0307 asyncio: Prevent StopIteration from being thrown into a Future by Yury Selivanov · 8 years ago
  99. dce63234 asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) by Yury Selivanov · 8 years ago
  100. 0c6a344 asyncio, selectors: Update to the upstream version by Yury Selivanov · 8 years ago