1. a9901e8 typing doc: add versionadded 3.5 by Victor Stinner · 8 years ago
  2. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  3. a1f5f8b Merge heads by Serhiy Storchaka · 8 years ago
  4. 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  5. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  6. 864b63c Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 8 years ago
  7. 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 8 years ago
  8. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  9. e0805cf Issue #26719: More efficient formatting of ints and floats in json. by Serhiy Storchaka · 8 years ago
  10. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  11. 731b1b1 Remove relics of str8 (became bytes) and buffer (bytearray) type tests by Martin Panter · 8 years ago
  12. 0d0db6c Issue #26712: Unify (r)split, (l/r)strip tests into string_tests by Martin Panter · 8 years ago
  13. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 8 years ago
  14. fc475a9 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 8 years ago
  15. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  16. 705c0e3 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  17. d7fdc86 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  18. a2d7cf0 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago
  19. 0945558 Issue #26587: Remove an incorrect statement from the docs by Brett Cannon · 8 years ago
  20. 94ad49f Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  21. 152a19c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 8 years ago
  22. b066058 Adds version info to all signed binaries on Windows. by Steve Dower · 8 years ago
  23. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  24. 0e0563c Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the concrete set). by Guido van Rossum · 8 years ago
  25. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  26. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  27. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  28. 28f35b2 Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 8 years ago
  29. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  30. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  31. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 8 years ago
  32. b31daff Issue #26688: Fix module name in mock docs by Berker Peksag · 8 years ago
  33. 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 8 years ago
  34. d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 8 years ago
  35. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 8 years ago
  36. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 8 years ago
  37. ccdbe80 asyncio: sync overlapped.c with GitHub by Victor Stinner · 8 years ago
  38. 3ee147f Issue #22854: Fix logic for skipping test by Martin Panter · 8 years ago
  39. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  40. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 8 years ago
  41. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  42. 8dc2ec1 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  43. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  44. 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 8 years ago
  45. 53f8ba5 test_urllibnet: set timeout on test_fileno() by Victor Stinner · 8 years ago
  46. 9db2ae7 Fix ResourceWarning in test_unittest when interrupted by Victor Stinner · 8 years ago
  47. 06ddd35 Issue #25911: Backport os._DummyDirEntry fixes by Victor Stinner · 8 years ago
  48. 8ba2083 Issue #26643: Add missing shutil resources to regrtest.py by Victor Stinner · 8 years ago
  49. 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 8 years ago
  50. f9cddcc Issue #25314: store_true and store_false also create appropriate defaults. by Raymond Hettinger · 13 years ago
  51. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 8 years ago
  52. ce91387 Issue #25195: Fix a regression in mock.MagicMock by Berker Peksag · 8 years ago
  53. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  54. f70fe6f Document sqlite3.Cursor.close() by Berker Peksag · 8 years ago
  55. 557a063 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 8 years ago
  56. 5503d47 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 8 years ago
  57. 13f0c61 _pickle: Fix load_counted_tuple(), use Py_ssize_t for size by Victor Stinner · 8 years ago
  58. 1dcf4f9 Issue#26616:Fixed a bug in datetime.astimezone() method. by Alexander Belopolsky · 8 years ago
  59. 84ca9fe doctest: fix _module_relative_path() error message by Victor Stinner · 8 years ago
  60. 8a20851 Issue #25654: by Victor Stinner · 8 years ago
  61. 540a81c Issue #21925: Fix test_warnings for release mode by Victor Stinner · 8 years ago
  62. 244e120 Use Py_uintptr_t for atomic pointers by Victor Stinner · 9 years ago
  63. 4b8b86c pystate.h: fix _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  64. 2746168 warnings.formatwarning(): catch exceptions by Victor Stinner · 8 years ago
  65. e0511e7 Fix test_warnings.test_improper_option() by Victor Stinner · 8 years ago
  66. 1129084 Issue #26621: Remove unnecessary test. by Stefan Krah · 8 years ago
  67. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 8 years ago
  68. 3a56b77 Makefile.pre.in (profile-opt): Fix bashism. by doko@ubuntu.com · 8 years ago
  69. d5871e6 Enhance _tracemalloc debug mode by Victor Stinner · 8 years ago
  70. 2f49e09 Fix _tracemalloc start/stop by Victor Stinner · 8 years ago
  71. d6990d2 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 8 years ago
  72. e46487b merge 3.4 (#17167) by Benjamin Peterson · 8 years ago
  73. b9869df remove useless $ keyword (closes #17167) by Benjamin Peterson · 8 years ago
  74. f6e9f47 Issue #15699: Reunite comment with variable by Martin Panter · 8 years ago
  75. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 8 years ago
  76. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 8 years ago
  77. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  78. 97eee1c Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 8 years ago
  79. e2021f2 Issue #12813: uuid.uuid4() no longer depends on ctypes by Berker Peksag · 8 years ago
  80. d02eb8a Issue #19164: Improve exception message of uuid.UUID() by Berker Peksag · 8 years ago
  81. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 8 years ago
  82. e3385b4 Issue #19265: Improve test coverage of datetime.tzinfo by Berker Peksag · 8 years ago
  83. 1cd4ff6 Issue #26560: Avoid potential ValueError in BaseHandler.start_response by Berker Peksag · 8 years ago
  84. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 8 years ago
  85. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 8 years ago
  86. e4044bf Issue #26271: Fix the Freeze tool to use variables passed in from the by Brett Cannon · 8 years ago
  87. 7740062 Fixed a typo. by Serhiy Storchaka · 8 years ago
  88. 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 8 years ago
  89. 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
  90. 1c80b15 Issue #26583: Skip test_timestamp_overflow in test_import if bytecode by Ned Deily · 8 years ago
  91. c488bc6 Merge 3.4 into 3.5 by Donald Stufft · 8 years ago
  92. 2bc69c4 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 8 years ago
  93. 5c13aa1 Fix pyclbr to support importing packages by Victor Stinner · 8 years ago
  94. d887d1f Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 8 years ago
  95. a2e5e04 Py_FatalError: disable faulthandler earlier by Victor Stinner · 8 years ago
  96. 6150f31 Fix usage of PyMem_Malloc() in overlapped.c by Victor Stinner · 8 years ago
  97. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 8 years ago
  98. 9528334 _tracemalloc: store lineno as unsigned int by Victor Stinner · 8 years ago
  99. 57003f8 faulthandler: Test Py_FatalError() with GIL released by Victor Stinner · 8 years ago
  100. 4ddee7f Fix Py_FatalError() if called without the GIL by Victor Stinner · 8 years ago