1. bf71f7d Merge #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  2. 26dfaac9 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  3. 255fb3e add a newline by Brett Cannon · 11 years ago
  4. edfd6ae Issue #17244: Don't mask exceptions raised during the creation of by Brett Cannon · 11 years ago
  5. 672559f (Merge 3.3) Issue #17702: use assertRaises() for the unit test by Victor Stinner · 11 years ago
  6. 839e5ea Issue #17702: use assertRaises() for the unit test by Victor Stinner · 11 years ago
  7. 43aa0d0 (Merge 3.3) Close #17702: os.environ now raises KeyError with the original by Victor Stinner · 11 years ago
  8. 6d10139 Close #17702: os.environ now raises KeyError with the original environment by Victor Stinner · 11 years ago
  9. 685bd4a Merge fix for #16163 from 3.3 by Nick Coghlan · 11 years ago
  10. c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers by Nick Coghlan · 11 years ago
  11. 8b4c719 Issue #17713: additional tweak to test. by Vinay Sajip · 11 years ago
  12. d86ac96 Closes #17713: Fixed bug in test_compute_rollover_weekly_attime. by Vinay Sajip · 11 years ago
  13. 8a34596 #2118: IOError is deprecated, use OSError. by R David Murray · 11 years ago
  14. 96d6a78 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  15. a3e32c9 Closes #16551. Cleanup pickle.py. by Serhiy Storchaka · 11 years ago
  16. 8157459 Merge heads. by Alexandre Vassalotti · 11 years ago
  17. 8db89ca Issue #16550: Update the opcode descriptions of pickletools to use unsigned by Alexandre Vassalotti · 11 years ago
  18. b979f10 merge with 3.3 by Georg Brandl · 11 years ago
  19. 1d472b7 Closes #14462: allow any valid Python identifier in sre group names, as documented. by Georg Brandl · 11 years ago
  20. cc75717 Style cleanups for pickle.py and _pickle. by Alexandre Vassalotti · 11 years ago
  21. bdc3eb7 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  22. 6eea818 Fix pickling test in test_memoryio. by Alexandre Vassalotti · 11 years ago
  23. 2581bdb Issue #16804: Fix 'python -S -m site' failure. by Meador Inge · 11 years ago
  24. 9a7a811 Issue #16804: Fix 'python -S -m site' failure. by Meador Inge · 11 years ago
  25. 7155759 remove pointless change by Benjamin Peterson · 11 years ago
  26. 214a7d2 properly lookup the __round__ special method (closes #17722) by Benjamin Peterson · 11 years ago
  27. c1ab0bd Fix misindent. This would test half less possibilities. by Antoine Pitrou · 11 years ago
  28. e9bbe8b Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. by Antoine Pitrou · 11 years ago
  29. a707f29 #17719: fix incorrect version number in deprecation doc. by R David Murray · 11 years ago
  30. 8e37d5d #2118: Make SMTPException a subclass of IOError. by R David Murray · 11 years ago
  31. c1d3daf Merge #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  32. 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  33. d24abee #17571: merge with 3.3. by Ezio Melotti · 11 years ago
  34. f756f94 #17571: remove broken links in datetime.py docstring. by Ezio Melotti · 11 years ago
  35. 93196eb Issue #17715: Merge fix from 3.3. by Mark Dickinson · 11 years ago
  36. c973448 Issue #17715: Add missing NULL Check to PyNumber_Long. by Mark Dickinson · 11 years ago
  37. 171bb26 Issue #17713: Test temporarily skipped while failure investigated. by Vinay Sajip · 11 years ago
  38. 44e33f3 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  39. b4fd468 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  40. 556e94b Issue #17643: Add __callback__ attribute to weakref.ref. by Mark Dickinson · 11 years ago
  41. 548677b Issue #16447: Merge fix from 3.3. by Mark Dickinson · 11 years ago
  42. 64aafeb Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 11 years ago
  43. 4e7d3ab Fix whitespaces by Andrew Svetlov · 11 years ago
  44. eff6444 Fix whitespaces by Andrew Svetlov · 11 years ago
  45. 7300011 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  46. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  47. 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  48. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  49. 7ca4936 attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595 by Giampaolo Rodola' · 11 years ago
  50. a713079 Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate. by Vinay Sajip · 11 years ago
  51. 7ec97f4 #17692: merge with 3.3. by Ezio Melotti · 11 years ago
  52. c2ecac4 #17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  53. 663a390 #17585: merge with 3.3. by Roger Serwy · 11 years ago
  54. 1eafd10 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 11 years ago
  55. f1c4253 #17699: Fix the new getpass test failures on windows. by R David Murray · 11 years ago
  56. eae41af Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests by Victor Stinner · 11 years ago
  57. 50b24d0 Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name. by Antoine Pitrou · 11 years ago
  58. 85b2afb #17690: merge with 3.3. by Ezio Melotti · 11 years ago
  59. 3836d70 #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  60. c601dc1 Merge #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  61. 5e2f593 #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  62. f49581c normalize whitespace by Senthil Kumaran · 11 years ago
  63. c7e0980 normalize whitespace. caught by hook by Senthil Kumaran · 11 years ago
  64. 8b081b7 merge from 3.3 by Senthil Kumaran · 11 years ago
  65. 277e909 #5609 - test_urllib coverage for url2pathname and pathname2url. Patch by Senthil Kumaran · 11 years ago
  66. fe2d27d Merge heads. by Ezio Melotti · 11 years ago
  67. 161194a #12820: merge with 3.3. by Ezio Melotti · 11 years ago
  68. 671cd32 #17487: wave.getparams now returns a namedtuple. by R David Murray · 11 years ago
  69. cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. by Ezio Melotti · 11 years ago
  70. 50331cb Fix issue #17675: make socket repr() provide local and remote addresses (if any). by Giampaolo Rodola' · 11 years ago
  71. 2a4df12 merge by Brett Cannon · 11 years ago
  72. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 11 years ago
  73. 03c3e35 Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings: by Victor Stinner · 11 years ago
  74. 0f344b6 merge heads by Giampaolo Rodola' · 11 years ago
  75. a4c377c Do not raise exception on close() on account of socket attribute still being None: by Giampaolo Rodola' · 11 years ago
  76. 7005b1f #17678: Remove the use of a deprecated method http/cookiejar.py. Changing the by Senthil Kumaran · 11 years ago
  77. d9fbf36 #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage by Senthil Kumaran · 11 years ago
  78. d281c73 #17648 - convert test_urllib2.py doctests to unittests by Senthil Kumaran · 11 years ago
  79. fa1b02a #17648 - Clean up test_urllib2.py. Converted doctests to unittest for expansion. by Senthil Kumaran · 11 years ago
  80. cb31d1f #17657: merge with 3.3. by Roger Serwy · 11 years ago
  81. 0803a39 #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 11 years ago
  82. 9fc5981 Issue #17615: Add tests comparing Unicode strings of different kinds by Victor Stinner · 11 years ago
  83. ffcd339 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  84. 7e69f00 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  85. c137f7c #17484: Actually add the getpass tests this time. by R David Murray · 12 years ago
  86. 319d58d #17484: add tests for getpass. by R David Murray · 12 years ago
  87. d673ed9 #17613: merge with 3.3. by Roger Serwy · 12 years ago
  88. 7733be8 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 12 years ago
  89. 4687cf7 #1207589: merge with 3.3. by Roger Serwy · 12 years ago
  90. 6b2918a #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 12 years ago
  91. 8ab1e51 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 12 years ago
  92. 8b2cd75 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 12 years ago
  93. 56b0a3d Remove redundant imports by Raymond Hettinger · 12 years ago
  94. cdbb06c #16887: merge with 3.3. by Roger Serwy · 12 years ago
  95. 0ef392c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 12 years ago
  96. ee57f15 Revert a premature patch for issue #14010 (changeset 846bd418aee5). by Serhiy Storchaka · 12 years ago
  97. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 12 years ago
  98. aac81e2 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  99. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  100. 98297f4 merge with 3.3 by Georg Brandl · 12 years ago