| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 ... | Georg Brandl | 2010-10-06 | 1 | -4/+4 |
|
|
| * | Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv... | Georg Brandl | 2010-10-06 | 3 | -14/+31 |
|
|
| * | Merged revisions 85156 via svnmerge from | Senthil Kumaran | 2010-10-02 | 1 | -16/+16 |
|
|
| * | Merged revisions 84827-84829 via svnmerge from | Antoine Pitrou | 2010-09-15 | 1 | -3/+3 |
|
|
| * | Clarify where support for negative indices fall in the language hierarchy. | Raymond Hettinger | 2010-09-15 | 1 | -5/+12 |
|
|
| * | Merged revisions 82899 via svnmerge from | Senthil Kumaran | 2010-07-14 | 1 | -12/+3 |
|
|
| * | Merged revisions 82301 via svnmerge from | Georg Brandl | 2010-07-11 | 2 | -8/+8 |
|
|
| * | Merged revisions 82373 via svnmerge from | Benjamin Peterson | 2010-06-29 | 1 | -9/+9 |
|
|
| * | Merged revisions 82354 via svnmerge from | Benjamin Peterson | 2010-06-29 | 1 | -6/+4 |
|
|
| * | Fix duplicate paragraph. | Georg Brandl | 2010-06-27 | 1 | -4/+0 |
|
|
| * | Merged revisions 81365,81367 via svnmerge from | Georg Brandl | 2010-05-19 | 1 | -0/+40 |
|
|
| * | Merged revisions 79553 via svnmerge from | Stefan Krah | 2010-04-01 | 1 | -1/+1 |
|
|
| * | Note: only the relevant parts of r79474 are merged. | Florent Xicluna | 2010-03-28 | 1 | -1/+1 |
|
|
| * | Merged revisions 77937 via svnmerge from | Benjamin Peterson | 2010-02-03 | 1 | -11/+10 |
|
|
| * | Merged revisions 77300 via svnmerge from | Antoine Pitrou | 2010-01-04 | 1 | -10/+13 |
|
|
| * | Merged revisions 75797 via svnmerge from | Georg Brandl | 2009-10-27 | 4 | -29/+47 |
|
|
| * | Merged revisions 75393,75416,75581,75609,75615 via svnmerge from | Georg Brandl | 2009-10-27 | 2 | -4/+4 |
|
|
| * | Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 74821,74828-74831,74833,74835 via svnmerge from | Georg Brandl | 2009-09-16 | 1 | -10/+21 |
|
|
| * | Merged revisions 74815 via svnmerge from | Ezio Melotti | 2009-09-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 74613,74615,74619-74620,74622 via svnmerge from | Georg Brandl | 2009-09-01 | 1 | -0/+2 |
|
|
| * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 4 | -9/+9 |
|
|
| * | Merged revisions 74297 via svnmerge from | Georg Brandl | 2009-08-03 | 1 | -1/+1 |
|
|
| * | Merged revisions 73868 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-07 | 1 | -5/+5 |
|
|
* | | Merged revisions 88658 via svnmerge from | Benjamin Peterson | 2011-02-26 | 1 | -3/+1 |
|
|
* | | Fix a few doc errors, mostly undefined keywords. | Georg Brandl | 2011-01-15 | 2 | -6/+6 |
|
|
* | | Undo an accidental commit in r87812. | Brett Cannon | 2011-01-06 | 1 | -1/+1 |
|
|
* | | Get --coverage to be an acceptable flag for test.regrtest again. | Brett Cannon | 2011-01-06 | 1 | -1/+1 |
|
|
* | | Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. | Georg Brandl | 2011-01-06 | 2 | -9/+8 |
|
|
* | | Issue #10542: Document that identifiers use XID_Start XID_Continue*. | Martin v. Löwis | 2010-12-30 | 1 | -1/+5 |
|
|
* | | Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) | Éric Araujo | 2010-12-26 | 1 | -1/+1 |
|
|
* | | Both PEP 3131 and the current implementation use NFKC normalization | Alexander Belopolsky | 2010-12-22 | 1 | -2/+2 |
|
|
* | | Use sentence case in section titles consistently | Alexander Belopolsky | 2010-12-15 | 1 | -1/+1 |
|
|
* | | Add missing word, and add a better reference to the actual function. | Georg Brandl | 2010-12-01 | 1 | -3/+4 |
|
|
* | | Remove unnecessary `object` base class in docs (#10366). | Éric Araujo | 2010-11-22 | 2 | -2/+11 |
|
|
* | | Add sets to the precedence table. | Brett Cannon | 2010-11-21 | 1 | -0/+1 |
|
|
* | | Remove duplicate period from reference doc | Michael Foord | 2010-11-18 | 1 | -1/+1 |
|
|
* | | use appropriate markup | Fred Drake | 2010-11-13 | 1 | -1/+1 |
|
|
* | | #9117: fix syntax for class definition. | Georg Brandl | 2010-10-17 | 1 | -3/+6 |
|
|
* | | prefer clearing global objects to obscure module.__dict__ bugs #10068 | Benjamin Peterson | 2010-10-12 | 1 | -0/+7 |
|
|
* | | Fix errors found by "make suspicious". | Georg Brandl | 2010-10-06 | 2 | -2/+2 |
|
|
* | | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | | Fix - issue10010 .. index:: position in the docs. | Senthil Kumaran | 2010-10-02 | 1 | -16/+16 |
|
|
* | | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | | Mention % as string formatting. | Georg Brandl | 2010-09-20 | 1 | -0/+3 |
|
|
* | | Add a glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -3/+3 |
|
|
* | | Clarify where support for negative indices fall in the language hierarchy. | Raymond Hettinger | 2010-09-15 | 1 | -5/+12 |
|
|
* | | add newline | Benjamin Peterson | 2010-09-10 | 1 | -0/+1 |
|
|
* | | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -5/+4 |
|
|
* | | #9760: clarify what context expression is. | Georg Brandl | 2010-09-03 | 1 | -1/+2 |
|
|