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. b979f10 merge with 3.3 by Georg Brandl · 11 years ago
  14. 1d472b7 Closes #14462: allow any valid Python identifier in sre group names, as documented. by Georg Brandl · 11 years ago
  15. bdc3eb7 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  16. 6eea818 Fix pickling test in test_memoryio. by Alexandre Vassalotti · 11 years ago
  17. 7155759 remove pointless change by Benjamin Peterson · 11 years ago
  18. 214a7d2 properly lookup the __round__ special method (closes #17722) by Benjamin Peterson · 11 years ago
  19. c1ab0bd Fix misindent. This would test half less possibilities. by Antoine Pitrou · 11 years ago
  20. e9bbe8b Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. by Antoine Pitrou · 11 years ago
  21. 93196eb Issue #17715: Merge fix from 3.3. by Mark Dickinson · 11 years ago
  22. c973448 Issue #17715: Add missing NULL Check to PyNumber_Long. by Mark Dickinson · 11 years ago
  23. 171bb26 Issue #17713: Test temporarily skipped while failure investigated. by Vinay Sajip · 11 years ago
  24. 44e33f3 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  25. b4fd468 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  26. 556e94b Issue #17643: Add __callback__ attribute to weakref.ref. by Mark Dickinson · 11 years ago
  27. 548677b Issue #16447: Merge fix from 3.3. by Mark Dickinson · 11 years ago
  28. 64aafeb Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 11 years ago
  29. 4e7d3ab Fix whitespaces by Andrew Svetlov · 11 years ago
  30. eff6444 Fix whitespaces by Andrew Svetlov · 11 years ago
  31. 7300011 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  32. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  33. 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  34. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  35. 7ca4936 attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595 by Giampaolo Rodola' · 11 years ago
  36. a713079 Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate. by Vinay Sajip · 11 years ago
  37. 7ec97f4 #17692: merge with 3.3. by Ezio Melotti · 11 years ago
  38. c2ecac4 #17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  39. f1c4253 #17699: Fix the new getpass test failures on windows. by R David Murray · 11 years ago
  40. eae41af Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests by Victor Stinner · 11 years ago
  41. 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
  42. 85b2afb #17690: merge with 3.3. by Ezio Melotti · 11 years ago
  43. 3836d70 #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  44. f49581c normalize whitespace by Senthil Kumaran · 11 years ago
  45. c7e0980 normalize whitespace. caught by hook by Senthil Kumaran · 11 years ago
  46. 8b081b7 merge from 3.3 by Senthil Kumaran · 11 years ago
  47. 277e909 #5609 - test_urllib coverage for url2pathname and pathname2url. Patch by Senthil Kumaran · 11 years ago
  48. fe2d27d Merge heads. by Ezio Melotti · 11 years ago
  49. 161194a #12820: merge with 3.3. by Ezio Melotti · 11 years ago
  50. 671cd32 #17487: wave.getparams now returns a namedtuple. by R David Murray · 11 years ago
  51. cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. by Ezio Melotti · 11 years ago
  52. 50331cb Fix issue #17675: make socket repr() provide local and remote addresses (if any). by Giampaolo Rodola' · 11 years ago
  53. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 11 years ago
  54. d281c73 #17648 - convert test_urllib2.py doctests to unittests by Senthil Kumaran · 11 years ago
  55. fa1b02a #17648 - Clean up test_urllib2.py. Converted doctests to unittest for expansion. by Senthil Kumaran · 11 years ago
  56. 9fc5981 Issue #17615: Add tests comparing Unicode strings of different kinds by Victor Stinner · 11 years ago
  57. ffcd339 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  58. 7e69f00 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  59. c137f7c #17484: Actually add the getpass tests this time. by R David Murray · 11 years ago
  60. 319d58d #17484: add tests for getpass. by R David Murray · 11 years ago
  61. ee57f15 Revert a premature patch for issue #14010 (changeset 846bd418aee5). by Serhiy Storchaka · 11 years ago
  62. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 11 years ago
  63. aac81e2 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  64. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  65. ace34dd #17365: Remove Python 2 code from test_print Patch by Berker Peksag by Andrew Svetlov · 11 years ago
  66. d57f047 #17572: merge with 3.3. by Ezio Melotti · 11 years ago
  67. 0f38908 #17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  68. cfc4c13 Add _PyUnicodeWriter_WriteSubstring() function by Victor Stinner · 11 years ago
  69. 4489e92 (Merge 3.3) Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file by Victor Stinner · 11 years ago
  70. ed3a303 Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file by Victor Stinner · 11 years ago
  71. e3e1c17 #17492: Additional tests for random module. by R David Murray · 11 years ago
  72. 49e835b Issue #14135: Let's try this again. by Brett Cannon · 11 years ago
  73. 7d197de Backed out changeset 4fcd50a6dca7 as it totally breaks the test suite here. by Antoine Pitrou · 11 years ago
  74. 2d556f5 Issue #14135: Make sure tests don't leave the locale changed for any category. by Brett Cannon · 11 years ago
  75. f61d079 Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 11 years ago
  76. 7a03e2d Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 11 years ago
  77. 2b3a35b skip a fcntl test on ARM Linux that isn't supported there. by Gregory P. Smith · 11 years ago
  78. e5aefa4 Skip a test of an old API on ARM Linux that isn't supported by the OS. by Gregory P. Smith · 11 years ago
  79. 5cbf3a0 Merge #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  80. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  81. 0503de9 #17526: merge with 3.3. by Ezio Melotti · 11 years ago
  82. 1b14592 #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 11 years ago
  83. 8c0fc15 #17564: merge with 3.3. by Ezio Melotti · 11 years ago
  84. 9098472 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 11 years ago
  85. 04cc55a Closes #17540: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  86. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 11 years ago
  87. 609ef01 In search of TLS 1.1 bug: add debugging output in verbose mode by Antoine Pitrou · 11 years ago
  88. 972d5bb Use a subtest in test_ssl.test_echo by Antoine Pitrou · 11 years ago
  89. 2463e5f Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù. by Antoine Pitrou · 11 years ago
  90. 678ad51 Issue #17516: remove dead code by Victor Stinner · 11 years ago
  91. 3fa1aae Issue #17516: do not create useless tuple: remove dummy commas in tests by Victor Stinner · 11 years ago
  92. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 11 years ago
  93. 1f8898a #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the `-X showrefcount` option. by Ezio Melotti · 11 years ago
  94. 23c31d51 Merge test_queue clean up from 3.3. by Ezio Melotti · 11 years ago
  95. 93f756b Merge test_queue clean up from 3.2. by Ezio Melotti · 11 years ago
  96. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 11 years ago
  97. 64c16c3 Issue #17150: pprint now uses line continuations to wrap long string literals. by Antoine Pitrou · 11 years ago
  98. 4a8ea9e Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  99. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  100. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago