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