| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 | Jesus Cea | 2011-03-14 | 1 | -0/+2 |
|
|
* | merge | Ronald Oussoren | 2011-03-14 | 1 | -0/+1 |
|\ |
|
| * | Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. | Eric V. Smith | 2011-03-14 | 1 | -0/+1 |
|
|
* | | Issue #1099: Fix the build on MacOSX when building a framework with pydebug | Ronald Oussoren | 2011-03-14 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Issue #1099: Fix the build on MacOSX when building a framework with pydebug u... | Ronald Oussoren | 2011-03-14 | 1 | -0/+3 |
| |\ |
|
| | * | Fixes #1099: Mac compile fails with pydebug and framework enabled | Ronald Oussoren | 2011-03-14 | 1 | -0/+3 |
|
|
* | | | Merge #11488 patch from 3.2. | R David Murray | 2011-03-14 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Merge #11488 patch from 3.1. | R David Murray | 2011-03-14 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | #11488: Add tests for writelines method of SpooledTemporaryFile. | R David Murray | 2011-03-14 | 1 | -0/+1 |
|
|
* | | | Merge fix for #11490 from 3.2. | R David Murray | 2011-03-14 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Merge fix for #11490 from 3.1. | R David Murray | 2011-03-14 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | #11490: EACCES can also mean command not found | R David Murray | 2011-03-14 | 1 | -0/+3 |
|
|
* | | | #1162477: accept '.' in addition to ':' when parsing time in date header. | R David Murray | 2011-03-14 | 1 | -0/+3 |
|
|
* | | | Merge commit for #11233 | Antoine Pitrou | 2011-03-13 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #11223: Fix test_threadsignals to fail, not hang, when the | Antoine Pitrou | 2011-03-13 | 1 | -0/+3 |
|
|
* | | | convert ast versioning to mercurial | Benjamin Peterson | 2011-03-13 | 1 | -0/+2 |
|
|
* | | | Issue 9856: Change object.__format__ with a non-empty format string from a Pe... | Eric V. Smith | 2011-03-12 | 1 | -0/+4 |
|
|
* | | | Merge #11131 | Mark Dickinson | 2011-03-12 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Merge #11131 | Mark Dickinson | 2011-03-12 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operat... | Mark Dickinson | 2011-03-12 | 1 | -0/+3 |
|
|
* | | | Issue #9935: Speed up pickling of instances of user-defined classes. | Antoine Pitrou | 2011-03-11 | 1 | -0/+2 |
|
|
* | | | Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. | Antoine Pitrou | 2011-03-11 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. | Antoine Pitrou | 2011-03-11 | 1 | -0/+5 |
|
|
* | | | Issue #11244: The peephole optimizer is now able to constant-fold | Antoine Pitrou | 2011-03-11 | 1 | -0/+4 |
|
|
* | | | Merge #10999 fix. | R David Murray | 2011-03-10 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Merge #10999 fix. | R David Murray | 2011-03-10 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | #10999: Add missing documentation for chflags constants to stat module docs | R David Murray | 2011-03-10 | 1 | -0/+1 |
|
|
* | | | Merge fix for issue #11450 | Antoine Pitrou | 2011-03-09 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Merge fix for issue #11450 | Antoine Pitrou | 2011-03-09 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when | Antoine Pitrou | 2011-03-09 | 1 | -0/+3 |
|
|
* | | | Issue #5622: merge fix from 3.2. | Ned Deily | 2011-03-09 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #5622: merge fix from 3.1. | Ned Deily | 2011-03-09 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Issue #5622: Fix curses.wrapper to raise correct exception if curses | Ned Deily | 2011-03-09 | 1 | -0/+3 |
|
|
* | | | Merge 3.2. | Thomas Wouters | 2011-03-06 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 3.1. | Thomas Wouters | 2011-03-06 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from | Thomas Wouters | 2011-03-06 | 1 | -0/+2 |
|
|
* | | | Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when | Antoine Pitrou | 2011-03-06 | 1 | -0/+3 |
|
|
* | | | Merge fix for issue #11391 | Antoine Pitrou | 2011-03-06 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Merge fix for issue #11391 | Antoine Pitrou | 2011-03-06 | 1 | -0/+4 |
| |\ \
| | |/ |
|
| | * | Issue #11391: Writing to a mmap object created with | Antoine Pitrou | 2011-03-06 | 2 | -0/+5 |
|
|
| | * | Merged revisions 88722 via svnmerge from | Giampaolo Rodolà | 2011-03-03 | 1 | -0/+3 |
|
|
| | * | Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from | Antoine Pitrou | 2011-02-28 | 1 | -0/+7 |
|
|
| | * | Typos | Éric Araujo | 2011-02-26 | 1 | -1/+1 |
|
|
| | * | Final update and deprecation of maintainers.rst. | Éric Araujo | 2011-02-26 | 1 | -7/+12 |
|
|
| | * | Merged revisions 88438,88440 via svnmerge from | Georg Brandl | 2011-02-25 | 3 | -155/+139 |
|
|
| | * | Merged revisions 88426 via svnmerge from | Georg Brandl | 2011-02-25 | 1 | -0/+2 |
|
|
| | * | Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-... | Georg Brandl | 2011-02-25 | 1 | -158/+156 |
|
|
| | * | Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,... | Georg Brandl | 2011-02-25 | 1 | -0/+5 |
|
|
| | * | Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge... | R. David Murray | 2011-02-11 | 1 | -0/+5 |
|
|
| | * | Merged revisions 88337 via svnmerge from | Brett Cannon | 2011-02-04 | 1 | -0/+2 |
|
|