aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* NEWS rewrap and punctuation consistency.Georg Brandl2010-05-221-212/+206
* Merged revisions 80937,81478 via svnmerge fromBenjamin Peterson2010-05-222-2/+4
* Fix my last commit (r81471) about codecsVictor Stinner2010-05-222-6/+6
* Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32Victor Stinner2010-05-225-22/+78
* #8635: document enumerate() start parameter in docstring.Georg Brandl2010-05-221-3/+4
* Underscore the name of an internal utility function.Georg Brandl2010-05-221-3/+3
* Issue #3924: Ignore cookies with invalid "version" field in cookielib.Georg Brandl2010-05-223-6/+32
* #8785: less confusing description of regex.find*.Georg Brandl2010-05-221-2/+6
* Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twiceVictor Stinner2010-05-223-0/+28
* Issue #5640: Fix Shift-JIS incremental encoder for error handlers differentVictor Stinner2010-05-213-1/+8
* #8709: mention Windows support for os.devnull.Georg Brandl2010-05-211-2/+2
* typoGeorg Brandl2010-05-211-1/+1
* Correct info for Semaphore.acquire() semantics under OSX.Georg Brandl2010-05-211-4/+3
* simplify and modernize updatecache()Benjamin Peterson2010-05-211-12/+10
* remove debugging rubishBenjamin Peterson2010-05-211-3/+0
* ensure the last line has a trailing newline #8782Benjamin Peterson2010-05-213-0/+17
* #8707: remove duplicate paragraph part.Georg Brandl2010-05-211-8/+3
* fix nameBenjamin Peterson2010-05-211-1/+1
* use addCleanupBenjamin Peterson2010-05-211-30/+27
* Add missing parameter in SimpleXMLRPCServer signature.Georg Brandl2010-05-211-1/+1
* typoGeorg Brandl2010-05-211-1/+1
* return NotImplemented from Mapping when comparing to a non-mapping #8729Benjamin Peterson2010-05-213-3/+54
* #8783: replace link to now dead hash collision FAQ.Georg Brandl2010-05-211-2/+2
* Updated logging documentation with more dictConfig information.Vinay Sajip2010-05-211-0/+39
* Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allowsAntoine Pitrou2010-05-214-7/+50
* fix extra 't' #8778Benjamin Peterson2010-05-201-1/+1
* Turned out that if you used explicit relative import syntaxBrett Cannon2010-05-203-1/+17
* libpython.py: fix support of non-BMP unicode charactersVictor Stinner2010-05-202-8/+30
* #8759: Fixed user paths in sysconfig for posix and os2 schemesTarek Ziadé2010-05-193-9/+20
* Fix typo.Stefan Krah2010-05-191-1/+1
* Fix typos in docstrings.Stefan Krah2010-05-191-2/+2
* Fix typo in argparse doc.Ezio Melotti2010-05-191-1/+1
* Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included Na...Giampaolo Rodolà2010-05-182-2/+11
* Doc Fix. Correct link to Zephyr ASDL Abstract page.Senthil Kumaran2010-05-181-1/+1
* Fixed minor typo in ReST markup.Vinay Sajip2010-05-181-1/+1
* Fix minor typo.Senthil Kumaran2010-05-181-1/+1
* Issue #7079: Fix a possible crash when closing a file object while usingAntoine Pitrou2010-05-173-3/+18
* Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.Florent Xicluna2010-05-172-17/+28
* upgraded distutils docs w.r.t. the manifest regenerationTarek Ziadé2010-05-172-12/+5
* Slight style cleanup.Florent Xicluna2010-05-171-8/+6
* Fixed #8688: Distutils now recalculates MANIFEST everytime.Tarek Ziadé2010-05-173-57/+68
* Add cross-reference to later sectionAndrew M. Kuchling2010-05-161-3/+3
* Clear the OpenSSL error queue each time an error is signalled.Antoine Pitrou2010-05-161-0/+3
* Document that SSL v2 is insecure.Antoine Pitrou2010-05-161-0/+4
* Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close()Victor Stinner2010-05-161-6/+4
* Use 4-spaces for indentation (instead of tabs) in pgen outputsVictor Stinner2010-05-152-1297/+1297
* reindent _cursesmodule.cVictor Stinner2010-05-151-1910/+1910
* Remove unused variable, and fix a compilation warning on WindowsAmaury Forgeot d'Arc2010-05-151-1/+1
* NEWS: strip trailing spacesVictor Stinner2010-05-151-7/+7
* use TestCase skip methodBenjamin Peterson2010-05-151-4/+4