summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump to 2.7.2rc1v2.7.2rc1Benjamin Peterson2011-05-296-9/+9
* Branch mergeÉric Araujo2011-05-295-1/+68
|\
| * Issue #12205: Fix test_subprocess failure due to uninstalled test data.Ned Deily2011-05-292-1/+3
| * Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,Ned Deily2011-05-282-0/+17
| * Nearly null-merge 2.5.6Martin v. Löwis2011-05-280-0/+0
| |\
| | * Nearly null-merge 2.5.6Martin v. Löwis2011-05-280-0/+0
| | |\
| | | * merge 2.5.6c1 tagMartin v. Löwis2011-05-280-0/+0
| | | |\
| | | | * Added tag v2.5.6c1 for changeset a87c7b96672bMartin v. Löwis2011-05-280-0/+0
| | | * | Added tag v2.5.6 for changeset de34c7b097e8Martin v. Löwis2011-05-280-0/+0
| | | * | r88840: Prepare for 2.5.6.v2.5.6Martin v. Löwis2011-05-285-6/+17
| | | * | r88828: Fix year.Martin v. Löwis2011-05-281-1/+1
| | | |/
| | | * r88824: Prepare for 2.5.6c1.v2.5.6c1Martin v. Löwis2011-05-285-7/+12
| * | | Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-283-0/+48
* | | | Re-add missing doc stub for the distutils check commandÉric Araujo2011-05-291-0/+14
* | | | Backport doc improvements for distutils.cmd.Command (#9223).Éric Araujo2011-05-291-76/+80
* | | | Fix test_distutils when sys.dont_write_bytecode is true (#9831).Éric Araujo2011-05-281-16/+11
|/ / /
* | | merge headsBenjamin Peterson2011-05-264-0/+9
|\ \ \
| * | | raise an ValueError in getvalue() on closed StringIO (closes #12161)Benjamin Peterson2011-05-264-0/+9
* | | | Branch mergeÉric Araujo2011-05-264-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix display of html.parser.HTMLParser.feed docstrinÉric Araujo2011-05-251-1/+1
| * | | Add missing name in pkgutil.__all__Éric Araujo2011-05-251-1/+1
| * | | Branch mergeÉric Araujo2011-05-2599-1673/+1447
| |\ \ \
| | * | | Fix two typosÉric Araujo2011-05-251-2/+2
| * | | | Make test_distutils pass without zlib (fixes #9435)Éric Araujo2011-05-081-0/+2
* | | | | Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)Victor Stinner2011-05-263-2/+6
* | | | | IDLE: #6378: Further adjust idle.bat to start associated PythonKurt B. Kaiser2011-05-252-2/+3
* | | | | Issue #12175: RawIOBase.readall() now returns None if read() returns None.Victor Stinner2011-05-254-3/+20
* | | | | Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError ifVictor Stinner2011-05-253-0/+7
* | | | | Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.pyVictor Stinner2011-05-252-2/+4
* | | | | Issue #12057: Add tests for the HZ encodingVictor Stinner2011-05-253-0/+33
* | | | | Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoidCharles-François Natali2011-05-242-14/+7
* | | | | Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-243-4/+38
* | | | | use '->' to indicate return valuesBenjamin Peterson2011-05-241-3/+3
| |/ / / |/| | |
* | | | must clear an AttributeError if it is setBenjamin Peterson2011-05-231-2/+6
* | | | handle old-style instancesBenjamin Peterson2011-05-231-3/+10
* | | | correctly lookup __dir__Benjamin Peterson2011-05-233-3/+9
* | | | Null merge from 2.6 branch.Barry Warsaw2011-05-232176-199510/+331280
|\ \ \ \ | |_|/ / |/| | |
| * | | test_codecs now removes the temporay file (created by the test)Victor Stinner2011-05-231-7/+6
| * | | Issue 12003: fixing error in xrange alternative sampleEli Bendersky2011-05-231-1/+1
| * | | Forward merge.Barry Warsaw2011-05-220-0/+0
| |\ \ \
| * | | | Issue #12012: test_ssl uses test_support.import_module()Victor Stinner2011-05-221-9/+1
| * | | | Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
| * | | | Simplify exampleRaymond Hettinger2011-05-211-4/+0
| * | | | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-213-42/+27
| * | | | this should actually be an IOErrorBenjamin Peterson2011-05-201-1/+1
| * | | | add example for not using accessBenjamin Peterson2011-05-201-1/+20
| * | | | #12072: add missing parenthesis in the doc. Patch by Sandro Tosi.Ezio Melotti2011-05-201-1/+1
| * | | | Minor code cleanup.Raymond Hettinger2011-05-181-1/+1
| * | | | merge headsBenjamin Peterson2011-05-1735-1033/+308
| |\ \ \ \
| | * | | | Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion ofVictor Stinner2011-05-172-6/+14