- 7a48a8b Clarify point in name mangling doc. by Georg Brandl · 12 years ago
- 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
- 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
- 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 13 years ago
- b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 13 years ago
- 1be0576 #16677: merge with 3.2. by Ezio Melotti · 13 years ago
- 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 13 years ago
- 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 13 years ago
- 143d034 merge 3.2 by Benjamin Peterson · 13 years ago
- 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 13 years ago
- 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 13 years ago
- 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 13 years ago
- f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 13 years ago
- 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 13 years ago
- cf4710c Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 13 years ago
- 4268b3a #16677: rename section header and fix markup. by Ezio Melotti · 13 years ago
- 85307b4 #15355: Mention already-executing Exception in generator docs. by R David Murray · 13 years ago
- 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 13 years ago
- 93abdd1 Merge with 3.2 closes 14023 by Terry Jan Reedy · 13 years ago
- ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 13 years ago
- 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 14 years ago
- c86bb00 Fix label names. by Georg Brandl · 14 years ago
- 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
- 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 14 years ago
- 73ce5e7 really use backticks in string conversion definition; thanks to Jonathan Blakes from docs@ by Sandro Tosi · 14 years ago
- 4cfdb07 #12531: Fix spaces. by Ezio Melotti · 14 years ago
- 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 14 years ago
- 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 14 years ago
- 2cdf383 Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 14 years ago
- 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 14 years ago
- 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 15 years ago
- 7603fa0 Undo an accidental commit in r87812. by Brett Cannon · 15 years ago
- 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 15 years ago
- 50ba19e Use sentence case in section titles consistently by Alexander Belopolsky · 15 years ago
- 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 15 years ago
- 925914f Add sets to the precedence table. by Brett Cannon · 15 years ago
- 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 15 years ago
- 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
- 0930228 Merged revisions 84945 via svnmerge from by Georg Brandl · 15 years ago
- 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
- 6faee4e #9911: doc copyedits. by Georg Brandl · 15 years ago
- f1d633c Mention % as string formatting. by Georg Brandl · 15 years ago
- f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 15 years ago
- 0736767 Fix issue9132 - Documentation for comparing dictionaries is out of date by Senthil Kumaran · 15 years ago
- 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 15 years ago
- fb12044 Fix syntax. by Georg Brandl · 15 years ago
- 505add3 Merged revisions 79852 via svnmerge from by Mark Dickinson · 15 years ago
- a5db431 Issue #8259: Clarify that there's an upper bound on the right-hand operand of a shift operator. by Mark Dickinson · 15 years ago
- 6eba779 Fix typo in unicode character name. by Georg Brandl · 15 years ago
- c8bdc01 Fix typo in definition of 'in' keyword. by Stefan Krah · 15 years ago
- f8754a6 Update versionadded/changed. by Ezio Melotti · 15 years ago
- 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 15 years ago
- d22557c Fix typo. by Georg Brandl · 15 years ago
- 38c7203 #8039: document conditional expressions better, giving them their own section. by Georg Brandl · 15 years ago
- b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 16 years ago
- ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 16 years ago
- 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 16 years ago
- 2eee1d4 #6324: membership test tries iteration via __iter__. by Georg Brandl · 16 years ago
- 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 16 years ago
- fe800a3 #6618: fix invalid 3k syntax. by Georg Brandl · 16 years ago
- 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 16 years ago
- d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
- a5ebc26 <> is gone (almost). by Georg Brandl · 16 years ago
- c4f8b24 Merged revisions 71441 via svnmerge from by Georg Brandl · 16 years ago
- 5623e50 Let "lambda" point to the correct heading. by Georg Brandl · 16 years ago
- ae2dbe2 #5486: typos. by Georg Brandl · 16 years ago
- ba01dd9 Merged revisions 69769,69776 via svnmerge from by Benjamin Peterson · 16 years ago
- e7cb1ce #5310, #3558: fix operator precedence table. by Georg Brandl · 16 years ago
- c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 17 years ago
- 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
- c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
- 0cc818f Fix minor typos. by Raymond Hettinger · 17 years ago
- a2a08fb Issue 4090 and 4087: Further documentation of comparisons. by Raymond Hettinger · 17 years ago
- fe7c26d mention how to override boolean evaluation by Benjamin Peterson · 17 years ago
- dc529c1 #3923: fix undefined token. by Georg Brandl · 17 years ago
- 528cdb1 #3917: don't allow {} as a set display. by Georg Brandl · 17 years ago
- 9609cea #3803: fix docs for comparison of unequal types. by Georg Brandl · 17 years ago
- 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 17 years ago
- 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 17 years ago
- 38679e2 fix markup by Benjamin Peterson · 17 years ago
- 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 17 years ago
- a174a37 #3558: Attribute reference binds more tightly than subscription and call. by Georg Brandl · 17 years ago
- 734e268 Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-65562,65565,65591,65601,65608,65610,65639 via svnmerge from by Georg Brandl · 17 years ago
- 463f39d #3519: callee is an expression too. by Georg Brandl · 17 years ago
- e7c78b2 remove traces of .next by Benjamin Peterson · 17 years ago
- 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 17 years ago
- 3214a01 #1410739: add a footnote about "is" and "unusual" behavior. by Georg Brandl · 17 years ago
- 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 17 years ago
- 95817b3 Remove mentions of "plain" integers. by Georg Brandl · 17 years ago
- e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 17 years ago
- 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 17 years ago
- f8770fb #2677: add note that not all functions may accept keyword args. by Georg Brandl · 17 years ago
- 19baaad Add punctuation by Andrew M. Kuchling · 17 years ago
- 489343e Don't use the confusing term "set membership". by Georg Brandl · 17 years ago
- 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 17 years ago
- 8e67ef5 Expand a bit on genexp scopes. by Georg Brandl · 17 years ago
- c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 17 years ago
- 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
- faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 18 years ago
- f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago