Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #12213: Fix a buffering bug with interleaved reads and writes that | Antoine Pitrou | 2011-08-20 | 1 | -2/+42 |
|\ | | | | | | | could appear on BufferedRandom streams. | ||||
| * | Issue #12213: Fix a buffering bug with interleaved reads and writes that | Antoine Pitrou | 2011-08-20 | 1 | -2/+42 |
| | | | | | | | | could appear on BufferedRandom streams. | ||||
* | | Issue #12791: Break reference cycles early when a generator exits with an ↵ | Antoine Pitrou | 2011-08-20 | 1 | -0/+62 |
|\ \ | |/ | | | | | exception. | ||||
| * | Issue #12791: Break reference cycles early when a generator exits with an ↵ | Antoine Pitrou | 2011-08-20 | 1 | -0/+62 |
| | | | | | | | | exception. | ||||
* | | Fix typo in test names | Antoine Pitrou | 2011-08-19 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fix typo in test names | Antoine Pitrou | 2011-08-19 | 1 | -4/+4 |
| | | |||||
| * | Branch merge | Éric Araujo | 2011-08-19 | 1 | -1/+1 |
| |\ | |||||
* | | | Issue #12778: Reduce memory consumption when JSON-encoding a large container ↵ | Antoine Pitrou | 2011-08-19 | 1 | -1/+18 |
| | | | | | | | | | | | | of many small objects. | ||||
* | | | Restore $HOME after test has run (should fix #12765) | Éric Araujo | 2011-08-19 | 1 | -0/+3 |
| | | | |||||
* | | | Branch merge | Éric Araujo | 2011-08-19 | 4 | -28/+21 |
|\ \ \ | |||||
| * \ \ | Merge 3.2 | Éric Araujo | 2011-08-19 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Make logging call lazy | Éric Araujo | 2011-08-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Improve “pysetup create” help messages. | Éric Araujo | 2011-08-18 | 1 | -18/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The example version numbers were invalid and “package” was misused. I also made lines shorter, replaced “e-mail” with “email” (more common in the stdlib and I believe in English generally) and tweaked a few other things. | ||||
| * | | | Fix typo | Éric Araujo | 2011-08-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove class that was only useful with Sphinx autodoc | Éric Araujo | 2011-08-18 | 1 | -8/+0 |
| | | | | |||||
* | | | | Issue #12780: Merged fix from 3.2. | Vinay Sajip | 2011-08-19 | 1 | -2/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. | Vinay Sajip | 2011-08-19 | 1 | -2/+0 |
| | | | | |||||
* | | | | Merge: Fix ResourceWarnings in test_subprocess. | Nadeem Vawda | 2011-08-19 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix ResourceWarnings in test_subprocess. | Nadeem Vawda | 2011-08-19 | 1 | -0/+4 |
| | | | | |||||
* | | | | Issue #12650: fix failures on some buildbots, when a subprocess takes a long | Charles-François Natali | 2011-08-18 | 1 | -12/+0 |
|\ \ \ \ | |/ / / | | | | | | | | | time to spawn. | ||||
| * | | | Issue #12650: fix failures on some buildbots, when a subprocess takes a long | Charles-François Natali | 2011-08-18 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | time to spawn. | ||||
* | | | | Issue #12650: Fix a race condition where a subprocess.Popen could leak | Charles-François Natali | 2011-08-18 | 2 | -1/+64 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | resources (FD/zombie) when killed at the wrong time. | ||||
| * | | Issue #12650: Fix a race condition where a subprocess.Popen could leak | Charles-François Natali | 2011-08-18 | 2 | -1/+64 |
| |/ | | | | | | | resources (FD/zombie) when killed at the wrong time. | ||||
* | | Issue #12326: don't test the major version of sys.platform | Victor Stinner | 2011-08-17 | 7 | -49/+46 |
| | | | | | | | | | | Use startswith, instead of ==, when testing sys.platform to support new platforms like Linux 3 or OpenBSD 5. | ||||
* | | make __doc__ mutable on heaptypes (closes #12773) | Benjamin Peterson | 2011-08-17 | 1 | -0/+13 |
| | | |||||
* | | improve test name | Benjamin Peterson | 2011-08-17 | 1 | -1/+1 |
| | | |||||
* | | complain when a class variable shadows a name in __slots__ (closes #12766) | Benjamin Peterson | 2011-08-16 | 1 | -0/+8 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2011-08-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | #9723: refactor regex. | Ezio Melotti | 2011-08-16 | 1 | -1/+1 |
| | | | |||||
* | | | some *nixes decided not to call init process 1 (closes #12763) | Benjamin Peterson | 2011-08-16 | 1 | -1/+1 |
|/ / | |||||
* | | #12266: merge with 3.2. | Ezio Melotti | 2011-08-15 | 1 | -0/+17 |
|\ \ | |/ | |||||
| * | #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ↵ | Ezio Melotti | 2011-08-15 | 1 | -0/+17 |
| | | | | | | | | cased non-letter characters. | ||||
* | | Monotonic, not monotonous | Antoine Pitrou | 2011-08-13 | 1 | -1/+1 |
| | | |||||
* | | Issue #12744: Fix inefficient representation of integers | Antoine Pitrou | 2011-08-13 | 1 | -0/+10 |
| | | | | | | | | between 2**31 and 2**63 on systems with a 64-bit C "long". | ||||
* | | Issue #12669: Fix test_curses so that it can run on the buildbots. | Nadeem Vawda | 2011-08-13 | 1 | -3/+3 |
| | | |||||
* | | Issue #12646: Add an 'eof' attribute to zlib.Decompress. | Nadeem Vawda | 2011-08-13 | 1 | -0/+20 |
| | | | | | | | | | | | | This will make it easier to detect truncated input streams. Also, make zlib's error messages more consistent. | ||||
* | | Merge with 3.2. | Georg Brandl | 2011-08-13 | 2 | -2/+12 |
|\ \ | |/ | |||||
| * | Fix #11513: wrong exception handling for the case that GzipFile itself ↵ | Georg Brandl | 2011-08-13 | 2 | -2/+12 |
| | | | | | | | | raises an IOError. | ||||
* | | merge 3.2 | Benjamin Peterson | 2011-08-13 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | tokenize is just broken on test_pep3131.py | Benjamin Peterson | 2011-08-13 | 1 | -0/+3 |
| | | |||||
* | | merge 3.2 | Benjamin Peterson | 2011-08-13 | 1 | -3/+12 |
|\ \ | |/ | |||||
| * | normalization is different between unicode builds, so use a new non-BMP char ↵ | Benjamin Peterson | 2011-08-13 | 1 | -3/+12 |
| | | | | | | | | and add normalization test | ||||
* | | merge 3.2 (#12732) | Benjamin Peterson | 2011-08-13 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | in narrow builds, make sure to test codepoints as identifier characters ↵ | Benjamin Peterson | 2011-08-13 | 2 | -0/+4 |
| | | | | | | | | | | | | (closes #12732) This fixes the use of Unicode identifiers outside the BMP in narrow builds. | ||||
| * | Branch merge | Éric Araujo | 2011-08-12 | 1 | -1/+2 |
| |\ | |||||
* | | | Clean up test_shutil, to facilitate upcoming improvements (#12721). | Éric Araujo | 2011-08-12 | 1 | -96/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests now have two convenience functions to wrap os.path.join, open and read or write instead of four or six slightly different functions. The new functions accept a tuple of path segments but not a list anymore, as it makes no sense to use a list here; I have also removed the default value for the contents in write_file, as I find it better to have the contents at the call site. For simple open then read/write calls, I have left the usual idiom (with open + read/write), as it is short and readable enough. I’ve also changed some convoluted cleanup code to just use rmtree, and removed dubious LBYL os.path.exists checks. The tests still pass on my machine, and leave no file in $TMP. test_shutil is not as clean as it could be, but I’ll stop here. Initial patch provided by Hynek Schlawack, in preparation for a new feature with new tests in #12715. | ||||
* | | | Brench merge | Éric Araujo | 2011-08-12 | 5 | -14/+11 |
|\ \ \ | |||||
| * | | | Use our existing drop-in, no-op decorator instead of redefining it. | Éric Araujo | 2011-08-11 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | Patch by Francisco Martin Brugue. | ||||
| * | | | Remove unused names in except clauses | Éric Araujo | 2011-08-10 | 1 | -3/+3 |
| | | | | |||||
| * | | | Revert cosmetic change. | Éric Araujo | 2011-08-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | A reminder: distutils only gets bug fixes. Cosmetic changes, especially in tests, are not worth the time spent, and can even make future merges of bugfixes a bit less easy. |