1. 5527cf1 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  2. f4ee1c2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  3. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  4. 87b93fe Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  5. 3066fc4 Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  6. 11c715f Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  7. 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  8. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  9. a6b1031 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  10. 28d982d Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  11. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  12. 11adfb9 Merge 3.5 -> default by Andrew Svetlov · 9 years ago
  13. e4be3c2 Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  14. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  15. 6dcada3 Issue #25034: Merge from 3.5. by Eric V. Smith · 9 years ago
  16. ad4003c Issue #25034: Merge from 3.4. by Eric V. Smith · 9 years ago
  17. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  18. 2fbcd2a Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  19. cb76496 Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  20. b8b951f Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  21. 8ebcfd6 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  22. 104de66 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  23. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  24. 4277134 Issue #25220: Add test for --wait in test_regrtest by Victor Stinner · 9 years ago
  25. feabaed Oops, revert unwanted change, sorry by Victor Stinner · 9 years ago
  26. 449b271 Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat() by Victor Stinner · 9 years ago
  27. 3f74685 test by Victor Stinner · 9 years ago
  28. 2bfed53 Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD by Victor Stinner · 9 years ago
  29. c3713e9 Optimize ascii/latin1+surrogateescape encoders by Victor Stinner · 9 years ago
  30. 5fbeabc Merge with 3.5, Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  31. e471ab3 Merge with 3.4, Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  32. 37f8135 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  33. b1edd58 merge 3.5 by Terry Jan Reedy · 9 years ago
  34. c69b37f Merge with 3.4 by Terry Jan Reedy · 9 years ago
  35. f38356a Remove indent in news item. Error when building 3.x docs. by Terry Jan Reedy · 9 years ago
  36. e0937ef IDLE NEWS. by Terry Jan Reedy · 9 years ago
  37. 86e971c IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  38. 9af7fe7 Add recent IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  39. b4c0015 Correct Misc/NEWS about asyncio.Queue rewrite. by Guido van Rossum · 9 years ago
  40. ab9e936 Correct Misc/NEWS about asyncio.Queue rewrite. by Guido van Rossum · 9 years ago
  41. 9af30ac Correct Misc/NEWS about asyncio.Queue rewrite. by Guido van Rossum · 9 years ago
  42. e143c1f Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 9 years ago
  43. 6b41510 Issue #25220: Add functional tests to test_regrtest by Victor Stinner · 9 years ago
  44. 174d059 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.5->default.) by Guido van Rossum · 9 years ago
  45. d2f1846 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  46. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 9 years ago
  47. ff6ee25 Issue #25122: Remove verbose mode of test_eintr by Victor Stinner · 9 years ago
  48. 2cf2aac Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  49. 636b83f Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  50. 16a1f28 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  51. 69158d5 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  52. bcb0c13 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  53. d351706 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 9 years ago
  54. 3a03a1c Merge with 3.5 by Terry Jan Reedy · 9 years ago
  55. 0b6e6e1 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  56. 507a5c4 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  57. a4802a1 Merge from 3.5; no file changes by Martin Panter · 9 years ago
  58. 37e5d2c Merge from 3.4 into 3.5; no file changes by Martin Panter · 9 years ago
  59. 2122b62 Backed out changeset: 70c01dd35100 by Terry Jan Reedy · 9 years ago
  60. 7082cbc Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  61. bf4aee8 merge by Alexander Belopolsky · 9 years ago
  62. 672be19 merge by Alexander Belopolsky · 9 years ago
  63. 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  64. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  65. 5d27ed8 merge by Alexander Belopolsky · 9 years ago
  66. d19b504 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  67. c58c2cb Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  68. c79447b Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  69. a6c5d53 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  70. 36aff2d Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  71. 1138439 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  72. ace12ee Merge: Fix English phrasing. by R David Murray · 9 years ago
  73. c944e34 Merge: Fix English phrasing. by R David Murray · 9 years ago
  74. 87d0066 Fix English phrasing. by R David Murray · 9 years ago
  75. ab82422 Issue #25011: rlcomplete now omits private and special attribute names unless by Serhiy Storchaka · 9 years ago
  76. 8ace8e9 Issue #25209: rlcomplete now can add a space or a colon after completed keyword. by Serhiy Storchaka · 9 years ago
  77. 36b3fbb Issue #25220: Fix Lib/test/autotest.py by Victor Stinner · 9 years ago
  78. eca7172 merge 3.5 by Benjamin Peterson · 9 years ago
  79. a18bd0e merge 3.4 by Benjamin Peterson · 9 years ago
  80. 3c0769d fix spacing by Benjamin Peterson · 9 years ago
  81. bb6c1c5 merge 3.5 by Benjamin Peterson · 9 years ago
  82. 667422d merge 3.4 by Benjamin Peterson · 9 years ago
  83. 9b14d02 merge heads by Benjamin Peterson · 9 years ago
  84. 4f820ad merge heads by Benjamin Peterson · 9 years ago
  85. c76b1c9 merge heads by Benjamin Peterson · 9 years ago
  86. 81520b0 merge 3.5 by Benjamin Peterson · 9 years ago
  87. e0daa86 merge 3.4 by Benjamin Peterson · 9 years ago
  88. 1dd72e6 make wikipedia link https by Benjamin Peterson · 9 years ago
  89. 89171f2 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  90. 6a9cee1 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  91. 28670d1 Issue #25198: When using the Idle dov TOC menu, put the section title at the by Terry Jan Reedy · 9 years ago
  92. feb8b62 merge 3.5 by Benjamin Peterson · 9 years ago
  93. 16b5708 merge 3.4 by Benjamin Peterson · 9 years ago
  94. c402d8d shorten and fix casing of title by Benjamin Peterson · 9 years ago
  95. 2352a2f merge 3.5 (#25245) by Benjamin Peterson · 9 years ago
  96. bdb93c3 merge 3.4 (#25245) by Benjamin Peterson · 9 years ago
  97. 6aa1564 initialize return value to NULL to avoid compiler compliants (closes #25245) by Benjamin Peterson · 9 years ago
  98. c78f27d merge 3.5 (#23329) by Benjamin Peterson · 9 years ago
  99. d330822 detect alpn by feature flag not openssl version (closes #23329) by Benjamin Peterson · 9 years ago
  100. 8299e9b Move the copy and clear functions upwards to eliminate unnecessary forward references. by Raymond Hettinger · 9 years ago