Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2.7.2 UUIDs | Martin v. Löwis | 2011-06-05 | 1 | -0/+2 |
| | |||||
* | another benefit of this change | Benjamin Peterson | 2011-06-03 | 1 | -2/+3 |
| | |||||
* | merge release tag | Benjamin Peterson | 2011-06-01 | 1 | -0/+1 |
|\ | |||||
| * | Added tag v2.7.2rc1 for changeset f48756685406 | Benjamin Peterson | 2011-05-29 | 1 | -0/+1 |
| | | |||||
* | | simply use the Python version for pyexpat.__version__ #12221 | Benjamin Peterson | 2011-05-31 | 2 | -21/+10 |
| | | |||||
* | | add 2.7.2 header | Benjamin Peterson | 2011-05-31 | 1 | -0/+7 |
|/ | |||||
* | bump to 2.7.2rc1v2.7.2rc1 | Benjamin Peterson | 2011-05-29 | 6 | -9/+9 |
| | |||||
* | Branch merge | Éric Araujo | 2011-05-29 | 2 | -86/+99 |
|\ | |||||
| * | Re-add missing doc stub for the distutils check command | Éric Araujo | 2011-05-28 | 1 | -0/+14 |
| | | |||||
| * | Backport doc improvements for distutils.cmd.Command (#9223). | Éric Araujo | 2011-05-28 | 1 | -76/+80 |
| | | | | | | | | Original commit by Georg Brandl. | ||||
| * | Fix test_distutils when sys.dont_write_bytecode is true (#9831). | Éric Araujo | 2011-05-28 | 1 | -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 Deily | 2011-05-29 | 2 | -1/+3 |
| | | |||||
* | | Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, | Ned Deily | 2011-05-28 | 2 | -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.6 | Martin v. Löwis | 2011-05-28 | 1 | -0/+2 |
|\ \ | |||||
| * \ | Nearly null-merge 2.5.6 | Martin v. Löwis | 2011-05-28 | 1 | -0/+2 |
| |\ \ | |||||
| | * \ | merge 2.5.6c1 tag | Martin v. Löwis | 2011-05-28 | 6 | -7/+19 |
| | |\ \ | |||||
| | | * | | Added tag v2.5.6 for changeset de34c7b097e8 | Martin v. Löwis | 2011-05-28 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | r88840: Prepare for 2.5.6.v2.5.6 | Martin v. Löwis | 2011-05-28 | 5 | -6/+17 |
| | | | | | |||||
| | | * | | r88828: Fix year. | Martin v. Löwis | 2011-05-28 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Added tag v2.5.6c1 for changeset a87c7b96672b | Martin v. Löwis | 2011-05-28 | 1 | -0/+1 |
| | |/ / | |||||
| | * | | r88824: Prepare for 2.5.6c1.v2.5.6c1 | Martin v. Löwis | 2011-05-28 | 5 | -7/+12 |
| | | | | |||||
* | | | | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-05-28 | 3 | -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 heads | Benjamin Peterson | 2011-05-26 | 4 | -4/+6 |
|\ \ \ | |||||
| * \ \ | Branch merge | Éric Araujo | 2011-05-26 | 4 | -4/+6 |
| |\ \ \ | |||||
| | * | | | Fix display of html.parser.HTMLParser.feed docstrin | Éric Araujo | 2011-05-25 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add missing name in pkgutil.__all__ | Éric Araujo | 2011-05-25 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Branch merge | Éric Araujo | 2011-05-25 | 1 | -0/+2 |
| | |\ \ \ | |||||
| | | * | | | Make test_distutils pass without zlib (fixes #9435) | Éric Araujo | 2011-05-08 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | Fix two typos | Éric Araujo | 2011-05-25 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | raise an ValueError in getvalue() on closed StringIO (closes #12161) | Benjamin Peterson | 2011-05-26 | 4 | -0/+9 |
|/ / / / / | | | | | | | | | | | | | | | | Thanks for Catalin Iacob for the patch. | ||||
* | | | | | Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true) | Victor Stinner | 2011-05-26 | 3 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | division (python -Qnew). Patch written by Ralf W. Grosse-Kunstleve. | ||||
* | | | | | IDLE: #6378: Further adjust idle.bat to start associated Python | Kurt B. Kaiser | 2011-05-26 | 2 | -2/+3 |
| | | | | | |||||
* | | | | | Issue #12175: RawIOBase.readall() now returns None if read() returns None. | Victor Stinner | 2011-05-25 | 4 | -3/+20 |
| | | | | | |||||
* | | | | | Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if | Victor Stinner | 2011-05-25 | 3 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | the file is closed. | ||||
* | | | | | Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py | Victor Stinner | 2011-05-24 | 2 | -2/+4 |
| | | | | | |||||
* | | | | | Issue #12057: Add tests for the HZ encoding | Victor Stinner | 2011-05-24 | 3 | -0/+33 |
| | | | | | |||||
* | | | | | Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid | Charles-François Natali | 2011-05-24 | 2 | -14/+7 |
| | | | | | | | | | | | | | | | | | | | | heap fragmentation and MemoryError with some malloc implementations. | ||||
* | | | | | Issue #12100: Don't reset incremental encoders of CJK codecs at each call to | Victor Stinner | 2011-05-24 | 3 | -4/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | their encode() method anymore, but continue to call the reset() method if the final argument is True. | ||||
* | | | | | use '->' to indicate return values | Benjamin Peterson | 2011-05-24 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | must clear an AttributeError if it is set | Benjamin Peterson | 2011-05-23 | 1 | -2/+6 |
| | | | | |||||
* | | | | handle old-style instances | Benjamin Peterson | 2011-05-23 | 1 | -3/+10 |
| | | | | |||||
* | | | | correctly lookup __dir__ | Benjamin Peterson | 2011-05-23 | 3 | -3/+9 |
| | | | | |||||
* | | | | Null merge from 2.6 branch. | Barry Warsaw | 2011-05-23 | 0 | -0/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | message: Merging post 2.6.7rc2 changes from Subversion. | ||||
| * | | | Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 7 | -7/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | message: Cross-port changes for 2.6.7rc2 from the Subversion branch. | ||||
| * | | | Replay changeset 70238:03e488b5c009 from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 16 | -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 Stinner | 2011-05-23 | 1 | -7/+6 |
| | | | | |||||
* | | | | Issue 12003: fixing error in xrange alternative sample | Eli Bendersky | 2011-05-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Forward merge. | Barry Warsaw | 2011-05-23 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | These files have Windows line endings in 2.6. | Barry Warsaw | 2011-05-23 | 1 | -0/+6 |
| | | | |