1. e562a95 Regenerated pydoc topics for 3.5.3rc1. by Larry Hastings · 9 years ago
  2. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 9 years ago
  3. 34cba33 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 9 years ago
  4. b47913f Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 9 years ago
  5. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 9 years ago
  6. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 9 years ago
  7. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 9 years ago
  8. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 9 years ago
  9. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 9 years ago
  10. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 9 years ago
  11. b079c07 #25591: improve imap tests. by R David Murray · 9 years ago
  12. e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 9 years ago
  13. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 9 years ago
  14. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 9 years ago
  15. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 9 years ago
  16. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 9 years ago
  17. c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 9 years ago
  18. ca3263c Issue #25677: Correct syntax error caret for indented blocks. by Martin Panter · 9 years ago
  19. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 9 years ago
  20. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 9 years ago
  21. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 9 years ago
  22. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 9 years ago
  23. af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). by Raymond Hettinger · 9 years ago
  24. ac13bee Issue #28971: Temporarily skip test_over until a permanent solution is found by Xavier de Gaye · 9 years ago
  25. 16b7b7d Merge heads by Serhiy Storchaka · 9 years ago
  26. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 9 years ago
  27. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 9 years ago
  28. 49010ee Revert changeset 1f31bf3f76f5 (issue5322) except tests. by Serhiy Storchaka · 9 years ago
  29. 4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 9 years ago
  30. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 9 years ago
  31. 41176ae Issue #28916: Correct description of %o and %x alternative forms by Martin Panter · 9 years ago
  32. cd2a201 Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. by Antoine Pitrou · 9 years ago
  33. 606ab86 Change order of io.UnsupportedOperation base classes. by Serhiy Storchaka · 9 years ago
  34. 5adfac2 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 9 years ago
  35. 028ace1 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 9 years ago
  36. 41fef63 rm unused import by Benjamin Peterson · 9 years ago
  37. 61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) by Guido van Rossum · 9 years ago
  38. 47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state by Łukasz Langa · 9 years ago
  39. dab0584 Issue #28652: Partially rollback previous changes by Yury Selivanov · 9 years ago
  40. 6c7fb55 Issue #28688: Remove warnings.filters check from regrtest by Victor Stinner · 9 years ago
  41. b24569a Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) by Guido van Rossum · 9 years ago
  42. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 9 years ago
  43. bbfe6c3 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 9 years ago
  44. 2ccb988 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  45. 6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  46. ca4b252 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) by Guido van Rossum · 9 years ago
  47. 5ebff7b Merge - upgrade pip/setuptools by Donald Stufft · 9 years ago
  48. dd5c73b Upgrade pip to 9.0.1 and setuptools to 28.8.0 by Donald Stufft · 9 years ago
  49. d7c1518 Issue #28704: Fix create_unix_server to support Path-like objects by Yury Selivanov · 9 years ago
  50. 0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. by Yury Selivanov · 9 years ago
  51. 2f84144 Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) by Guido van Rossum · 9 years ago
  52. 49e8f2d Issue 28668: Skip tests where instanciation of multiprocessing.Queue by Xavier de Gaye · 9 years ago
  53. 5ae6c77 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 9 years ago
  54. 5ca92ab Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 9 years ago
  55. 60ac989 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 9 years ago
  56. 9544a36 Issue #28016: Skip /dev/tty seekable() test on AIX by Martin Panter · 9 years ago
  57. 547c1b9 Fix temporary file not deleted in test_socket by Xavier de Gaye · 9 years ago
  58. 022371f Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 9 years ago
  59. 5adc22b Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2 by Serhiy Storchaka · 9 years ago
  60. 62e32d6 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 9 years ago
  61. daeddc4 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 9 years ago
  62. dad1790 Issue #28649: fix second issue with _ForwardRef (#328) by Guido van Rossum · 9 years ago
  63. c7b9295 Issue #28649: fix first issue with _ForwardRef (#327) by Guido van Rossum · 9 years ago
  64. 46a02db Issue #28653: Fix a refleak in functools.lru_cache. by Yury Selivanov · 9 years ago
  65. 28f42fd Issue #28649: Clear the typing module caches when search for reference leaks. by Serhiy Storchaka · 9 years ago
  66. 9b10756 Issue #28649: typing-clear-caches.patch by Guido van Rossum · 9 years ago
  67. f9099de Issue #28649: fix-typing-test-v2.diff by Guido van Rossum · 9 years ago
  68. 991d14f Issue #28556: More typing.py updates from upstream. by Guido van Rossum · 9 years ago
  69. a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. by Yury Selivanov · 9 years ago
  70. c0215df Issue #28639: Fix inspect.isawaitable to always return bool by Yury Selivanov · 9 years ago
  71. 6cc495e asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__ by Yury Selivanov · 9 years ago
  72. eb20fca Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  73. 1c3fdd9 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  74. 07bcf05 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  75. 6ea2b8f Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop() by Yury Selivanov · 9 years ago
  76. 49d6b8c Issue #28634: Fix asyncio.isfuture() to support mocks by Yury Selivanov · 9 years ago
  77. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 9 years ago
  78. 88281ce Issue #28485: Check for negative workers even without ProcessPoolExecutor by Martin Panter · 9 years ago
  79. 600a349 Issue #28613: Fix get_event_loop() to return the current loop by Yury Selivanov · 9 years ago
  80. c542049 asyncio: Sync with upstream by Yury Selivanov · 9 years ago
  81. 491a912 Issue #28600: Optimize loop.call_soon(). by Yury Selivanov · 9 years ago
  82. 2af4144 Merge new pip/setuptools from 3.4 by Donald Stufft · 9 years ago
  83. 20a587b Upgrade pip to 9.0 and setuptools to 28.7.1 by Donald Stufft · 9 years ago
  84. 04f17f1 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 9 years ago
  85. a89d22a Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 9 years ago
  86. d1af5ef Issue #28385: An error message when non-empty format spec is passed to by Serhiy Storchaka · 9 years ago
  87. c9b750d Issue #23262: The webbrowser module now supports Firefox 36+ and derived by Serhiy Storchaka · 9 years ago
  88. 32c0d3a Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 9 years ago
  89. 0438683 Backed out changeset 9f7505019767 (issue #27275). by Serhiy Storchaka · 9 years ago
  90. 62fe1bb Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) by Guido van Rossum · 9 years ago
  91. b7dedc8 Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) by Guido van Rossum · 9 years ago
  92. 5fc25a8 Issue #28556: updates to typing.py by Guido van Rossum · 9 years ago
  93. 7865dff Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. by Serhiy Storchaka · 9 years ago
  94. 4afdca0 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 9 years ago
  95. 36888dd Issue #28353: Fixed tests of os.fwalk() with broken links. by Serhiy Storchaka · 9 years ago
  96. 4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 9 years ago
  97. 7ff51bd Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 9 years ago
  98. f3ebc9f Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. by Serhiy Storchaka · 9 years ago
  99. 42babab Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 9 years ago
  100. 036fb15 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 9 years ago