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