summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add python2 symlink after install.baserock/morph-2.7Mark Doffman2014-03-251-0/+2
| | | | | | | | | python2 symlink is needed by some scripts that use the #!/usr/bin/python2 shebang. A python2 symlink is also reccomended in PEP394. This patch adds a python2 symlink to python2.7 after installation.
* Translate morph file to yaml.Mark Doffman2014-03-251-8/+5
|
* cpython: add morphRichard Maw2012-03-281-0/+8
| | | | This is based off cpython's 2.7.2 release
* update pydoc-topicsv2.7.2Benjamin Peterson2011-06-111-22/+22
|
* bump to 2.7.2 finalBenjamin Peterson2011-06-115-7/+7
|
* fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-104-44/+107
|
* Stop adding txt files twice.Martin v. Löwis2011-06-051-2/+0
|
* 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-05-310-0/+0
|\
| * Added tag v2.7.2rc1 for changeset f48756685406Benjamin Peterson2011-05-290-0/+0
| |
* | 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-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
| | | | | | | | | | 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-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
| | | | | | | | | | | | | | | | | | | | | | | | Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren)
* | | | 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
| | | | | | | | | | | | | | | | 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.
* | | merge headsBenjamin Peterson2011-05-264-0/+9
|\ \ \
| * | | raise an ValueError in getvalue() on closed StringIO (closes #12161)Benjamin Peterson2011-05-264-0/+9
| | | | | | | | | | | | | | | | Thanks for Catalin Iacob for the patch.
* | | | 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
| | | | | | | | | | | | | | | | | | | | division (python -Qnew). Patch written by Ralf W. Grosse-Kunstleve.
* | | | | 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
| | | | | | | | | | | | | | | | | | | | the file is closed.
* | | | | 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
| | | | | | | | | | | | | | | | | | | | 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-232176-199510/+331280
|\ \ \ \ | |_|/ / |/| | |