1. 4140fb5 #17065: Use process-unique key for winreg test. by R David Murray · 11 years ago
  2. 1f7492c Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler by Alexandre Vassalotti · 11 years ago
  3. 3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago
  4. ab5ba79 #17790: test_set now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  5. 3e4a98b #17789: test_random now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  6. aaa5d1c #17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  7. 0471ac3 Merge. by Richard Oudkerk · 11 years ago
  8. cf8a1e5 - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long. by Antoine Pitrou · 11 years ago
  9. 409c313 Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 11 years ago
  10. b38897f Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 11 years ago
  11. 643ea53 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 11 years ago
  12. d13c008 #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  13. 618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 11 years ago
  14. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 11 years ago
  15. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  16. 26dfaac9 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  17. f2fa5fc Issue #17221: Resort Misc/NEWS. by Serhiy Storchaka · 11 years ago
  18. 6d10139 Close #17702: os.environ now raises KeyError with the original environment by Victor Stinner · 11 years ago
  19. c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers by Nick Coghlan · 11 years ago
  20. 8db89ca Issue #16550: Update the opcode descriptions of pickletools to use unsigned by Alexandre Vassalotti · 11 years ago
  21. 9a7a811 Issue #16804: Fix 'python -S -m site' failure. by Meador Inge · 11 years ago
  22. 4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 11 years ago
  23. c973448 Issue #17715: Add missing NULL Check to PyNumber_Long. by Mark Dickinson · 11 years ago
  24. b4fd468 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  25. 64aafeb Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 11 years ago
  26. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  27. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  28. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  29. c2ecac4 #17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  30. 1eafd10 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 11 years ago
  31. 3836d70 #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  32. 5e2f593 #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  33. c9314d9 don't run frame if it has no stack (closes #17669) by Benjamin Peterson · 11 years ago
  34. cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. by Ezio Melotti · 11 years ago
  35. d9fbf36 #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage by Senthil Kumaran · 11 years ago
  36. 0803a39 #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 11 years ago
  37. 7e69f00 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  38. b0f9fa7 Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 11 years ago
  39. 7733be8 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 11 years ago
  40. 6b2918a #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 11 years ago
  41. 595365d Merge heads by Andrew Svetlov · 11 years ago
  42. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  43. 0ef392c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 11 years ago
  44. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 11 years ago
  45. c496eda move IDLE news to its own section by Benjamin Peterson · 11 years ago
  46. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  47. cca5548 merge with 3.3.1 release clone by Georg Brandl · 11 years ago
  48. 9aa23c5 Bump to 3.3.1. by Georg Brandl · 11 years ago
  49. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  50. 38546ee close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  51. cf658c2 close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  52. 0f38908 #17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa. by Ezio Melotti · 12 years ago
  53. a99e171 Issue #15940: NEWS entry by Terry Jan Reedy · 12 years ago
  54. 614c578 Issue #17619: Make input() check for Ctrl-C correctly on Windows. by Richard Oudkerk · 12 years ago
  55. 6b7a5ae #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 12 years ago
  56. 0d28a61 #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
  57. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
  58. c993a19 #13163: fix names of _get_socket args by R David Murray · 12 years ago
  59. 6395241 list slotdefs in offset order rather than sorting them (closes #17610) by Benjamin Peterson · 12 years ago
  60. f8ffec0 Issue #17357: Add missing verbosity messages when running under by Brett Cannon · 12 years ago
  61. 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
  62. c35151c #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
  63. cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 12 years ago
  64. 420e2d8 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 12 years ago
  65. 71c9e1a #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 12 years ago
  66. 6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 12 years ago
  67. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 12 years ago
  68. 337b173 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  69. d627e12 fall back when an old test_support doesn't have various data and functions (closes #17533) by Benjamin Peterson · 12 years ago
  70. 1b14592 #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 12 years ago
  71. e66e7de #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 12 years ago
  72. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 12 years ago
  73. 92acb0a Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  74. 23790b4 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  75. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  76. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  77. c40f97f NEWS: add new header for Python 3.3.2 by Georg Brandl · 12 years ago
  78. f4e68b1 fix variable reference to fix --enable-profiling (closes #17550) by Georg Brandl · 12 years ago
  79. dbc5f8c3 move to correct section by Benjamin Peterson · 12 years ago
  80. 4b394db merge 2.7.4 release branch (#17550) by Benjamin Peterson · 12 years ago
  81. 615ea1a fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 12 years ago
  82. b9be7bb fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 12 years ago
  83. 1e76e86 Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb. by Vinay Sajip · 12 years ago
  84. a809e4a merge with upstream 3.3 branch by Georg Brandl · 12 years ago
  85. cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. by Martin v. Löwis · 12 years ago
  86. 5be6d74 Issue #17425: Build with openssl 1.0.0k on Windows. by Martin v. Loewis · 12 years ago
  87. 945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, by doko@ubuntu.com · 12 years ago
  88. bc1d9c9 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  89. da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 12 years ago
  90. 2350ecd merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  91. 7e2f197 update NEWS for #17531 by Benjamin Peterson · 12 years ago
  92. 4a03c7d merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  93. 01d9a77 group ids and user ids can be longs now (#17531) by Benjamin Peterson · 12 years ago
  94. aec8139 add 2.7.5 header by Benjamin Peterson · 12 years ago
  95. 3128923 return int instead long when possible (#17531) by Benjamin Peterson · 12 years ago
  96. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  97. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  98. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 12 years ago
  99. d08d0b1 Bump to 3.3.1rc1. by Georg Brandl · 12 years ago
  100. 0a1bc11 Fix suspicious markup in the docs. by Georg Brandl · 12 years ago