1. 4e7d3ab Fix whitespaces by Andrew Svetlov · 11 years ago
  2. eff6444 Fix whitespaces by Andrew Svetlov · 11 years ago
  3. 7300011 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  4. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  5. 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  6. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  7. 7ca4936 attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595 by Giampaolo Rodola' · 11 years ago
  8. 3121e32 #17653: merge with 3.3. by Ezio Melotti · 11 years ago
  9. a3b255f #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 11 years ago
  10. a713079 Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate. by Vinay Sajip · 11 years ago
  11. 8a9e38e Null merge. by Ezio Melotti · 11 years ago
  12. 15a98cd Merge heads. by Ezio Melotti · 11 years ago
  13. 6ebdb61 Merge heads. by Ezio Melotti · 11 years ago
  14. 2175b4f #17688: fix declaration for richcmp example in the docs. by Andrew Svetlov · 11 years ago
  15. 59d6d2d #17688: fix declaration for richcmp example in the docs. by Andrew Svetlov · 11 years ago
  16. cbc2d29 #6696: merge with 3.3. by Ezio Melotti · 11 years ago
  17. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  18. 7ec97f4 #17692: merge with 3.3. by Ezio Melotti · 11 years ago
  19. c2ecac4 #17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  20. 663a390 #17585: merge with 3.3. by Roger Serwy · 11 years ago
  21. 1eafd10 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 11 years ago
  22. f1c4253 #17699: Fix the new getpass test failures on windows. by R David Murray · 11 years ago
  23. eae41af Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests by Victor Stinner · 11 years ago
  24. a0dd021 Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of by Victor Stinner · 11 years ago
  25. d8a5cc9 python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to by Victor Stinner · 11 years ago
  26. dc040f0 Fix supernumerary 's' in sys._debugmallocstats() output. by Antoine Pitrou · 11 years ago
  27. 36b045f Fix supernumerary 's' in sys._debugmallocstats() output. by Antoine Pitrou · 11 years ago
  28. 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
  29. 85b2afb #17690: merge with 3.3. by Ezio Melotti · 11 years ago
  30. 3836d70 #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  31. 526575d Fix invalid markup. by Georg Brandl · 11 years ago
  32. c601dc1 Merge #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  33. 5e2f593 #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  34. f4216ea null merge by Senthil Kumaran · 11 years ago
  35. f49581c normalize whitespace by Senthil Kumaran · 11 years ago
  36. c7e0980 normalize whitespace. caught by hook by Senthil Kumaran · 11 years ago
  37. 8b081b7 merge from 3.3 by Senthil Kumaran · 11 years ago
  38. 277e909 #5609 - test_urllib coverage for url2pathname and pathname2url. Patch by Senthil Kumaran · 11 years ago
  39. 34ad84d merge 3.3 (#17669) by Benjamin Peterson · 11 years ago
  40. c9314d9 don't run frame if it has no stack (closes #17669) by Benjamin Peterson · 11 years ago
  41. fe2d27d Merge heads. by Ezio Melotti · 11 years ago
  42. 161194a #12820: merge with 3.3. by Ezio Melotti · 11 years ago
  43. 671cd32 #17487: wave.getparams now returns a namedtuple. by R David Murray · 11 years ago
  44. cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. by Ezio Melotti · 11 years ago
  45. 3f5ffbe #17635: merge with 3.3. by Ezio Melotti · 11 years ago
  46. c09959a #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 11 years ago
  47. 50331cb Fix issue #17675: make socket repr() provide local and remote addresses (if any). by Giampaolo Rodola' · 11 years ago
  48. 7d36e4f Close #14439: Python now prints the traceback on runpy failure at startup. by Victor Stinner · 11 years ago
  49. 247109e Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode by Victor Stinner · 11 years ago
  50. 2a4df12 merge by Brett Cannon · 11 years ago
  51. 777622b What's new entry for issue #17093 by Brett Cannon · 11 years ago
  52. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 11 years ago
  53. 0cff4b1 replace(): only call PyUnicode_DATA(u) once by Victor Stinner · 11 years ago
  54. cc7af72 Write super-fast version of str.strip(), str.lstrip() and str.rstrip() for pure ASCII by Victor Stinner · 11 years ago
  55. f50a4e9 Don't calls macros in PyUnicode_WRITE() parameters by Victor Stinner · 11 years ago
  56. 9c79e41 Fix do_strip(): don't call PyUnicode_READ() in Py_UNICODE_ISSPACE() to not call by Victor Stinner · 11 years ago
  57. b3a6014 Fix _PyUnicode_XStrip() by Victor Stinner · 11 years ago
  58. 63d5c1a Optimize PyUnicode_DecodeCharmap() by Victor Stinner · 11 years ago
  59. a85af50 Optimize make_bloom_mask(), used by str.strip(), str.lstrip() and str.rstrip() by Victor Stinner · 11 years ago
  60. 69ed0f4 Use PyUnicode_READ() instead of PyUnicode_READ_CHAR() by Victor Stinner · 11 years ago
  61. 03c3e35 Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings: by Victor Stinner · 11 years ago
  62. 0f344b6 merge heads by Giampaolo Rodola' · 11 years ago
  63. a4c377c Do not raise exception on close() on account of socket attribute still being None: by Giampaolo Rodola' · 11 years ago
  64. 7005b1f #17678: Remove the use of a deprecated method http/cookiejar.py. Changing the by Senthil Kumaran · 11 years ago
  65. d9fbf36 #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage by Senthil Kumaran · 11 years ago
  66. fa5ef18 null merge by Senthil Kumaran · 11 years ago
  67. d281c73 #17648 - convert test_urllib2.py doctests to unittests by Senthil Kumaran · 11 years ago
  68. fa1b02a #17648 - Clean up test_urllib2.py. Converted doctests to unittest for expansion. by Senthil Kumaran · 11 years ago
  69. cb31d1f #17657: merge with 3.3. by Roger Serwy · 11 years ago
  70. 0803a39 #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 11 years ago
  71. cd777ea Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible by Victor Stinner · 11 years ago
  72. 9fc5981 Issue #17615: Add tests comparing Unicode strings of different kinds by Victor Stinner · 11 years ago
  73. c1302bb Issue #17615: Expand expensive PyUnicode_READ() macro in unicode_compare(): by Victor Stinner · 11 years ago
  74. ffcd339 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  75. 7e69f00 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  76. c137f7c #17484: Actually add the getpass tests this time. by R David Murray · 11 years ago
  77. 5346b68 Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 11 years ago
  78. b0f9fa7 Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 11 years ago
  79. 319d58d #17484: add tests for getpass. by R David Murray · 11 years ago
  80. 7efa3b8 Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more by Victor Stinner · 11 years ago
  81. 4b7b0f0 gibibytes (Arfrever) by Antoine Pitrou · 11 years ago
  82. d673ed9 #17613: merge with 3.3. by Roger Serwy · 11 years ago
  83. 7733be8 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 11 years ago
  84. 4687cf7 #1207589: merge with 3.3. by Roger Serwy · 11 years ago
  85. 6b2918a #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 11 years ago
  86. 299978d Issue #15596: Faster pickling of unicode strings. by Antoine Pitrou · 11 years ago
  87. 5a3c6db merge heads by Benjamin Peterson · 11 years ago
  88. 20efcfa add Zbigniew Halas to ACKS by Benjamin Peterson · 11 years ago
  89. 8ab1e51 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 11 years ago
  90. 8b2cd75 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 11 years ago
  91. 595365d Merge heads by Andrew Svetlov · 11 years ago
  92. 5cd72b7 Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  93. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  94. 56b0a3d Remove redundant imports by Raymond Hettinger · 11 years ago
  95. 1a2ea9c merge by Raymond Hettinger · 11 years ago
  96. 17328e4 Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two. by Raymond Hettinger · 11 years ago
  97. cdbb06c #16887: merge with 3.3. by Roger Serwy · 11 years ago
  98. 0ef392c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 11 years ago
  99. ee57f15 Revert a premature patch for issue #14010 (changeset 846bd418aee5). by Serhiy Storchaka · 11 years ago
  100. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 11 years ago