1. 9a2326b Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  2. 6f80464 Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  3. 397c210 Issue #25022: Avoid warning about unused suspicious rule by Martin Panter · 9 years ago
  4. 677688b Issue #25022: Add NEWS, fix docs to not mention the old example. by Zachary Ware · 9 years ago
  5. 5eaf58b Issue #25022: Remove PC/example_nt/ by Zachary Ware · 9 years ago
  6. d076454 Add the original author of profile.py back to the docs, at his request. by Guido van Rossum · 9 years ago
  7. f29ab72 Don't encode unicode dirname in test_support.temp_cwd() if unicode file names by Serhiy Storchaka · 9 years ago
  8. e1d38b0 Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 9 years ago
  9. 672237e Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  10. bc07165 Update PCbuild/readme.txt by Zachary Ware · 9 years ago
  11. fe45f65 Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  12. f3bdc10 Backported new tests for attribute setting of expat parser. by Serhiy Storchaka · 9 years ago
  13. ad7b0cd Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  14. 0ecf462 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  15. baf9ef9 Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 9 years ago
  16. 0ed1bcd Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  17. b75a0e9 Issue #17849: Raise sensible exception for invalid HTTP tunnel response by Martin Panter · 9 years ago
  18. 04861dc Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  19. 7c7b4b5 Backport support.change_cwd() and use it in tests. by Serhiy Storchaka · 9 years ago
  20. 23ae488 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  21. bda9bd1 #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  22. 99c1a6d Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 9 years ago
  23. eb49ccf Issue #24986: Save some bandwidth from svn.python.org by Zachary Ware · 9 years ago
  24. 1db43f9 Issue #24986: Allow building Python without external libraries on Windows by Zachary Ware · 9 years ago
  25. 7ab6cb4 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. by Zachary Ware · 9 years ago
  26. c97e18e merge heads. by Senthil Kumaran · 9 years ago
  27. f30e078 Remove unused imports in test_wsgiref.py by Senthil Kumaran · 9 years ago
  28. ccd6270 Issue #23375: Fix test_py3kwarn for modules implemented in C by Victor Stinner · 9 years ago
  29. cc1db4b python-gdb.py: enhance py-bt command by Victor Stinner · 9 years ago
  30. 3c5ce40 test_gdb: enhance regex used to parse the GDB version by Victor Stinner · 9 years ago
  31. b50d3b2 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  32. a4ce943 Turn 'rem' comments into a real usage message in PCbuild/build.bat by Zachary Ware · 9 years ago
  33. 9ce9f77 Improve tutorial suggestion for looping techniques by Raymond Hettinger · 9 years ago
  34. 6a31bb5 Issue #24952: Clarify default argument of stack_size() in threading, thread by Martin Panter · 9 years ago
  35. fe2f287 Make an example a little clearer by Raymond Hettinger · 9 years ago
  36. e0c8e26 Issue #24962: Remove space from filename by Zachary Ware · 9 years ago
  37. d155d72 Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows by Zachary Ware · 9 years ago
  38. 34eab07 Issue #24790: correct typo noticed by Eric Smith by Terry Jan Reedy · 9 years ago
  39. 0c416e0 Issue #24790: Restore unused function. by Terry Jan Reedy · 9 years ago
  40. 936a6f1 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 9 years ago
  41. 9de9b78 Update pip to 7.1.2 and setuptools to 18.2 by Donald Stufft · 9 years ago
  42. f79aa58 #24926: Fix typo in example. by R David Murray · 9 years ago
  43. d951625 Merge 2.7 heads. by Robert Collins · 9 years ago
  44. 11ac1a8 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  45. 14462d4 remove tabs from ceval.c (closes #24895) by Benjamin Peterson · 9 years ago
  46. 864e1a6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). by Terry Jan Reedy · 9 years ago
  47. c9a5a19 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 9 years ago
  48. ea42876 Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  49. 5fa59bd Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  50. b4bdbe9 Issue #23672: ACKS by Terry Jan Reedy · 9 years ago
  51. 87da498 Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7, by Terry Jan Reedy · 9 years ago
  52. 223546d add missing NULL checks to get_coding_spec (closes #24854) by Benjamin Peterson · 9 years ago
  53. 9168d06 #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  54. 1687074 Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  55. ce698f3 Issue #24751: Fix running regrtest with '-w' flag in case of test failures. by Zachary Ware · 9 years ago
  56. 311c8d6 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  57. a4777f1 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  58. 0a85728 Don't left shift negative values. Use an unsigned value instead to avoid by Gregory P. Smith · 9 years ago
  59. 937f2f7 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  60. 1d8b7be Issue #24759: Revert 8203fc75b3d2. by Terry Jan Reedy · 9 years ago
  61. d7a4f9e include fcntl.h on all *nix platforms (closes #24217) by Benjamin Peterson · 9 years ago
  62. ea4d287 Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  63. 977be3e Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  64. 9de4707 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  65. 1235214 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  66. 3f32b97 Issue #21192: acks for 2.7 by Terry Jan Reedy · 9 years ago
  67. 8755d78 Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  68. a872fec Issue 24759: Gracefull exit Idle if ttk import fails. by Terry Jan Reedy · 9 years ago
  69. fa002d4 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  70. ffc7e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  71. 3d731c5 Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport). by Guido van Rossum · 9 years ago
  72. 1edd2f6 make comment not lie about the size of SMALL_REQUEST_THRESHOLD by Benjamin Peterson · 9 years ago
  73. f524799 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  74. 15a92fd Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  75. e97944a Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  76. 2f2c829 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  77. 62a2338 Set a default BasePlatformToolset to allow the ICC buildbot to build. by Zachary Ware · 9 years ago
  78. 0287f2f check return value of PyString_FromStringAndSize for NULL (closes #24734) by Benjamin Peterson · 9 years ago
  79. 581234e Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  80. 76a64ca Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument. by Serhiy Storchaka · 9 years ago
  81. cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed by Serhiy Storchaka · 9 years ago
  82. 7f18ac4 possible memory leak in error case (closes #24719) by Benjamin Peterson · 9 years ago
  83. 455a2a3 proper overflow checks for mymemreplace (closes #24708) by Benjamin Peterson · 9 years ago
  84. 80277ed Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. by Ned Deily · 9 years ago
  85. 045c451 Issue #24704: Fixed possible NULL pointer dereferencing in the _json module by Serhiy Storchaka · 9 years ago
  86. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  87. affac00 Issue #24703: Fixed resource leak on error in bsddb.verify(). by Serhiy Storchaka · 9 years ago
  88. 81c670d Initialize buf.outobj in multibyte encoder (closes issue #24702). by Serhiy Storchaka · 9 years ago
  89. 04fac8a Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 9 years ago
  90. cdbe6fc we don't care about python 1.5.2 by Benjamin Peterson · 9 years ago
  91. 68773f3 Issue #24603: Update Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  92. c6fe4db Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 9 years ago
  93. 4b2f5d9 Issue #20792: Expand idle_test.test_pathbowser. Tweak file. by Terry Jan Reedy · 9 years ago
  94. fe13eac Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  95. 58785d5 Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector. by Terry Jan Reedy · 9 years ago
  96. 46d4ed1 Fixes OpenSSL directory reference by Steve Dower · 9 years ago
  97. 4306063 Issue #24568: fix typo. by Raymond Hettinger · 9 years ago
  98. 65192c1 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago
  99. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  100. 10c997a Close #23963: Fix building with original OpenSSL sources. by Zachary Ware · 9 years ago