| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge issue #21667 from 3.4 | Nick Coghlan | 2014-06-07 | 1 | -9/+10 |
|\ |
|
| * | Issue #21667: Clarify string data model description | Nick Coghlan | 2014-06-07 | 1 | -9/+10 |
|
|
* | | Merge #21662: fix typo, improve sentence flow | R David Murray | 2014-06-05 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #21662: fix typo, improve sentence flow | R David Murray | 2014-06-05 | 1 | -3/+3 |
|
|
* | | merge | Raymond Hettinger | 2014-05-27 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue 21439: Minor issues in the reference manual. | Raymond Hettinger | 2014-05-27 | 1 | -2/+2 |
|
|
* | | merge 3.4 | Benjamin Peterson | 2014-05-11 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | remove confusing delete indexing (closes #21466) | Benjamin Peterson | 2014-05-11 | 1 | -2/+0 |
|
|
| * | docs: Better wording for __objclass__ docs. Issue #19281 | Yury Selivanov | 2014-04-08 | 1 | -6/+6 |
|
|
| * | docs: Document __objclass__. Closes #19281. | Yury Selivanov | 2014-04-08 | 1 | -0/+8 |
|
|
| * | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -5/+13 |
|
|
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -28/+32 |
|
|
* | | docs: Better wording for __objclass__ docs. Issue #19281 | Yury Selivanov | 2014-04-08 | 1 | -6/+6 |
|
|
* | | docs: Document __objclass__. Closes #19281. | Yury Selivanov | 2014-04-08 | 1 | -0/+8 |
|
|
* | | Merge #19953: Clarify the wording of the augmented assignment discussion. | R David Murray | 2014-03-09 | 1 | -5/+7 |
|\ \ |
|
| * | | #19953: Clarify the wording of the augmented assignment discussion. | R David Murray | 2014-03-09 | 1 | -5/+7 |
|
|
* | | | whatsnew: LOAD_CLASSDEREF, -X showrefcount | R David Murray | 2014-02-12 | 1 | -0/+2 |
|
|
* | | | whatsnew: object.__format__ raises TypeError on non-empty string. | R David Murray | 2014-02-11 | 1 | -0/+4 |
| |/
|/| |
|
* | | Issue19995: %o, %x, %X now only accept ints | Ethan Furman | 2014-01-05 | 1 | -3/+11 |
|
|
* | | merge 3.3 (#20110) | Benjamin Peterson | 2014-01-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | correct word for __annotations__ doc (closes #20110) | Benjamin Peterson | 2014-01-02 | 1 | -1/+1 |
|
|
* | | Merge with 3.3 | Zachary Ware | 2013-12-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | str subclasses may have non-empty __slots__, bytes subclasses can't. | Zachary Ware | 2013-12-31 | 1 | -1/+1 |
|
|
* | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|
|
* | | Issue #19190: Improve cross-references in builtin types and functions documen... | Serhiy Storchaka | 2013-10-09 | 1 | -22/+24 |
|\ \
| |/ |
|
| * | Issue #19190: Improve cross-references in builtin types and functions documen... | Serhiy Storchaka | 2013-10-09 | 1 | -22/+24 |
|
|
* | | Issue #17934: Add a clear() method to frame objects, to help clean up expensi... | Antoine Pitrou | 2013-08-05 | 1 | -0/+14 |
|
|
* | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -6/+4 |
|
|
* | | - Issue #18440: Clarify that `hash()` can truncate the value returned from an | Barry Warsaw | 2013-07-15 | 1 | -4/+15 |
|\ \
| |/ |
|
| * | - Issue #18440: Clarify that `hash()` can truncate the value returned from an | Barry Warsaw | 2013-07-15 | 1 | -4/+15 |
|
|
* | | Merge with 3.3. | Georg Brandl | 2013-03-28 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Closes #4159: add LaTeX tabular column specifications to tables that otherwis... | Georg Brandl | 2013-03-28 | 1 | -0/+2 |
|
|
* | | Merge from 3.3: Add a str class entry to the string section (issue #16209). | Chris Jerdonek | 2012-11-28 | 1 | -5/+7 |
|\ \
| |/ |
|
| * | Add a str class entry to the "Text Sequence Type" section (issue #16209). | Chris Jerdonek | 2012-11-28 | 1 | -5/+7 |
|
|
* | | Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). | Chris Jerdonek | 2012-11-21 | 1 | -10/+18 |
|\ \
| |/ |
|
| * | Improve str() and object.__str__() documentation (issue #13538). | Chris Jerdonek | 2012-11-21 | 1 | -10/+18 |
|
|
| * | merge 3.2 | Benjamin Peterson | 2012-10-12 | 1 | -4/+4 |
| |\ |
|
* | \ | Merge __next__ method link fixes with 3.3. | Ezio Melotti | 2012-10-12 | 1 | -3/+3 |
|\ \ \ |
|
| * \ \ | Merge __next__ method link fixes with 3.2. | Ezio Melotti | 2012-10-12 | 1 | -3/+3 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Fix links to the __next__ method. | Ezio Melotti | 2012-10-12 | 1 | -3/+3 |
|
|
* | | | | Merge from 3.3: Fix link to str.format() in docs. | Chris Jerdonek | 2012-10-12 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge from 3.2: Fix link to str.format() in docs. | Chris Jerdonek | 2012-10-12 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | Fix link to str.format() in docs. | Chris Jerdonek | 2012-10-12 | 1 | -1/+1 |
|
|
| * | | Merge: Close open bracket, thanks to Josh Helzer from docs@ | Andrew Svetlov | 2012-10-02 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Fix markup. | Ezio Melotti | 2012-10-07 | 1 | -1/+1 |
|
|
* | | | Issue #16148: Small improvements and cleanup. Added version information | Armin Ronacher | 2012-10-07 | 1 | -0/+9 |
|
|
* | | | Merge: Close open bracket, thanks to Josh Helzer from docs@ | Andrew Svetlov | 2012-10-02 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Close open bracket, thanks to Josh Helzer from docs@ | Andrew Svetlov | 2012-10-02 | 1 | -1/+1 |
|
|
* | | Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__. | R David Murray | 2012-09-11 | 1 | -13/+13 |
|\ \
| |/ |
|