| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail | Nadeem Vawda | 2011-05-14 | 3 | -7/+24 |
| | | | | | attribute when called without a max_length argument. | ||||
| * | #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. | Ezio Melotti | 2011-05-14 | 1 | -16/+17 |
| | | |||||
| * | #7960: fix docstrings for captured_output and captured_stdout. | Ezio Melotti | 2011-05-14 | 1 | -8/+8 |
| | | |||||
| * | #5723: Improve json tests to be executed with and without accelerations. | Ezio Melotti | 2011-05-14 | 20 | -213/+271 |
| | | |||||
| * | Change import_fresh_module to work with packages. | Ezio Melotti | 2011-05-14 | 1 | -10/+6 |
| | | |||||
| * | Issue #11896: Save on Close failed despite selecting "Yes" in dialog. | Kurt B. Kaiser | 2011-05-13 | 3 | -32/+34 |
| | | | | | Backport 70055:35ed0efd7dd3 | ||||
| * | Issue #12062: In the `io` module, fix a flushing bug when doing a certain | Antoine Pitrou | 2011-05-12 | 3 | -1/+32 |
| | | | | | | | type of I/O sequence on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered data, and writing again). | ||||
| * | #12061: remove duplicate glossary entry. | Georg Brandl | 2011-05-12 | 1 | -20/+0 |
| | | |||||
| * | #12051: Fix segfault in json.dumps() while encoding highly-nested objects ↵ | Ezio Melotti | 2011-05-10 | 3 | -3/+39 |
| | | | | | using the C accelerations. | ||||
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 5 | -6/+20 |
| | | | | | order to accept exactly one connection. Patch by Daniel Evers. | ||||
| * | Issue 12047: Expand the style guide. | Raymond Hettinger | 2011-05-10 | 1 | -0/+104 |
| | | |||||
| * | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 5 | -34/+52 |
| | | | | | | | | OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter! | ||||
| * | (Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and then | Victor Stinner | 2011-05-09 | 2 | -0/+4 |
| | | | | | CTRL+c, clear the end-of-file indicator after CTRL+d. | ||||
| * | Some more tests were incorrectly marked as C specific. | Ezio Melotti | 2011-05-09 | 1 | -13/+14 |
| | | |||||
| * | Issue 11164: Remove obsolete allnodes test from minidom test. | Martin v. Löwis | 2011-05-09 | 2 | -20/+2 |
| | | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
| * | #11910: Fix test_heapq to skip the C tests when _heapq is missing. | Ezio Melotti | 2011-05-09 | 2 | -15/+31 |
| | | |||||
| * | #11910: change import_fresh_module to return None when one of the "fresh" ↵ | Ezio Melotti | 2011-05-09 | 1 | -4/+8 |
| | | | | | modules can not be imported. | ||||
| * | Fix deprecation warnings in test_unittest. | Ezio Melotti | 2011-05-09 | 1 | -4/+4 |
| | | |||||
| * | Add a note to the str.find doc to suggest the use of the "in" operator. | Ezio Melotti | 2011-05-09 | 1 | -0/+9 |
| | | |||||
| * | import_fresh_module ought to be in __all__ | Benjamin Peterson | 2011-05-08 | 1 | -1/+2 |
| | | |||||
| * | Fix cut and paste error. | Raymond Hettinger | 2011-05-07 | 1 | -1/+1 |
| | | |||||
| * | Some tests were incorrectly marked as C specific. | Raymond Hettinger | 2011-05-07 | 1 | -3/+8 |
| | | |||||
| * | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ↵ | Antoine Pitrou | 2011-05-07 | 4 | -2/+15 |
| | | | | | Kasun Herath. | ||||
| * | #10169: Fix argument parsing in socket.sendto() to avoid error masking. | Ezio Melotti | 2011-05-07 | 3 | -5/+56 |
| | | |||||
| * | #12017: Fix segfault in json.loads() while decoding highly-nested objects ↵ | Ezio Melotti | 2011-05-07 | 3 | -4/+48 |
| | | | | | using the C accelerations. | ||||
| * | Fix potential resource leak in test_mmap. | Nadeem Vawda | 2011-05-07 | 1 | -0/+1 |
| | | |||||
| * | Issue #11277: Fix tests - crash will not trigger if the file is closed and ↵ | Nadeem Vawda | 2011-05-07 | 1 | -14/+12 |
| | | | | | reopened. | ||||
| * | Issue #11277: Add tests for mmap crash when using large sparse files on OS X. | Nadeem Vawda | 2011-05-07 | 1 | -26/+34 |
| | | | | | | | Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso. | ||||
| * | Issue #11277: Remove useless test from test_zlib. | Nadeem Vawda | 2011-05-07 | 1 | -42/+0 |
| | | |||||
| * | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 3 | -53/+60 |
| | | |||||
| * | Backport fix for issue #10684 from 3.x | Ronald Oussoren | 2011-05-06 | 3 | -0/+28 |
| | | |||||
| * | #11997: fix typo in init.rst. | Ezio Melotti | 2011-05-05 | 1 | -1/+1 |
| | | |||||
| * | #8158: add missing 'description' description to optparse docstring. | R David Murray | 2011-05-05 | 1 | -0/+5 |
| | | |||||
| * | Issue #11277: oops, fix checksum values of test_zlib on 32 bits | Victor Stinner | 2011-05-04 | 1 | -2/+6 |
| | | |||||
| * | Issue #11277: test_zlib tests a buffer of 1 GB on 32 bits | Victor Stinner | 2011-05-04 | 1 | -6/+15 |
| | | | | | (instead of a buffer of 2 GB) | ||||
| * | #11985: update docstring of platform.python_implementation. | Ezio Melotti | 2011-05-04 | 1 | -3/+4 |
| | | |||||
| * | #11982: remove now unused function. | Ezio Melotti | 2011-05-04 | 1 | -18/+0 |
| | | |||||
| * | Issue #11277: fix issue number in a test_zlib comment | Victor Stinner | 2011-05-04 | 1 | -1/+1 |
| | | |||||
| * | #11982: fix json.loads('""') to return u'' rather than ''. | Ezio Melotti | 2011-05-04 | 3 | -2/+5 |
| | | |||||
| * | Fix #11834. Correct site-packages paths. | Brian Curtin | 2011-05-04 | 1 | -1/+1 |
| | | | | | Patch by Bryce Verdier. | ||||
| * | Denote 3.3.0 as the last supported Windows 2000 release. | Brian Curtin | 2011-05-03 | 1 | -1/+1 |
| | | | | | This corresponds with change b9390aa12855 to PEP-11. | ||||
| * | #11985: document the return value of platform.python_implementation for PyPy. | Ezio Melotti | 2011-05-03 | 1 | -1/+1 |
| | | |||||
| * | Issue #10276: Fix test_zlib, m may be undefined in the finally block | Victor Stinner | 2011-05-03 | 1 | -1/+1 |
| | | |||||
| * | Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by | Victor Stinner | 2011-05-03 | 1 | -3/+38 |
| | | | | | crc32() and adler32(). Patch written by Steffen Daode Nurpmeso. | ||||
| * | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-05-03 | 3 | -1/+31 |
| | | | | | | doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes). | ||||
| * | Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not | Victor Stinner | 2011-05-03 | 2 | -4/+8 |
| | | | | | written if PY_SSIZE_T_CLEAN is defined. | ||||
| * | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-03 | 3 | -0/+16 |
| | | | | | | to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso. | ||||
| * | Branch merge | Éric Araujo | 2011-05-02 | 6 | -33/+54 |
| |\ | |||||
| | * | Fix wording | Éric Araujo | 2011-05-01 | 1 | -2/+2 |
| | | | |||||
| | * | Branch merge | Éric Araujo | 2011-05-01 | 3 | -7/+6 |
| | |\ | |||||
