| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of | Victor Stinner | 2011-03-21 | 4 | -26/+13 |
|
|
* | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of | Victor Stinner | 2011-03-21 | 5 | -37/+27 |
|
|
* | _elementtree.c: remove trailing spaces | Victor Stinner | 2011-03-21 | 1 | -19/+19 |
|
|
* | merge 3.2 | Victor Stinner | 2011-03-21 | 1 | -3/+2 |
|\ |
|
| * | time.strftime(): replace PyErr_Format() by PyErr_SetString() | Victor Stinner | 2011-03-21 | 1 | -3/+2 |
|
|
* | | (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 | Victor Stinner | 2011-03-20 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on | Victor Stinner | 2011-03-20 | 1 | -1/+8 |
|
|
* | | Issue #3080: zipimport has a full unicode suppport | Victor Stinner | 2011-03-15 | 1 | -135/+168 |
|
|
* | | Fix refleak introduced by #10812. | Ross Lagerwall | 2011-03-19 | 1 | -13/+22 |
|
|
* | | Issue #11592: Fix compilation warnings in os module. | Ross Lagerwall | 2011-03-18 | 1 | -4/+4 |
|
|
* | | Merge | Antoine Pitrou | 2011-03-17 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a ... | Antoine Pitrou | 2011-03-17 | 1 | -3/+7 |
|
|
* | | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 |
|\ \
| |/ |
|
| * | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 |
| |\ |
|
| | * | Issue #5421: Fix misleading error message when one of socket.sendto()'s | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 |
|
|
* | | | Issue #10812: Revert os.lseek change. | Ross Lagerwall | 2011-03-17 | 1 | -1/+7 |
|
|
* | | | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 1 | -152/+812 |
|
|
* | | | Merge with 3.2. | Ezio Melotti | 2011-03-16 | 2 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Merge with 3.1. | Ezio Melotti | 2011-03-16 | 2 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Revert typo fixes in zlib/* | Ezio Melotti | 2011-03-16 | 2 | -3/+3 |
|
|
* | | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 14 | -20/+20 |
|\ \ \
| |/ / |
|
| * | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 14 | -20/+20 |
| |\ \
| | |/ |
|
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 14 | -20/+20 |
|
|
| * | | Fix issue #11432. if the stdin pipe is the same file descriptor as either std... | Gregory P. Smith | 2011-03-15 | 1 | -2/+2 |
|
|
* | | | merge update | Gregory P. Smith | 2011-03-15 | 4 | -6/+6 |
|\ \ \ |
|
| * \ \ | Merge with 3.2 | Ezio Melotti | 2011-03-15 | 4 | -6/+6 |
| |\ \ \
| | |/ / |
|
| | * | | Merge with 3.2 | Ezio Melotti | 2011-03-15 | 4 | -6/+6 |
| | |\ \
| | | |/ |
|
| | | * | Revert typo fixes in _cytpes/libffi* | Ezio Melotti | 2011-03-15 | 2 | -1721/+1721 |
|
|
* | | | | Fix issue #11432. if the stdin pipe is the same file descriptor as either std... | Gregory P. Smith | 2011-03-15 | 1 | -2/+2 |
|/ / / |
|
* | | | #11515: Merge with 3.2. | Ezio Melotti | 2011-03-15 | 10 | -12/+12 |
|\ \ \
| |/ / |
|
| * | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 10 | -12/+12 |
| |\ \
| | |/ |
|
| | * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 7 | -1726/+1726 |
|
|
* | | | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 | Jesus Cea | 2011-03-14 | 5 | -26/+1 |
|
|
* | | | Issue #9935: Speed up pickling of instances of user-defined classes. | Antoine Pitrou | 2011-03-11 | 1 | -17/+34 |
|
|
* | | | Merge fix for issue #11450 | Antoine Pitrou | 2011-03-09 | 1 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | Merge fix for issue #11450 | Antoine Pitrou | 2011-03-09 | 1 | -1/+3 |
| |\ \
| | |/ |
|
| | * | Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when | Antoine Pitrou | 2011-03-09 | 1 | -1/+3 |
|
|
* | | | merge heads | Georg Brandl | 2011-03-06 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when | Antoine Pitrou | 2011-03-06 | 1 | -2/+2 |
|
|
* | | | | Remove sys.subversion and svn build identification leftovers. | Georg Brandl | 2011-03-06 | 1 | -18/+0 |
|
|
* | | | | Merge build identification to default branch. | Georg Brandl | 2011-03-06 | 1 | -3/+34 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Merge build identification to 3.2 branch. | Georg Brandl | 2011-03-06 | 1 | -3/+34 |
| |\ \
| | |/ |
|
| | * | Commit the hg build identification patch from the pymigr repo. | Georg Brandl | 2011-03-05 | 1 | -3/+34 |
|
|
* | | | Merge fix for issue #11391 | Antoine Pitrou | 2011-03-06 | 1 | -5/+10 |
|\ \ \
| |/ / |
|
| * | | Merge fix for issue #11391 | Antoine Pitrou | 2011-03-06 | 1 | -5/+10 |
| |\ \
| | |/ |
|
| | * | Issue #11391: Writing to a mmap object created with | Antoine Pitrou | 2011-03-06 | 1 | -5/+10 |
|
|
| | * | Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from | Antoine Pitrou | 2011-02-28 | 2 | -50/+81 |
|
|
| | * | Merged revisions 87919 via svnmerge from | Alexander Belopolsky | 2011-02-15 | 1 | -1/+4 |
|
|
| | * | Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge... | R. David Murray | 2011-02-11 | 1 | -1/+1 |
|
|
| | * | Merged revisions 88337 via svnmerge from | Brett Cannon | 2011-02-04 | 1 | -1/+1 |
|
|