1. 37fdcbc Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5.0 -> 3.5) by Guido van Rossum · 9 years ago
  2. f3f2d37 Issue #24910: Windows MSIs now have unique display names. by Steve Dower · 9 years ago
  3. 7d293ee Issue #24912: Prevent __class__ assignment to immutable built-in objects. by Guido van Rossum · 9 years ago
  4. 65d3643 Null merge (Larry's 3.5 -> 3.5.1). by Guido van Rossum · 9 years ago
  5. 1b66910 Fix issue #24635. by Guido van Rossum · 9 years ago
  6. 647bae6 Issue #24635: Fixed flakiness in test_typing.py. by Guido van Rossum · 9 years ago
  7. 874dbe8 Merge 3.4 (create_stdio) by Victor Stinner · 9 years ago
  8. 6fb5bae Fix race condition in create_stdio() by Victor Stinner · 9 years ago
  9. d529ebb Merge: #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  10. 17227a7 #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  11. 9f5bf02 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  12. 4fda56f Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 9 years ago
  13. 3ac1d82 Merge 3.5.0 into 3.5.1 by Terry Jan Reedy · 9 years ago
  14. a6deff2 Issue #24986: Save some bandwidth from svn.python.org by Zachary Ware · 9 years ago
  15. 6e87576 Fixed merge error. by Serhiy Storchaka · 9 years ago
  16. 66d1865 Merge heads by Serhiy Storchaka · 9 years ago
  17. 58d83ac Merge 3.5.0 by Serhiy Storchaka · 9 years ago
  18. 9f9a00a Merged in storchaka/cpython350 (pull request #13) by Larry Hastings · 9 years ago
  19. 4e63f7a Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  20. b27f3c3 Issue #24986: Allow building Python without external libraries on Windows by Zachary Ware · 9 years ago
  21. e74fe18 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. by Zachary Ware · 9 years ago
  22. a43de00 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  23. 8436812 Merge from 3.5.0 for issue #24913 by Brett Cannon · 9 years ago
  24. 594e54c Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  25. 5b6917e Merge 3.4 (ICC) by Victor Stinner · 9 years ago
  26. 528a9ab Don't use defined() in C preprocessor macros by Victor Stinner · 9 years ago
  27. df6b544 Issue #24913: Fix overrun error in deque.index(). by Brett Cannon · 9 years ago
  28. fda673d Issue #24974: Force fp-model precice in mpdecimal.c on Windows by Zachary Ware · 9 years ago
  29. ca30b02 Issue #24992: Fix error handling and a race condition (related to garbage by Victor Stinner · 9 years ago
  30. 38b8ae0 Issue #24993: Handle import error in namereplace error handler by Victor Stinner · 9 years ago
  31. aba2466 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  32. 479fea6 test_gdb: oops, the regex to parse the gdb version was still too strict by Victor Stinner · 9 years ago
  33. c2b43d1 Merge 3.4 (test_wsgiref) by Victor Stinner · 9 years ago
  34. a7b76e0 test_wsgiref: add missing import (support) by Victor Stinner · 9 years ago
  35. b541e58 Merge with 3.5. Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  36. 22f2c0e Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  37. ccc546c Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  38. 26afae4 test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' by Victor Stinner · 9 years ago
  39. 379583e Merge with 3.4 by Terry Jan Reedy · 9 years ago
  40. ac5004f Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  41. 5ad5821 oops, rename pymonotonic_new() to pymonotonic() by Victor Stinner · 9 years ago
  42. c3c616c Issue #24707: Remove assertion in monotonic clock by Victor Stinner · 9 years ago
  43. 4912e7a Merge 3.4 (test_warnings) by Victor Stinner · 9 years ago
  44. 1c40552 Fix test_warnings: don't modify warnings.filters by Victor Stinner · 9 years ago
  45. 329ca71 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  46. 5b6b4a8 test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings by Victor Stinner · 9 years ago
  47. 2f3ac1e test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise by Victor Stinner · 9 years ago
  48. 6732343 Turn 'rem' comments into a real usage message in PCbuild/build.bat by Zachary Ware · 9 years ago
  49. 2051b84 Merge 3.5 heads (issue #24975) by Yury Selivanov · 9 years ago
  50. 44a25fa Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  51. 5492d35 asyncio doc: fix subprocess sections by Victor Stinner · 9 years ago
  52. b3d5313 Issue #24975: Fix AST compilation for PEP 448 syntax. by Yury Selivanov · 9 years ago
  53. 502bf51 Improve tutorial suggestion for looping techniques by Raymond Hettinger · 9 years ago
  54. c52e41d Make asyncio provisional by Yury Selivanov · 9 years ago
  55. e721b7c Issue #24952: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  56. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 9 years ago
  57. 1498461 merge 3.4 (#24963) by Benjamin Peterson · 9 years ago
  58. 0612ffe fix spelling that was a bit confused (closes #24963) by Benjamin Peterson · 9 years ago
  59. 9157545 merge by Raymond Hettinger · 9 years ago
  60. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  61. ce50802 Issue #24272: Remove usage of default reST role from typing docs by Zachary Ware · 9 years ago
  62. 072d432 Issue #24962: Merge 3.4 by Zachary Ware · 9 years ago
  63. 1a83746 Issue #24962: Remove space from filename by Zachary Ware · 9 years ago
  64. 3ed9bf8 Null Merge from 3.5.0 to 3.5.1 by Donald Stufft · 9 years ago
  65. c332e09 Update setuptools to 18.2 and pip to 7.1.2 by Donald Stufft · 9 years ago
  66. 7503ca7 Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows by Zachary Ware · 9 years ago
  67. f0f55a0 Issue #24881: Fixed setting binary mode in Python implementation of FileIO by Serhiy Storchaka · 9 years ago
  68. 079fc7f Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  69. ed599b7 Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  70. dcc47c6 Issue #24947: Merge 3.4 by Zachary Ware · 9 years ago
  71. 5e580da Issue #24947: Fix grammar in asyncio doc by Zachary Ware · 9 years ago
  72. 73c2194 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  73. 8e92967 Issue #24790: correct typo noticed by Eric Smith by Terry Jan Reedy · 9 years ago
  74. eb3849c Merge with 3.4 by Terry Jan Reedy · 9 years ago
  75. 2050a10 Issue #24790: Restore unused function. by Terry Jan Reedy · 9 years ago
  76. 2ceb55f Merge with 3.4 by Terry Jan Reedy · 9 years ago
  77. 41a27e0 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 9 years ago
  78. beaa509 docs: Better comment for tp_as_async slot by Yury Selivanov · 9 years ago
  79. 87674ec Issue #24913: Fix overrun error in deque.index(). by Raymond Hettinger · 9 years ago
  80. 9783e44 Misc/NEWS needs a Python 3.5.0rc3 section in 3.5 and trunk. by Larry Hastings · 9 years ago
  81. 06a7d61 Merge from Python 3.5.0 (rc2) to Python 3.5.1. by Larry Hastings · 9 years ago
  82. 9126d54 Added missing #-marks to Misc/NEWS lines. by Larry Hastings · 9 years ago
  83. abcf3a1 Added missing IDLE updates to Misc/NEWS that shipped with Python 3.5.0rc1. by Larry Hastings · 9 years ago
  84. b966466 Move misplaced Misc/NEWS item from 3.5.0rc1 to 3.5.0rc2. by Larry Hastings · 9 years ago
  85. cd9b212 Add missing Misc/NEWS item for merged pull request for issue #24867. by Larry Hastings · 9 years ago
  86. a51812a Post-release updates for Python 3.5.0rc2. by Larry Hastings · 9 years ago
  87. 36f22a2 Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field by Martin Panter · 9 years ago
  88. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 9 years ago
  89. ef4554f Issue #10708: Add a link to devguide in Misc/Porting. by Berker Peksag · 9 years ago
  90. 5c21e6b Added tag v3.5.0rc2 for changeset cc15d736d860 by Larry Hastings · 9 years ago
  91. e6c6f69 Version bump for Python 3.5.0rc2. by Larry Hastings · 9 years ago
  92. db1ccc6 Regenerated pydoc topics for Python 3.5.0rc2. by Larry Hastings · 9 years ago
  93. 01b1ff6 Rebuilt Clinic generated code. by Larry Hastings · 9 years ago
  94. 1df0b35 Issue #24769: Interpreter now starts properly when dynamic loading by Larry Hastings · 9 years ago
  95. 7250d02 Merged in 1st1/cpython350 (pull request #5) by Larry Hastings · 9 years ago
  96. 90f5bca Merged in stevedower/cpython350 (pull request #6) by Larry Hastings · 9 years ago
  97. 8bf6b06 Merged in bitdancer/cpython350 (pull request #4) by Larry Hastings · 9 years ago
  98. d8c5f82 Merge updated to pip and setuptools by Donald Stufft · 9 years ago
  99. b372356 Update pip to 7.1.2 and setuptools to 18.2 by Donald Stufft · 9 years ago
  100. f51fd7b Merge. by Larry Hastings · 9 years ago