| Commit message (Expand) | Author | Age | Files | Lines |
* | #9200: merge with 3.2. | Ezio Melotti | 2011-08-22 | 1 | -41/+51 |
|\ |
|
| * | #9200: The str.is* methods now work with strings that contain non-BMP charact... | Ezio Melotti | 2011-08-22 | 1 | -41/+60 |
|
|
* | | Issue #12791: Break reference cycles early when a generator exits with an exc... | Antoine Pitrou | 2011-08-20 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Issue #12791: Break reference cycles early when a generator exits with an exc... | Antoine Pitrou | 2011-08-20 | 1 | -0/+11 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-08-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | the named of the character is actually NUL | Benjamin Peterson | 2011-08-18 | 1 | -1/+1 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-08-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | NUL -> NULL | Benjamin Peterson | 2011-08-18 | 1 | -1/+1 |
|
|
* | | make __doc__ mutable on heaptypes (closes #12773) | Benjamin Peterson | 2011-08-17 | 1 | -1/+10 |
|
|
* | | factor out common checks for setting special type attributes | Benjamin Peterson | 2011-08-17 | 1 | -27/+19 |
|
|
* | | 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 | 1 | -0/+6 |
|
|
* | | #12266: merge with 3.2. | Ezio Melotti | 2011-08-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ... | Ezio Melotti | 2011-08-15 | 1 | -2/+2 |
|
|
* | | merge 3.2 (#12732) | Benjamin Peterson | 2011-08-13 | 1 | -8/+23 |
|\ \
| |/ |
|
| * | in narrow builds, make sure to test codepoints as identifier characters (clos... | Benjamin Peterson | 2011-08-13 | 1 | -8/+23 |
|
|
* | | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | Brian Curtin | 2011-08-11 | 18 | -104/+54 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-07-30 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | remove duplicated type ready | Benjamin Peterson | 2011-07-30 | 1 | -3/+0 |
|
|
* | | also make NotImplementedType callable | Benjamin Peterson | 2011-07-29 | 1 | -0/+35 |
|
|
* | | make the types of None and Ellipsis callable | Benjamin Peterson | 2011-07-29 | 2 | -0/+63 |
|
|
* | | Issue 12647: Add __bool__() method to the None object. | Raymond Hettinger | 2011-07-28 | 1 | -2/+44 |
|
|
* | | merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind met... | Senthil Kumaran | 2011-07-27 | 3 | -6/+6 |
|\ \
| |/ |
|
| * | Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/byt... | Senthil Kumaran | 2011-07-27 | 3 | -6/+6 |
|
|
* | | Merge from 3.2. | Eric V. Smith | 2011-07-18 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Closes #12579. Positional fields with str.format_map() now raise a ValueError... | Eric V. Smith | 2011-07-18 | 1 | -0/+10 |
|
|
* | | Issue #11603: Fix a crash when __str__ is rebound as __repr__. | Antoine Pitrou | 2011-07-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #11603: Fix a crash when __str__ is rebound as __repr__. | Antoine Pitrou | 2011-07-15 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #11603: Fix a crash when __str__ is rebound as __repr__. | Antoine Pitrou | 2011-07-15 | 1 | -1/+1 |
|
|
* | | | Issue #12149: Update the method cache after a type's dictionnary gets | Antoine Pitrou | 2011-07-12 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #12149: Update the method cache after a type's dictionnary gets | Antoine Pitrou | 2011-07-12 | 1 | -0/+2 |
|
|
* | | | Issue #9642: Uniformize the tests on the availability of the mbcs codec | Victor Stinner | 2011-07-04 | 1 | -6/+6 |
|
|
* | | | merge from 3.2 | Senthil Kumaran | 2011-07-04 | 1 | -3/+1 |
|\ \ \
| |/ / |
|
| * | | Fix closes issue12471 - wrong TypeError message when '%i' format spec was used. | Senthil Kumaran | 2011-07-04 | 1 | -3/+1 |
|
|
* | | | this is expressed better as a for loop | Benjamin Peterson | 2011-07-03 | 1 | -4/+2 |
|
|
* | | | merge from 3.2 | Senthil Kumaran | 2011-06-27 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Fix closes Issue12385 - Clarify maketrans method docstring for bytes and byte... | Senthil Kumaran | 2011-06-27 | 1 | -4/+4 |
|
|
* | | | map cells to arg slots at code creation time (closes #12399) | Benjamin Peterson | 2011-06-26 | 1 | -29/+65 |
|
|
* | | | use a invalid name for the __class__ closure for super() (closes #12370) | Benjamin Peterson | 2011-06-20 | 1 | -1/+1 |
|
|
* | | | quaint and completely out of date comment | Benjamin Peterson | 2011-06-11 | 1 | -3/+2 |
|
|
* | | | allow __dir__ to return any sequence | Benjamin Peterson | 2011-06-11 | 1 | -30/+15 |
|
|
* | | | remove __version__s dependent on subversion keyword expansion (closes #12221) | Benjamin Peterson | 2011-06-01 | 2 | -2/+2 |
|
|
* | | | Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error | Victor Stinner | 2011-05-30 | 1 | -1/+2 |
|
|
* | | | Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions | Victor Stinner | 2011-05-27 | 2 | -2/+2 |
|
|
* | | | SystemExit_init(): avoid an useless test | Victor Stinner | 2011-05-26 | 1 | -1/+1 |
|
|
* | | | set_repr(): handle correctly PyUnicode_FromUnicode() error (MemoryError) | Victor Stinner | 2011-05-26 | 1 | -9/+11 |
|
|
* | | | Avoid useless "++" at the end of functions | Victor Stinner | 2011-05-26 | 2 | -3/+3 |
|
|
* | | | indicate return value on __dir__ methods | Benjamin Peterson | 2011-05-24 | 2 | -3/+3 |
|
|