summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* MergeKristjan Valur Jonsson2011-03-301-1/+1
|\
| * Issue 11713: clarify docstring for collections.deque()Raymond Hettinger2011-03-301-1/+1
| |\
| | * Issue 11713: clarify docstring for collections.deque()Raymond Hettinger2011-03-301-1/+1
* | | Merge 3.2Kristjan Valur Jonsson2011-03-301-3/+6
|\ \ \ | |/ / |/| |
| * | Merge 3.1Kristjan Valur Jonsson2011-03-301-3/+6
| |\ \ | | |/ | |/|
| | * Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.Kristjan Valur Jonsson2011-03-301-3/+6
* | | merge 3.2Benjamin Peterson2011-03-281-3/+3
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-03-281-3/+3
| |\ \ | | |/
| | * let's keep parenthesis around sizeofBenjamin Peterson2011-03-281-3/+3
* | | Update docstrings for itertools.accumulate().Raymond Hettinger2011-03-281-3/+3
* | | Add optional *func* argument to itertools.accumulate().Raymond Hettinger2011-03-281-4/+14
* | | merge 3.2Benjamin Peterson2011-03-261-20/+54
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-03-261-20/+54
| |\ \ | | |/
| | * always check return value of PyObject_IsInstance for errorBenjamin Peterson2011-03-261-19/+44
| | * check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-1/+10
* | | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead ofVictor Stinner2011-03-214-26/+13
* | | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead ofVictor Stinner2011-03-215-37/+27
* | | _elementtree.c: remove trailing spacesVictor Stinner2011-03-211-19/+19
* | | merge 3.2Victor Stinner2011-03-211-3/+2
|\ \ \ | |/ /
| * | time.strftime(): replace PyErr_Format() by PyErr_SetString()Victor Stinner2011-03-211-3/+2
* | | (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767Victor Stinner2011-03-201-1/+8
|\ \ \ | |/ /
| * | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes onVictor Stinner2011-03-201-1/+8
* | | Issue #3080: zipimport has a full unicode suppportVictor Stinner2011-03-151-135/+168
* | | Fix refleak introduced by #10812.Ross Lagerwall2011-03-191-13/+22
* | | Issue #11592: Fix compilation warnings in os module.Ross Lagerwall2011-03-181-4/+4
* | | MergeAntoine Pitrou2011-03-171-3/+7
|\ \ \ | |/ /
| * | Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a ...Antoine Pitrou2011-03-171-3/+7
* | | Issue #5421: merge fixAntoine Pitrou2011-03-171-6/+17
|\ \ \ | |/ /
| * | Issue #5421: merge fixAntoine Pitrou2011-03-171-6/+17
| |\ \ | | |/
| | * Issue #5421: Fix misleading error message when one of socket.sendto()'sAntoine Pitrou2011-03-171-6/+17
* | | Issue #10812: Revert os.lseek change.Ross Lagerwall2011-03-171-1/+7
* | | Issue #10812: Add some extra posix functions to the os module.Ross Lagerwall2011-03-171-152/+812
* | | Merge with 3.2.Ezio Melotti2011-03-162-3/+3
|\ \ \ | |/ /
| * | Merge with 3.1.Ezio Melotti2011-03-162-3/+3
| |\ \ | | |/
| | * Revert typo fixes in zlib/*Ezio Melotti2011-03-162-3/+3
* | | #11565: Merge with 3.2.Ezio Melotti2011-03-1614-20/+20
|\ \ \ | |/ /
| * | #11565: Merge with 3.1.Ezio Melotti2011-03-1614-20/+20
| |\ \ | | |/
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-1614-20/+20
| * | Fix issue #11432. if the stdin pipe is the same file descriptor as either std...Gregory P. Smith2011-03-151-2/+2
* | | merge updateGregory P. Smith2011-03-154-6/+6
|\ \ \
| * \ \ Merge with 3.2Ezio Melotti2011-03-154-6/+6
| |\ \ \ | | |/ /
| | * | Merge with 3.2Ezio Melotti2011-03-154-6/+6
| | |\ \ | | | |/
| | | * Revert typo fixes in _cytpes/libffi*Ezio Melotti2011-03-152-1721/+1721
* | | | Fix issue #11432. if the stdin pipe is the same file descriptor as either std...Gregory P. Smith2011-03-151-2/+2
|/ / /
* | | #11515: Merge with 3.2.Ezio Melotti2011-03-1510-12/+12
|\ \ \ | |/ /
| * | #11515: Merge with 3.1.Ezio Melotti2011-03-1510-12/+12
| |\ \ | | |/
| | * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-157-1726/+1726
* | | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2Jesus Cea2011-03-145-26/+1
* | | Issue #9935: Speed up pickling of instances of user-defined classes.Antoine Pitrou2011-03-111-17/+34
* | | Merge fix for issue #11450Antoine Pitrou2011-03-091-1/+3
|\ \ \ | |/ /