1. 1cda453 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
  2. 017523c Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
  3. ba2f8be Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Georg Brandl · 11 years ago
  4. ce654f4 Issue #15535: Fix pickling of named tuples. by Georg Brandl · 11 years ago
  5. 9f14681 Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. by Antoine Pitrou · 12 years ago
  6. f0f7cea 17830: preserve line endings of original file when updating keywords. by R David Murray · 12 years ago
  7. 5238092 Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes by Senthil Kumaran · 12 years ago
  8. 34373b2 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
  9. e1a1674 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
  10. 51460cc Issue #17244: Windows doesn't let you set permissions on directories. by Brett Cannon · 12 years ago
  11. 20ea96f backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 by Łukasz Langa · 12 years ago
  12. a8a5c58 (3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
  13. 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
  14. fcd9f22 Issue #16624: `subprocess.check_output` now accepts an `input` argument, by Serhiy Storchaka · 12 years ago
  15. 3927d80 Merge #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
  16. 4140fb5 #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
  17. 38bae2d Merge removal of duplicated tests from 3.3. by Ezio Melotti · 12 years ago
  18. 65f7a9e Remove duplicated tests. by Ezio Melotti · 12 years ago
  19. f3bc946 Merge 3.3 by Alexandre Vassalotti · 12 years ago
  20. 1f7492c Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler by Alexandre Vassalotti · 12 years ago
  21. a85017f Issue #16694: Add a pure Python implementation of the operator module. by Antoine Pitrou · 12 years ago
  22. 87e984c #9607: restore keywords.kwlist after testing it. by R David Murray · 12 years ago
  23. 32a23c3 #9607: Add tests for the keyword module. by R David Murray · 12 years ago
  24. f097f17 Merge #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 12 years ago
  25. 3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 12 years ago
  26. 77badf3 #17790: merge with 3.3. by Ezio Melotti · 12 years ago
  27. ab5ba79 #17790: test_set now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  28. ba5da94 #17789: merge with 3.3. by Ezio Melotti · 12 years ago
  29. 3e4a98b #17789: test_random now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  30. a108112 #17779: merge with 3.3. by Ezio Melotti · 12 years ago
  31. aaa5d1c #17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  32. 5b235d0 Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications. by Antoine Pitrou · 12 years ago
  33. b147f60 Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago
  34. 409c313 Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago
  35. 3083071 Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 12 years ago
  36. b38897f Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 12 years ago
  37. abe46fd #17766: merge with 3.3. by Ezio Melotti · 12 years ago
  38. d13c008 #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  39. 99c56e8 Remove unused import by Barry Warsaw · 12 years ago
  40. 20c08c8 Remove unused import. by Barry Warsaw · 12 years ago
  41. ecaefcf - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 12 years ago
  42. 618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 12 years ago
  43. 7c5e094 Make C and Python implementations of pickle load STRING opcodes the same way. by Alexandre Vassalotti · 12 years ago
  44. af94051 Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  45. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  46. d25e7de Merge fix for #17731 from 3.3 by Nick Coghlan · 12 years ago
  47. f1465f0 Close #17731: Clean up properly in test_import by Nick Coghlan · 12 years ago
  48. 66940a1 Issue #17713: Added failure diagnostics to test. by Vinay Sajip · 12 years ago
  49. 26dfaac9 #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  50. bf71f7d Merge #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  51. 255fb3e add a newline by Brett Cannon · 12 years ago
  52. edfd6ae Issue #17244: Don't mask exceptions raised during the creation of by Brett Cannon · 12 years ago
  53. 672559f (Merge 3.3) Issue #17702: use assertRaises() for the unit test by Victor Stinner · 12 years ago
  54. 839e5ea Issue #17702: use assertRaises() for the unit test by Victor Stinner · 12 years ago
  55. 43aa0d0 (Merge 3.3) Close #17702: os.environ now raises KeyError with the original by Victor Stinner · 12 years ago
  56. 6d10139 Close #17702: os.environ now raises KeyError with the original environment by Victor Stinner · 12 years ago
  57. 685bd4a Merge fix for #16163 from 3.3 by Nick Coghlan · 12 years ago
  58. c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers by Nick Coghlan · 12 years ago
  59. 8b4c719 Issue #17713: additional tweak to test. by Vinay Sajip · 12 years ago
  60. d86ac96 Closes #17713: Fixed bug in test_compute_rollover_weekly_attime. by Vinay Sajip · 12 years ago
  61. b979f10 merge with 3.3 by Georg Brandl · 12 years ago
  62. 1d472b7 Closes #14462: allow any valid Python identifier in sre group names, as documented. by Georg Brandl · 12 years ago
  63. bdc3eb7 Merge 3.3 by Alexandre Vassalotti · 12 years ago
  64. 6eea818 Fix pickling test in test_memoryio. by Alexandre Vassalotti · 12 years ago
  65. 7155759 remove pointless change by Benjamin Peterson · 12 years ago
  66. 214a7d2 properly lookup the __round__ special method (closes #17722) by Benjamin Peterson · 12 years ago
  67. c1ab0bd Fix misindent. This would test half less possibilities. by Antoine Pitrou · 12 years ago
  68. e9bbe8b Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. by Antoine Pitrou · 12 years ago
  69. 93196eb Issue #17715: Merge fix from 3.3. by Mark Dickinson · 12 years ago
  70. c973448 Issue #17715: Add missing NULL Check to PyNumber_Long. by Mark Dickinson · 12 years ago
  71. 171bb26 Issue #17713: Test temporarily skipped while failure investigated. by Vinay Sajip · 12 years ago
  72. 44e33f3 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  73. b4fd468 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  74. 556e94b Issue #17643: Add __callback__ attribute to weakref.ref. by Mark Dickinson · 12 years ago
  75. 548677b Issue #16447: Merge fix from 3.3. by Mark Dickinson · 12 years ago
  76. 64aafeb Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 12 years ago
  77. 4e7d3ab Fix whitespaces by Andrew Svetlov · 12 years ago
  78. eff6444 Fix whitespaces by Andrew Svetlov · 12 years ago
  79. 7300011 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  80. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  81. 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 12 years ago
  82. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 12 years ago
  83. 7ca4936 attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595 by Giampaolo Rodola' · 12 years ago
  84. a713079 Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate. by Vinay Sajip · 12 years ago
  85. 7ec97f4 #17692: merge with 3.3. by Ezio Melotti · 12 years ago
  86. c2ecac4 #17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  87. f1c4253 #17699: Fix the new getpass test failures on windows. by R David Murray · 12 years ago
  88. eae41af Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests by Victor Stinner · 12 years ago
  89. 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 · 12 years ago
  90. 85b2afb #17690: merge with 3.3. by Ezio Melotti · 12 years ago
  91. 3836d70 #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  92. f49581c normalize whitespace by Senthil Kumaran · 12 years ago
  93. c7e0980 normalize whitespace. caught by hook by Senthil Kumaran · 12 years ago
  94. 8b081b7 merge from 3.3 by Senthil Kumaran · 12 years ago
  95. 277e909 #5609 - test_urllib coverage for url2pathname and pathname2url. Patch by Senthil Kumaran · 12 years ago
  96. fe2d27d Merge heads. by Ezio Melotti · 12 years ago
  97. 161194a #12820: merge with 3.3. by Ezio Melotti · 12 years ago
  98. 671cd32 #17487: wave.getparams now returns a namedtuple. by R David Murray · 12 years ago
  99. cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. by Ezio Melotti · 12 years ago
  100. 50331cb Fix issue #17675: make socket repr() provide local and remote addresses (if any). by Giampaolo Rodola' · 12 years ago