- b9e7c01 remove debugging rubish by Benjamin Peterson · 15 years ago
- 266e454 ensure the last line has a trailing newline #8782 by Benjamin Peterson · 15 years ago
- dd59f1b #8707: remove duplicate paragraph part. by Georg Brandl · 15 years ago
- bd289da fix name by Benjamin Peterson · 15 years ago
- 6722ac2 use addCleanup by Benjamin Peterson · 15 years ago
- 233eb54 Add missing parameter in SimpleXMLRPCServer signature. by Georg Brandl · 15 years ago
- da69add typo by Georg Brandl · 15 years ago
- eb318d3 return NotImplemented from Mapping when comparing to a non-mapping #8729 by Benjamin Peterson · 15 years ago
- 16fd5cd #8783: replace link to now dead hash collision FAQ. by Georg Brandl · 15 years ago
- c76defc Updated logging documentation with more dictConfig information. by Vinay Sajip · 15 years ago
- 6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows by Antoine Pitrou · 15 years ago
- a85bd06 fix extra 't' #8778 by Benjamin Peterson · 15 years ago
- eb3cd30 Turned out that if you used explicit relative import syntax by Brett Cannon · 15 years ago
- b1556c5 libpython.py: fix support of non-BMP unicode characters by Victor Stinner · 15 years ago
- 8f69227 #8759: Fixed user paths in sysconfig for posix and os2 schemes by Tarek Ziadé · 15 years ago
- 4a76905 Fix typo. by Stefan Krah · 15 years ago
- 8a6f3fe Fix typos in docstrings. by Stefan Krah · 15 years ago
- 019551f Fix typo in argparse doc. by Ezio Melotti · 15 years ago
- e3a84e8 Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included NameError in the tuple of expected exception; added test case for asyncore._strerror. by Giampaolo Rodolà · 15 years ago
- cccfce1 Doc Fix. Correct link to Zephyr ASDL Abstract page. by Senthil Kumaran · 15 years ago
- a38cd52 Fixed minor typo in ReST markup. by Vinay Sajip · 15 years ago
- 71a6324 Fix minor typo. by Senthil Kumaran · 15 years ago
- 83137c2 Issue #7079: Fix a possible crash when closing a file object while using by Antoine Pitrou · 15 years ago
- af87f9f Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. by Florent Xicluna · 15 years ago
- 4fc2a00 upgraded distutils docs w.r.t. the manifest regeneration by Tarek Ziadé · 15 years ago
- e127e24 Slight style cleanup. by Florent Xicluna · 15 years ago
- 422545f Fixed #8688: Distutils now recalculates MANIFEST everytime. by Tarek Ziadé · 15 years ago
- 1b55347 Add cross-reference to later section by Andrew M. Kuchling · 15 years ago
- 508a237 Clear the OpenSSL error queue each time an error is signalled. by Antoine Pitrou · 15 years ago
- 308c2af Document that SSL v2 is insecure. by Antoine Pitrou · 15 years ago
- 8a470d6 Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close() by Victor Stinner · 15 years ago
- 3bea1ed Use 4-spaces for indentation (instead of tabs) in pgen outputs by Victor Stinner · 15 years ago
- fd2103e reindent _cursesmodule.c by Victor Stinner · 15 years ago
- 03acec2 Remove unused variable, and fix a compilation warning on Windows by Amaury Forgeot d'Arc · 15 years ago
- db99092 NEWS: strip trailing spaces by Victor Stinner · 15 years ago
- 5b5134b use TestCase skip method by Benjamin Peterson · 15 years ago
- 7622eba If the timeout is exceeded, count the tests as skipped instead of just by Stefan Krah · 15 years ago
- 2b271f7 Fix regression introduced by r81154 (Issue #5099, subprocess destructor) by Victor Stinner · 15 years ago
- 5f8aae0 Issue #8711: add paragraph titles to c-api/unicode.rst by Victor Stinner · 15 years ago
- 8ded477 Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP by Victor Stinner · 15 years ago
- 42a0ba7 subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to by Brett Cannon · 15 years ago
- da9af75 test_site was failing under darwin for non-framework builds because a test was by Brett Cannon · 15 years ago
- b3d0554 Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot. by Florent Xicluna · 15 years ago
- 9cf210f Improve test feedback to troubleshoot issue #8423 on OS X. by Florent Xicluna · 15 years ago
- 9ac6114 Better test skipping, with message in the log. by Florent Xicluna · 15 years ago
- 8c72b4e rip out mention of types.ListType #8703 by Benjamin Peterson · 15 years ago
- 8652f2e Revert the additional OS X information (r81140). Keep the endianness information. by Florent Xicluna · 15 years ago
- b7d413f Add sensible information about the OS X platform to diagnose issue #8423: by Florent Xicluna · 15 years ago
- 3736816 Fix verb tense in skip message. by Victor Stinner · 15 years ago
- 20c3258 Issue #8422, test_genericpath: skip the creation of a directory with an invalid by Victor Stinner · 15 years ago
- 81a0450 Fix Issue8657 - adding git and git+ssh as know schemes. by Senthil Kumaran · 15 years ago
- 62f7e8b Fix unused variable in test_factorial. by Mark Dickinson · 15 years ago
- f09bc66 #8696: add documentation for logging.config.dictConfig (PEP 391) by Andrew M. Kuchling · 15 years ago
- 2e136ab Improve _ssl.c formatting by Antoine Pitrou · 15 years ago
- e551337 Grammar fix by Andrew M. Kuchling · 15 years ago
- 62bebdf - clarify Attr.name comment on the presence of colons in namespace mode by Fred Drake · 15 years ago
- 5840469 fix error introduced in previous commit, and the adjacent additional typo by Fred Drake · 15 years ago
- 68df234 Let's call this done by Andrew M. Kuchling · 15 years ago
- 2702491 Revision pass: lots of edits, typo fixes, rearrangements by Andrew M. Kuchling · 15 years ago
- fd25594 Removed the assertion that dispatcher.connected attribute must be False after a single connect() call. Solaris and FreeBSD buildbots failures showed how connect() can succeed even in a single call. All bo failures should definitively be fixed now. by Giampaolo Rodolà · 15 years ago
- fc3bfad Issue #8681: Make the zlib module's error messages more informative when by Antoine Pitrou · 15 years ago
- 37ffc3e Issue #8672: Add a zlib test ensuring that an incomplete stream can be by Antoine Pitrou · 15 years ago
- b9bf971 #8575 - Update and reorganize some _winreg contents. by Brian Curtin · 15 years ago
- 8b37dd1 fix typo by Fred Drake · 15 years ago
- 11bb2cd Issue #8674: fix another bogus overflow check in audioop module. by Mark Dickinson · 15 years ago
- 5e13e29 Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure tests; by Mark Dickinson · 15 years ago
- 035fbba Use ';' after initialization macros to avoid confusing re-indenters by Andrew M. Kuchling · 15 years ago
- 3eee7af Break long line in macros by Andrew M. Kuchling · 15 years ago
- 5d864c8 Fix typo by Andrew M. Kuchling · 15 years ago
- 6487952 Fix typo. by Georg Brandl · 15 years ago
- 6f635f4 Consolidate deprecation messages. by Georg Brandl · 15 years ago
- 0ddc30b Fix reference direction. by Georg Brandl · 15 years ago
- c630195 #8642: fix wrong function name. by Georg Brandl · 15 years ago
- 72b1977 Improving help message for python -m unittest. Issue 8303. by Michael Foord · 15 years ago
- 638b869 Add a link on maketrans(). by Florent Xicluna · 15 years ago
- 40f09c0 Move { out of #if...#else block; this confuses Emacs' C-mode by Andrew M. Kuchling · 15 years ago
- 932e162 Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop by Mark Dickinson · 15 years ago
- ff46d6e Issue #8490: adds a more solid test suite for asyncore by Giampaolo Rodolà · 15 years ago
- 264552a Link to unittest2 article by Andrew M. Kuchling · 15 years ago
- 10595a6 Use title case by Andrew M. Kuchling · 15 years ago
- 93c40d4 Markup fix; re-word a sentence by Andrew M. Kuchling · 15 years ago
- 814a66f finish clause by Benjamin Peterson · 15 years ago
- 43ca377 Wrap multiline macros in a 'do {} while(0)', for safety. by Mark Dickinson · 15 years ago
- fda8d11 Post-detabification cleanup: whitespace fixes and long line rewraps only. by Mark Dickinson · 15 years ago
- 6001b0b Remove spurious newlines, and add version number. by Antoine Pitrou · 15 years ago
- 8617161 Fixup indentation of PC/_msi.c by Antoine Pitrou · 15 years ago
- c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
- 368ede8 Issue 8671: Whitespace fix. by Eric Smith · 15 years ago
- 53a92eb Adding a test for unittest.BaseTestSuite. by Michael Foord · 15 years ago
- 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 15 years ago
- 860852f Revert r81012. buildbot problems and its questionable of me to even by Gregory P. Smith · 15 years ago
- 56fe656 Fixes [issue7245] Better Ctrl-C support in pdb. by Gregory P. Smith · 15 years ago
- e8150e8 remove svn:mergeinfo property by Benjamin Peterson · 15 years ago
- e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 15 years ago
- 0712b56 Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as available on Linux but not on OS X. by Mark Dickinson · 15 years ago
- 534b8de towards 2.7 release candidate 1 by Benjamin Peterson · 15 years ago
- 38edcea tag second 2.7 beta by Benjamin Peterson · 15 years ago
- c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 15 years ago
- 9c164af unittest: issue 8301. Adding functions to test suites no longer crashes. by Michael Foord · 15 years ago
- 7daf0e4 update pydoc-topics by Benjamin Peterson · 15 years ago