| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove reST markup from --help output. Also: O(n**2) is dict construction, n... | Georg Brandl | 2012-02-21 | 1 | -3/+3 |
|
|
* | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 1 | -0/+1 |
|
|
* | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 3 | -108/+37 |
|
|
* | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ... | Antoine Pitrou | 2012-01-27 | 1 | -1/+2 |
|
|
* | return NULL on error | Benjamin Peterson | 2011-06-01 | 1 | -1/+1 |
|
|
* | simply use the Python version for pyexpat.__version__ #12221 | Benjamin Peterson | 2011-05-31 | 1 | -21/+5 |
|
|
* | Issue #12175: RawIOBase.readall() now returns None if read() returns None. | Victor Stinner | 2011-05-25 | 1 | -0/+8 |
|
|
* | Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if | Victor Stinner | 2011-05-25 | 1 | -0/+2 |
|
|
* | Issue #12100: Don't reset incremental encoders of CJK codecs at each call to | Victor Stinner | 2011-05-24 | 1 | -4/+4 |
|
|
* | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore | Victor Stinner | 2011-05-19 | 1 | -24/+23 |
|
|
* | Issue #10756: atexit normalizes the exception before displaying it. Patch by | Victor Stinner | 2011-05-15 | 1 | -0/+1 |
|
|
* | Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. | Victor Stinner | 2011-05-15 | 1 | -3/+3 |
|
|
* | Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. | Nadeem Vawda | 2011-05-14 | 1 | -14/+23 |
|
|
* | Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). | Nadeem Vawda | 2011-05-14 | 1 | -10/+21 |
|
|
* | Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail | Nadeem Vawda | 2011-05-14 | 1 | -7/+12 |
|
|
* | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 1 | -1/+1 |
|
|
* | Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. | Kurt B. Kaiser | 2011-05-11 | 1 | -1/+13 |
|
|
* | #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi... | Ezio Melotti | 2011-05-10 | 1 | -2/+15 |
|
|
* | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -1/+7 |
|
|
* | #12017: Fix segfault in json.loads() while decoding highly-nested objects usi... | Ezio Melotti | 2011-05-07 | 1 | -2/+13 |
|
|
* | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a | Victor Stinner | 2011-05-01 | 1 | -0/+9 |
|
|
* | Issue #11768: The signal handler of the signal module only calls | Victor Stinner | 2011-04-18 | 1 | -10/+16 |
|
|
* | Issue #10762: Guard against invalid/non-supported format string '%f' on Windo... | Senthil Kumaran | 2011-04-06 | 1 | -1/+1 |
|
|
* | Merge 3.1 | Kristjan Valur Jonsson | 2011-03-30 | 1 | -1/+1 |
|\ |
|
| * | Issue 11713: clarify docstring for collections.deque() | Raymond Hettinger | 2011-03-30 | 1 | -1/+1 |
|
|
* | | Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. | Kristjan Valur Jonsson | 2011-03-30 | 1 | -3/+6 |
|/ |
|
* | let's keep parenthesis around sizeof | Benjamin Peterson | 2011-03-28 | 1 | -3/+3 |
|
|
* | always check return value of PyObject_IsInstance for error | Benjamin Peterson | 2011-03-26 | 1 | -19/+44 |
|
|
* | check possible recursive _as_parameter_ to prevent segfault (closes #1838) | Benjamin Peterson | 2011-03-26 | 1 | -1/+10 |
|
|
* | Issue #5421: Fix misleading error message when one of socket.sendto()'s | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 |
|
|
* | Revert typo fixes in zlib/* | Ezio Melotti | 2011-03-16 | 2 | -3/+3 |
|
|
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 14 | -20/+20 |
|
|
* | Revert typo fixes in _cytpes/libffi* | Ezio Melotti | 2011-03-15 | 2 | -1721/+1721 |
|
|
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 7 | -1726/+1726 |
|
|
* | Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when | Antoine Pitrou | 2011-03-09 | 1 | -1/+3 |
|
|
* | Commit the hg build identification patch from the pymigr repo. | Georg Brandl | 2011-03-05 | 1 | -3/+34 |
|
|
* | 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 |
|
|
* | Merged revisions 88284 via svnmerge from | Antoine Pitrou | 2011-01-31 | 2 | -1/+15 |
|
|
* | Merged revisions 88147 via svnmerge from | Antoine Pitrou | 2011-01-23 | 1 | -5/+15 |
|
|
* | Merged revisions 88131 via svnmerge from | Antoine Pitrou | 2011-01-20 | 1 | -0/+11 |
|
|
* | Merged revisions 88111 via svnmerge from | Antoine Pitrou | 2011-01-19 | 1 | -0/+2 |
|
|
* | Merged revisions 88036 via svnmerge from | Antoine Pitrou | 2011-01-15 | 1 | -0/+1 |
|
|
* | Merged revisions 88022 via svnmerge from | Antoine Pitrou | 2011-01-15 | 1 | -1/+1 |
|
|
* | Merged revisions 87991 via svnmerge from | Eli Bendersky | 2011-01-14 | 1 | -1/+0 |
|
|
* | Merged revisions 87802 via svnmerge from | Antoine Pitrou | 2011-01-06 | 1 | -0/+1 |
|
|
* | Merged revisions 87666 via svnmerge from | Amaury Forgeot d'Arc | 2011-01-03 | 1 | -12/+21 |
|
|