- 52dcd45 #1368247: make set_charset/MIMEText automatically encode unicode _payload. by R. David Murray · 15 years ago
- c395545 Issue #8873: add a documentation note about possible performance issues with the by Antoine Pitrou · 15 years ago
- 3b4849a Logging: improved error reporting for BaseConfigurator.resolve(). by Vinay Sajip · 15 years ago
- 27c72e9 Fix for issue8868: without this patch 'MacOS.WMAvailable()' will return by Ronald Oussoren · 15 years ago
- 98bc31f Fix issue8788 - description of doseq parameter in urllib.urlencode by Senthil Kumaran · 15 years ago
- 824912e Fix #8618. Ask the Windows mixer API if there are any playback devices by Brian Curtin · 15 years ago
- 4f0108b Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. by Senthil Kumaran · 15 years ago
- b1a1405 Put docs for RegexObject.search() before RegexObject.match() to mirror re.search() and re.match() order. by Georg Brandl · 15 years ago
- ac94f4f #7583: clarify discussion of hard tab expansion in doctests. by R. David Murray · 15 years ago
- de535cb Improve documentation for getaddrinfo() (part of #8857) by Antoine Pitrou · 15 years ago
- 4ca7c3c Issue #8748: Fix incorrect results from comparisons between an integer by Mark Dickinson · 15 years ago
- 4b3035d Remove declaration for unused variable. by Mark Dickinson · 15 years ago
- 8133637 Issue #5211: Complete removal of implicit coercions for the complex by Mark Dickinson · 15 years ago
- ddac338 Untabify Modules/config.c.in. by Mark Dickinson · 15 years ago
- 3d08d88 Fix typo by Stefan Krah · 15 years ago
- 9fe6199 Issue #8840: Make documentation for truncate() clearer by Antoine Pitrou · 15 years ago
- 84a8d8f #8616: add new turtle demo "nim". by Georg Brandl · 15 years ago
- cbd7d3d Make the ctl-C shutdown of serve.py prettier. by R. David Murray · 15 years ago
- e5d1c05 Make reference to Generic Attribute Management a hyperlink. by R. David Murray · 15 years ago
- 83cba05 Fix #8405 for slow buildbots. Remove the sleep on startup and move the by Brian Curtin · 15 years ago
- b41afb5 Issue #1759169: Drop _XOPEN_SOURCE on Solaris. by Martin v. Löwis · 15 years ago
- 9b14ae8 2to3 doesn't fix test_support #6583 by Benjamin Peterson · 15 years ago
- 29d438c remove non-ascii coding per PEP 8 by Benjamin Peterson · 15 years ago
- 0388362 Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and by Victor Stinner · 15 years ago
- 29f1bb3 Add item by Andrew M. Kuchling · 15 years ago
- 9292ee0 Issue #7150: Raise OverflowError if the result of adding or subtracting by Alexander Belopolsky · 15 years ago
- 3bfd031 Remove top-level 'General Questions' section, pushing up the questions it contains by Andrew M. Kuchling · 15 years ago
- 2eaa542 Rewrite wxWidgets section by Andrew M. Kuchling · 15 years ago
- 4a057e6 Added Andrej Krpic. (Thanks for issue #7879 patch.) by Alexander Belopolsky · 15 years ago
- 58451d2 Issue #7879: Skip negative timestamps test on any Windows platform by Alexander Belopolsky · 15 years ago
- a26cf46 Issue #7879: Do not test negative timestamps on any Windows platform by Alexander Belopolsky · 15 years ago
- 784a47f Issue #8825: additional testcases for int(string, 0) and long(string, 0). by Mark Dickinson · 15 years ago
- 708c072 Issue #7449: Skip test_socketserver if threading support is disabled by Victor Stinner · 15 years ago
- c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and by Victor Stinner · 15 years ago
- 7c4d7d3 Add Alexander Belopolsky. by Martin v. Löwis · 15 years ago
- ecb8316 Fix a NameError in test_enumerate. by Mark Dickinson · 15 years ago
- 2066559 Issue #8816: Extra tests for some built-in functions. These tests are by Mark Dickinson · 15 years ago
- 172e06e Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'. by R. David Murray · 15 years ago
- bfbdefe Issue 8143: sync unquote in urlparse with urllib; add comment about doing so. by R. David Murray · 15 years ago
- b64c89b Fix #2810 - handle the case where some registry calls return by Brian Curtin · 15 years ago
- 264acad Add three items by Andrew M. Kuchling · 15 years ago
- eeaf33e Make the contributor list alphabetical again. by Brett Cannon · 15 years ago
- 66556b0 correct default docs by Benjamin Peterson · 15 years ago
- e7505b4 set svn:eol-style by Benjamin Peterson · 15 years ago
- 574a857 #8616: update module name by Georg Brandl · 15 years ago
- 04ee337 Add the author of the last fix (Issue #6662) by Victor Stinner · 15 years ago
- 554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) by Victor Stinner · 15 years ago
- f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) by Georg Brandl · 15 years ago
- dce6e1b Fix default value for version help. Approved by Benjamin on python-dev: http://mail.python.org/pipermail/python-dev/2010-May/100231.html by Steven Bethard · 15 years ago
- 74bd9cf argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) by Steven Bethard · 15 years ago
- 151973e #1436346: make it more obvious that timetuple[7] is yday. by Georg Brandl · 15 years ago
- fee0f44 NEWS rewrap and punctuation consistency. by Georg Brandl · 15 years ago
- 36cd75a Merged revisions 80937,81478 via svnmerge from by Benjamin Peterson · 15 years ago
- 54b40ee Fix my last commit (r81471) about codecs by Victor Stinner · 15 years ago
- 7df55da Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 by Victor Stinner · 15 years ago
- 54d2898 #8635: document enumerate() start parameter in docstring. by Georg Brandl · 15 years ago
- a19baf5 Underscore the name of an internal utility function. by Georg Brandl · 15 years ago
- 5d0ca2c Issue #3924: Ignore cookies with invalid "version" field in cookielib. by Georg Brandl · 15 years ago
- f93ce0c #8785: less confusing description of regex.find*. by Georg Brandl · 15 years ago
- 262be5e Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice by Victor Stinner · 15 years ago
- d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different by Victor Stinner · 15 years ago
- fa0fdb8 #8709: mention Windows support for os.devnull. by Georg Brandl · 15 years ago
- 93f6615 typo by Georg Brandl · 15 years ago
- 042d6a4 Correct info for Semaphore.acquire() semantics under OSX. by Georg Brandl · 15 years ago
- 26da187 simplify and modernize updatecache() by Benjamin Peterson · 15 years ago
- 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