1. 7b8c132 Closes #17726: small clarification in design FAQ. by Georg Brandl · 11 years ago
  2. 00d83f2 Clean up error messages raised by save_reduce in _pickle. by Alexandre Vassalotti · 11 years ago
  3. 94a9a2d merge with 3.3 by Georg Brandl · 11 years ago
  4. e095968 Update using/mac documentation which was still on 2.5. by Georg Brandl · 11 years ago
  5. cf72c5e merge with 3.3 by Georg Brandl · 11 years ago
  6. dec3b3f Clarify point in name mangling doc. by Georg Brandl · 11 years ago
  7. bdc3eb7 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  8. 6eea818 Fix pickling test in test_memoryio. by Alexandre Vassalotti · 11 years ago
  9. e94950e Merge heads. by Meador Inge · 11 years ago
  10. 2581bdb Issue #16804: Fix 'python -S -m site' failure. by Meador Inge · 11 years ago
  11. 9a7a811 Issue #16804: Fix 'python -S -m site' failure. by Meador Inge · 11 years ago
  12. 8a1a6cf Add _PyUnicodeWriter_WriteCharInline() by Victor Stinner · 11 years ago
  13. d949126 Issue #17693: CJK encoders now use the new Unicode API (PEP 393) by Victor Stinner · 11 years ago
  14. 7155759 remove pointless change by Benjamin Peterson · 11 years ago
  15. 214a7d2 properly lookup the __round__ special method (closes #17722) by Benjamin Peterson · 11 years ago
  16. c1ab0bd Fix misindent. This would test half less possibilities. by Antoine Pitrou · 11 years ago
  17. e9bbe8b Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. by Antoine Pitrou · 11 years ago
  18. e2cef88 Issue #16061: Speed up str.replace() for replacing 1-character strings. by Serhiy Storchaka · 11 years ago
  19. a707f29 #17719: fix incorrect version number in deprecation doc. by R David Murray · 11 years ago
  20. 8e37d5d #2118: Make SMTPException a subclass of IOError. by R David Murray · 11 years ago
  21. c1d3daf Merge #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  22. 0bfd6ac Reflow paragraph. by R David Murray · 11 years ago
  23. 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  24. 6d80046 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 11 years ago
  25. 4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 11 years ago
  26. d24abee #17571: merge with 3.3. by Ezio Melotti · 11 years ago
  27. f756f94 #17571: remove broken links in datetime.py docstring. by Ezio Melotti · 11 years ago
  28. 5c965da #17686: merge with 3.3. by Ezio Melotti · 11 years ago
  29. ac3da87 #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  30. 93196eb Issue #17715: Merge fix from 3.3. by Mark Dickinson · 11 years ago
  31. c973448 Issue #17715: Add missing NULL Check to PyNumber_Long. by Mark Dickinson · 11 years ago
  32. 171bb26 Issue #17713: Test temporarily skipped while failure investigated. by Vinay Sajip · 11 years ago
  33. bca5141 Merge heads. by Mark Dickinson · 11 years ago
  34. 9b6fdf8 Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__. by Mark Dickinson · 11 years ago
  35. 44e33f3 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  36. b4fd468 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  37. 556e94b Issue #17643: Add __callback__ attribute to weakref.ref. by Mark Dickinson · 11 years ago
  38. 548677b Issue #16447: Merge fix from 3.3. by Mark Dickinson · 11 years ago
  39. 64aafeb Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 11 years ago
  40. 4e7d3ab Fix whitespaces by Andrew Svetlov · 11 years ago
  41. eff6444 Fix whitespaces by Andrew Svetlov · 11 years ago
  42. 7300011 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  43. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  44. 3042b5e Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  45. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 11 years ago
  46. 7ca4936 attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595 by Giampaolo Rodola' · 11 years ago
  47. 3121e32 #17653: merge with 3.3. by Ezio Melotti · 11 years ago
  48. a3b255f #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 11 years ago
  49. a713079 Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate. by Vinay Sajip · 11 years ago
  50. 8a9e38e Null merge. by Ezio Melotti · 11 years ago
  51. 15a98cd Merge heads. by Ezio Melotti · 11 years ago
  52. 6ebdb61 Merge heads. by Ezio Melotti · 11 years ago
  53. 2175b4f #17688: fix declaration for richcmp example in the docs. by Andrew Svetlov · 11 years ago
  54. 59d6d2d #17688: fix declaration for richcmp example in the docs. by Andrew Svetlov · 11 years ago
  55. cbc2d29 #6696: merge with 3.3. by Ezio Melotti · 11 years ago
  56. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  57. 7ec97f4 #17692: merge with 3.3. by Ezio Melotti · 11 years ago
  58. c2ecac4 #17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  59. 663a390 #17585: merge with 3.3. by Roger Serwy · 11 years ago
  60. 1eafd10 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 11 years ago
  61. f1c4253 #17699: Fix the new getpass test failures on windows. by R David Murray · 11 years ago
  62. eae41af Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests by Victor Stinner · 11 years ago
  63. a0dd021 Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of by Victor Stinner · 11 years ago
  64. d8a5cc9 python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to by Victor Stinner · 11 years ago
  65. dc040f0 Fix supernumerary 's' in sys._debugmallocstats() output. by Antoine Pitrou · 11 years ago
  66. 36b045f Fix supernumerary 's' in sys._debugmallocstats() output. by Antoine Pitrou · 11 years ago
  67. 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
  68. 85b2afb #17690: merge with 3.3. by Ezio Melotti · 11 years ago
  69. 3836d70 #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  70. 526575d Fix invalid markup. by Georg Brandl · 11 years ago
  71. c601dc1 Merge #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  72. 5e2f593 #14971: Use class method name, not function.__name__, during unittest discovery. by R David Murray · 11 years ago
  73. f4216ea null merge by Senthil Kumaran · 11 years ago
  74. f49581c normalize whitespace by Senthil Kumaran · 11 years ago
  75. c7e0980 normalize whitespace. caught by hook by Senthil Kumaran · 11 years ago
  76. 8b081b7 merge from 3.3 by Senthil Kumaran · 11 years ago
  77. 277e909 #5609 - test_urllib coverage for url2pathname and pathname2url. Patch by Senthil Kumaran · 11 years ago
  78. 34ad84d merge 3.3 (#17669) by Benjamin Peterson · 11 years ago
  79. c9314d9 don't run frame if it has no stack (closes #17669) by Benjamin Peterson · 11 years ago
  80. fe2d27d Merge heads. by Ezio Melotti · 11 years ago
  81. 161194a #12820: merge with 3.3. by Ezio Melotti · 11 years ago
  82. 671cd32 #17487: wave.getparams now returns a namedtuple. by R David Murray · 11 years ago
  83. cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. by Ezio Melotti · 11 years ago
  84. 3f5ffbe #17635: merge with 3.3. by Ezio Melotti · 11 years ago
  85. c09959a #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 11 years ago
  86. 50331cb Fix issue #17675: make socket repr() provide local and remote addresses (if any). by Giampaolo Rodola' · 11 years ago
  87. 7d36e4f Close #14439: Python now prints the traceback on runpy failure at startup. by Victor Stinner · 11 years ago
  88. 247109e Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode by Victor Stinner · 11 years ago
  89. 2a4df12 merge by Brett Cannon · 11 years ago
  90. 777622b What's new entry for issue #17093 by Brett Cannon · 11 years ago
  91. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 11 years ago
  92. 0cff4b1 replace(): only call PyUnicode_DATA(u) once by Victor Stinner · 11 years ago
  93. cc7af72 Write super-fast version of str.strip(), str.lstrip() and str.rstrip() for pure ASCII by Victor Stinner · 11 years ago
  94. f50a4e9 Don't calls macros in PyUnicode_WRITE() parameters by Victor Stinner · 11 years ago
  95. 9c79e41 Fix do_strip(): don't call PyUnicode_READ() in Py_UNICODE_ISSPACE() to not call by Victor Stinner · 11 years ago
  96. b3a6014 Fix _PyUnicode_XStrip() by Victor Stinner · 11 years ago
  97. 63d5c1a Optimize PyUnicode_DecodeCharmap() by Victor Stinner · 11 years ago
  98. a85af50 Optimize make_bloom_mask(), used by str.strip(), str.lstrip() and str.rstrip() by Victor Stinner · 11 years ago
  99. 69ed0f4 Use PyUnicode_READ() instead of PyUnicode_READ_CHAR() by Victor Stinner · 11 years ago
  100. 03c3e35 Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings: by Victor Stinner · 11 years ago