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