Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change word | Benjamin Peterson | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | make __doc__ mutable on heaptypes (closes #12773) | Benjamin Peterson | 2011-08-17 | 3 | -1/+25 |
| | |||||
* | factor out common checks for setting special type attributes | Benjamin Peterson | 2011-08-17 | 1 | -27/+19 |
| | |||||
* | improve test name | Benjamin Peterson | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | crush other possible refleaks in this section | Benjamin Peterson | 2011-08-17 | 1 | -0/+1 |
| | |||||
* | merge 3.2 | Benjamin Peterson | 2011-08-17 | 1 | -1/+3 |
|\ | |||||
| * | fix possible refleaks | Benjamin Peterson | 2011-08-17 | 1 | -1/+3 |
| | | |||||
* | | complain when a class variable shadows a name in __slots__ (closes #12766) | Benjamin Peterson | 2011-08-16 | 3 | -0/+17 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2011-08-16 | 6 | -6/+9 |
|\ \ | |||||
| * \ | merge heads | Sandro Tosi | 2011-08-16 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | Use -n for tests under Windows | Antoine Pitrou | 2011-08-16 | 1 | -0/+2 |
| | | | | |||||
| * | | | merge with 3.2 | Sandro Tosi | 2011-08-16 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | #12761: fix wording of zlib license section | Sandro Tosi | 2011-08-16 | 1 | -1/+1 |
| | | | |||||
| * | | Branch merge | Éric Araujo | 2011-08-16 | 3 | -4/+5 |
| |\ \ | |||||
| | * \ | Merge Makefile fix from 3.2 (thanks Georg) | Éric Araujo | 2011-08-16 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Revert change that was not a syntax fix but actually a behavior change | Éric Araujo | 2011-08-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Move versionadded directive to the top level, as we do in other files | Éric Araujo | 2011-08-16 | 1 | -2/+3 |
| | | | | |||||
| | * | | Fix typo | Éric Araujo | 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 |
|/ / | |||||
* | | #12204: merge with 3.2. | Ezio Melotti | 2011-08-15 | 1 | -18/+21 |
|\ \ | |/ | |||||
| * | #12204: document that str.upper().isupper() might be False and add a note ↵ | Ezio Melotti | 2011-08-15 | 1 | -18/+21 |
| | | | | | | | | about cased characters. | ||||
* | | #12266: merge with 3.2. | Ezio Melotti | 2011-08-15 | 3 | -2/+22 |
|\ \ | |/ | |||||
| * | #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ↵ | Ezio Melotti | 2011-08-15 | 3 | -2/+31 |
| | | | | | | | | cased non-letter characters. | ||||
* | | #12725: merge with 3.2. | Ezio Melotti | 2011-08-14 | 3 | -6/+7 |
|\ \ | |/ | |||||
| * | #12725: fix working. Patch by Ben Hayden. | Ezio Melotti | 2011-08-14 | 3 | -6/+7 |
| | | |||||
* | | Monotonic, not monotonous | Antoine Pitrou | 2011-08-13 | 1 | -1/+1 |
| | | |||||
* | | Followup to 8e824e09924a: fix regression on 32-bit builds | Antoine Pitrou | 2011-08-13 | 1 | -2/+5 |
| | | |||||
* | | Issue #12744: Fix inefficient representation of integers | Antoine Pitrou | 2011-08-13 | 3 | -1/+14 |
| | | | | | | | | 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 |
| | | |||||
* | | Fix incorrect comment in zlib.Decompress.flush(). | Nadeem Vawda | 2011-08-13 | 1 | -3/+1 |
| | | | | | | | | Reported by Oleg Oshmyan in issue #12646. | ||||
* | | Issue #12646: Add an 'eof' attribute to zlib.Decompress. | Nadeem Vawda | 2011-08-13 | 4 | -14/+48 |
| | | | | | | | | | | | | 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 | 3 | -2/+15 |
|\ \ | |/ | |||||
| * | Fix #11513: wrong exception handling for the case that GzipFile itself ↵ | Georg Brandl | 2011-08-13 | 3 | -2/+15 |
| | | | | | | | | 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 | ||||
* | | include header with PyAST_Validate | Benjamin Peterson | 2011-08-13 | 1 | -0/+3 |
| | | |||||
* | | merge 3.2 (#12732) | Benjamin Peterson | 2011-08-13 | 4 | -8/+30 |
|\ \ | |/ | |||||
| * | in narrow builds, make sure to test codepoints as identifier characters ↵ | Benjamin Peterson | 2011-08-13 | 4 | -8/+30 |
| | | | | | | | | | | | | (closes #12732) This fixes the use of Unicode identifiers outside the BMP in narrow builds. | ||||
* | | merge with 3.2 | Sandro Tosi | 2011-08-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | let PySequence_Check me a link; thanks to tomo cocoa from docs@ | Sandro Tosi | 2011-08-12 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.2 | Éric Araujo | 2011-08-12 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Branch merge | Éric Araujo | 2011-08-12 | 2 | -12/+12 |
| |\ | |||||
| | * | Update crlf and lfcr scripts for 3.x bytes semantics (#12032). | Éric Araujo | 2011-08-12 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | Changes to crlf originally by Victor Stinner for 3.3, copied to lfcr by me. Manually tested. | ||||
* | | | Branch merge | Éric Araujo | 2011-08-12 | 1 | -96/+69 |
|\ \ \ | |||||
| * | | | 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. | ||||
* | | | | merge with 3.2 | Sandro Tosi | 2011-08-12 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | it's 'rather than'; reported by James Bateman on docs@ | Sandro Tosi | 2011-08-12 | 1 | -1/+1 |
| |/ |