summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add 2.7.2 UUIDsMartin v. Löwis2011-06-051-0/+2
|
* another benefit of this changeBenjamin Peterson2011-06-031-2/+3
|
* merge release tagBenjamin Peterson2011-06-011-0/+1
|\
| * Added tag v2.7.2rc1 for changeset f48756685406Benjamin Peterson2011-05-291-0/+1
| |
* | simply use the Python version for pyexpat.__version__ #12221Benjamin Peterson2011-05-312-21/+10
| |
* | add 2.7.2 headerBenjamin Peterson2011-05-311-0/+7
|/
* bump to 2.7.2rc1v2.7.2rc1Benjamin Peterson2011-05-296-9/+9
|
* Branch mergeÉric Araujo2011-05-292-86/+99
|\
| * Re-add missing doc stub for the distutils check commandÉric Araujo2011-05-281-0/+14
| |
| * Backport doc improvements for distutils.cmd.Command (#9223).Éric Araujo2011-05-281-76/+80
| | | | | | | | Original commit by Georg Brandl.
| * Fix test_distutils when sys.dont_write_bytecode is true (#9831).Éric Araujo2011-05-281-16/+11
| | | | | | | | | | The tests now pass all combinations of -O/-OO and -B. See also #7071 and #6292 for previous variations on the same theme.
* | 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
| | | | | | | | | | ensure "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does.
* | Nearly null-merge 2.5.6Martin v. Löwis2011-05-281-0/+2
|\ \
| * \ Nearly null-merge 2.5.6Martin v. Löwis2011-05-281-0/+2
| |\ \
| | * \ merge 2.5.6c1 tagMartin v. Löwis2011-05-286-7/+19
| | |\ \
| | | * | Added tag v2.5.6 for changeset de34c7b097e8Martin v. Löwis2011-05-281-0/+1
| | | | |
| | | * | 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
| | | | |
| | * | | Added tag v2.5.6c1 for changeset a87c7b96672bMartin v. Löwis2011-05-281-0/+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
| |_|/ |/| | | | | | | | | | | | | | Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren)
* | | merge headsBenjamin Peterson2011-05-264-4/+6
|\ \ \
| * \ \ 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-251-0/+2
| | |\ \ \
| | | * | | Make test_distutils pass without zlib (fixes #9435)Éric Araujo2011-05-081-0/+2
| | | | | |
| | * | | | Fix two typosÉric Araujo2011-05-251-2/+2
| | | | | |
* | | | | | raise an ValueError in getvalue() on closed StringIO (closes #12161)Benjamin Peterson2011-05-264-0/+9
|/ / / / / | | | | | | | | | | | | | | | Thanks for Catalin Iacob for the patch.
* | | | | Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)Victor Stinner2011-05-263-2/+6
| | | | | | | | | | | | | | | | | | | | division (python -Qnew). Patch written by Ralf W. Grosse-Kunstleve.
* | | | | IDLE: #6378: Further adjust idle.bat to start associated PythonKurt B. Kaiser2011-05-262-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
| | | | | | | | | | | | | | | | | | | | the file is closed.
* | | | | Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.pyVictor Stinner2011-05-242-2/+4
| | | | |
* | | | | Issue #12057: Add tests for the HZ encodingVictor Stinner2011-05-243-0/+33
| | | | |
* | | | | Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoidCharles-François Natali2011-05-242-14/+7
| | | | | | | | | | | | | | | | | | | | heap fragmentation and MemoryError with some malloc implementations.
* | | | | Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-243-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | | their encode() method anymore, but continue to call the reset() method if the final argument is True.
* | | | | 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-230-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commitBarry Warsaw2011-05-232-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | message: Merging post 2.6.7rc2 changes from Subversion.
| * | | Replay changeset 70248:c714e2f92f63 from fubar branch. Original commitBarry Warsaw2011-05-237-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | message: Cross-port changes for 2.6.7rc2 from the Subversion branch.
| * | | Replay changeset 70238:03e488b5c009 from fubar branch. Original commitBarry Warsaw2011-05-2316-35/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | message: Reconcile with the 2.6svn branch. The 2.6.7 release will be made from Subversion, but there were differences, so this brings them in sync. These changes should *not* propagate to any newer versions.
* | | | 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-230-0/+0
|\ \ \ \ | |/ / /
| * | | These files have Windows line endings in 2.6.Barry Warsaw2011-05-231-0/+6
| | | |