1. 247109e Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode by Victor Stinner · 12 years ago
  2. 2a4df12 merge by Brett Cannon · 12 years ago
  3. 777622b What's new entry for issue #17093 by Brett Cannon · 12 years ago
  4. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 12 years ago
  5. 0cff4b1 replace(): only call PyUnicode_DATA(u) once by Victor Stinner · 12 years ago
  6. cc7af72 Write super-fast version of str.strip(), str.lstrip() and str.rstrip() for pure ASCII by Victor Stinner · 12 years ago
  7. f50a4e9 Don't calls macros in PyUnicode_WRITE() parameters by Victor Stinner · 12 years ago
  8. 9c79e41 Fix do_strip(): don't call PyUnicode_READ() in Py_UNICODE_ISSPACE() to not call by Victor Stinner · 12 years ago
  9. b3a6014 Fix _PyUnicode_XStrip() by Victor Stinner · 12 years ago
  10. 63d5c1a Optimize PyUnicode_DecodeCharmap() by Victor Stinner · 12 years ago
  11. a85af50 Optimize make_bloom_mask(), used by str.strip(), str.lstrip() and str.rstrip() by Victor Stinner · 12 years ago
  12. 69ed0f4 Use PyUnicode_READ() instead of PyUnicode_READ_CHAR() by Victor Stinner · 12 years ago
  13. 03c3e35 Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings: by Victor Stinner · 12 years ago
  14. 0f344b6 merge heads by Giampaolo Rodola' · 12 years ago
  15. a4c377c Do not raise exception on close() on account of socket attribute still being None: by Giampaolo Rodola' · 12 years ago
  16. 7005b1f #17678: Remove the use of a deprecated method http/cookiejar.py. Changing the by Senthil Kumaran · 12 years ago
  17. d9fbf36 #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage by Senthil Kumaran · 12 years ago
  18. fa5ef18 null merge by Senthil Kumaran · 12 years ago
  19. d281c73 #17648 - convert test_urllib2.py doctests to unittests by Senthil Kumaran · 12 years ago
  20. fa1b02a #17648 - Clean up test_urllib2.py. Converted doctests to unittest for expansion. by Senthil Kumaran · 12 years ago
  21. cb31d1f #17657: merge with 3.3. by Roger Serwy · 12 years ago
  22. 0803a39 #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 12 years ago
  23. cd777ea Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible by Victor Stinner · 12 years ago
  24. 9fc5981 Issue #17615: Add tests comparing Unicode strings of different kinds by Victor Stinner · 12 years ago
  25. c1302bb Issue #17615: Expand expensive PyUnicode_READ() macro in unicode_compare(): by Victor Stinner · 12 years ago
  26. ffcd339 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 12 years ago
  27. 7e69f00 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 12 years ago
  28. c137f7c #17484: Actually add the getpass tests this time. by R David Murray · 12 years ago
  29. 5346b68 Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 12 years ago
  30. b0f9fa7 Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 12 years ago
  31. 319d58d #17484: add tests for getpass. by R David Murray · 12 years ago
  32. 7efa3b8 Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more by Victor Stinner · 12 years ago
  33. 4b7b0f0 gibibytes (Arfrever) by Antoine Pitrou · 12 years ago
  34. d673ed9 #17613: merge with 3.3. by Roger Serwy · 12 years ago
  35. 7733be8 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 12 years ago
  36. 4687cf7 #1207589: merge with 3.3. by Roger Serwy · 12 years ago
  37. 6b2918a #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 12 years ago
  38. 299978d Issue #15596: Faster pickling of unicode strings. by Antoine Pitrou · 12 years ago
  39. 5a3c6db merge heads by Benjamin Peterson · 12 years ago
  40. 20efcfa add Zbigniew Halas to ACKS by Benjamin Peterson · 12 years ago
  41. 8ab1e51 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 12 years ago
  42. 8b2cd75 Process DEFAULT values in mock side_effect that returns iterator. by Andrew Svetlov · 12 years ago
  43. 595365d Merge heads by Andrew Svetlov · 12 years ago
  44. 5cd72b7 Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  45. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  46. 56b0a3d Remove redundant imports by Raymond Hettinger · 12 years ago
  47. 1a2ea9c merge by Raymond Hettinger · 12 years ago
  48. 17328e4 Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two. by Raymond Hettinger · 12 years ago
  49. cdbb06c #16887: merge with 3.3. by Roger Serwy · 12 years ago
  50. 0ef392c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 12 years ago
  51. ee57f15 Revert a premature patch for issue #14010 (changeset 846bd418aee5). by Serhiy Storchaka · 12 years ago
  52. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 12 years ago
  53. 710b5f0 Merge by Antoine Pitrou · 12 years ago
  54. 9e64c91 Merge by Antoine Pitrou · 12 years ago
  55. 7d8c29a Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). by Antoine Pitrou · 12 years ago
  56. 55bff89 Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). by Antoine Pitrou · 12 years ago
  57. 7bd190f merge 3.3 by Benjamin Peterson · 12 years ago
  58. c496eda move IDLE news to its own section by Benjamin Peterson · 12 years ago
  59. aac81e2 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  60. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  61. c53fd51 Change wording as Eli Bendersky suggests. by Andrew Svetlov · 12 years ago
  62. e16f4dc Change wording as Eli Bendersky suggests. by Andrew Svetlov · 12 years ago
  63. a4f988c merge with 3.3 by Georg Brandl · 12 years ago
  64. 03b273f Add 3.3.1 to LICENSE files. by Georg Brandl · 12 years ago
  65. 98297f4 merge with 3.3 by Georg Brandl · 12 years ago
  66. bf56102 Post-release update for 3.3.1 by Georg Brandl · 12 years ago
  67. cca5548 merge with 3.3.1 release clone by Georg Brandl · 12 years ago
  68. 2fd4abe merge with 3.2 branch by Georg Brandl · 12 years ago
  69. 485acde Added tag v3.3.1 for changeset d9893d13c628 by Georg Brandl · 12 years ago
  70. 9aa23c5 Bump to 3.3.1. by Georg Brandl · 12 years ago
  71. 11692ac Added tag v3.2.4 for changeset 1e10bdeabe3d by Georg Brandl · 12 years ago
  72. 8bc7e31 Bump to 3.2.4. by Georg Brandl · 12 years ago
  73. 0aaaa62 Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks() when running on valgrind. by Antoine Pitrou · 12 years ago
  74. cb04acf Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 12 years ago
  75. 9a411ce Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 12 years ago
  76. a5b89c1 Fix typo by Andrew Svetlov · 12 years ago
  77. e463b66 Fix typo by Andrew Svetlov · 12 years ago
  78. 9740455 Fix typo. by Andrew Svetlov · 12 years ago
  79. 815b0e2 Fix typo. by Andrew Svetlov · 12 years ago
  80. a8a57f4 null merge by Senthil Kumaran · 12 years ago
  81. 4a2ab12 Issue #17483: 3.3 Branch - Remove unreachable code in urllib.request by Senthil Kumaran · 12 years ago
  82. ace34dd #17365: Remove Python 2 code from test_print Patch by Berker Peksag by Andrew Svetlov · 12 years ago
  83. b9e2147 #8913: merge with 3.3. by Ezio Melotti · 12 years ago
  84. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  85. 4d34bae merge 3.3 (#17625) by Benjamin Peterson · 12 years ago
  86. 38546ee close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  87. 7684fa8 close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  88. cf658c2 close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  89. effbdee Remove the "Extension Modules" section. by Ezio Melotti · 12 years ago
  90. d57f047 #17572: merge with 3.3. by Ezio Melotti · 12 years ago
  91. 0f38908 #17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa. by Ezio Melotti · 12 years ago
  92. 8fc16b3 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  93. a99e171 Issue #15940: NEWS entry by Terry Jan Reedy · 12 years ago
  94. fd4bba1 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  95. 41459a9 Issue #15940: Replace tab. by Terry Jan Reedy · 12 years ago
  96. 670e1b7 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  97. b5e2e7e Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 12 years ago
  98. eea1f5c Merge by Richard Oudkerk · 12 years ago
  99. 614c578 Issue #17619: Make input() check for Ctrl-C correctly on Windows. by Richard Oudkerk · 12 years ago
  100. c616604 Merge: Use repr when printing unknown url type in urlopen. by R David Murray · 12 years ago