| Commit message (Expand) | Author | Age | Files | Lines |
* | fix default value | Georg Brandl | 2009-09-26 | 1 | -1/+1 |
|
|
* | use new style optional args | Georg Brandl | 2009-09-26 | 1 | -1/+1 |
|
|
* | Merged revisions 75070 via svnmerge from | Ezio Melotti | 2009-09-26 | 1 | -6/+8 |
|
|
* | #6998: fix missing () on a print | Ezio Melotti | 2009-09-25 | 1 | -2/+2 |
|
|
* | Merged revisions 75039 via svnmerge from | Ezio Melotti | 2009-09-23 | 1 | -8/+9 |
|
|
* | Issue #1766304: Optimize membership testing for ranges: 'n in range(...)' | Mark Dickinson | 2009-09-22 | 1 | -0/+4 |
|
|
* | Merged revisions 75024 via svnmerge from | Brett Cannon | 2009-09-22 | 1 | -1/+1 |
|
|
* | #6969: make it explicit that configparser writes/reads text files, and fix th... | Georg Brandl | 2009-09-22 | 1 | -6/+9 |
|
|
* | Merged revisions 74984 via svnmerge from | Doug Hellmann | 2009-09-20 | 1 | -1/+1 |
|
|
* | Merged revisions 74970 via svnmerge from | Ronald Oussoren | 2009-09-20 | 1 | -1/+11 |
|
|
* | Merged revisions 74958 via svnmerge from | Ezio Melotti | 2009-09-20 | 1 | -10/+19 |
|
|
* | adjust signature | Benjamin Peterson | 2009-09-18 | 1 | -3/+3 |
|
|
* | Merged revisions 74929 via svnmerge from | Benjamin Peterson | 2009-09-18 | 1 | -4/+8 |
|
|
* | #6935: update version. | Georg Brandl | 2009-09-18 | 1 | -4/+4 |
|
|
* | Merged revisions 74868,74877-74878 via svnmerge from | Georg Brandl | 2009-09-17 | 1 | -471/+519 |
|
|
* | Issue #6929: fix a couple of statements and clarify a lot of things in the IO... | Antoine Pitrou | 2009-09-17 | 1 | -68/+96 |
|
|
* | Merged revisions 74862 via svnmerge from | Brett Cannon | 2009-09-17 | 1 | -0/+7 |
|
|
* | Merged revisions 74817-74820,74822-74824 via svnmerge from | Georg Brandl | 2009-09-16 | 7 | -33/+60 |
|
|
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 59 | -567/+522 |
|
|
* | #6885: run python 3 as python3. | Georg Brandl | 2009-09-16 | 1 | -1/+1 |
|
|
* | #6910 - for->or typo | Ezio Melotti | 2009-09-16 | 1 | -1/+1 |
|
|
* | updated the doc to match the module docstring, fixed a couple of errors in th... | Ezio Melotti | 2009-09-16 | 1 | -11/+17 |
|
|
* | Do not document the most important (at least for Guido) future import. | Georg Brandl | 2009-09-15 | 1 | -3/+1 |
|
|
* | Merged revisions 74806 via svnmerge from | Ronald Oussoren | 2009-09-15 | 1 | -1/+6 |
|
|
* | Merged revisions 74799 via svnmerge from | Ezio Melotti | 2009-09-15 | 1 | -1/+1 |
|
|
* | Py_(Set|Get)PythonHome use wchar_t #6913 | Benjamin Peterson | 2009-09-15 | 1 | -2/+2 |
|
|
* | Recorded merge of revisions 74791 via svnmerge from | Georg Brandl | 2009-09-14 | 1 | -4/+34 |
|
|
* | Merged revisions 74787 via svnmerge from | Ezio Melotti | 2009-09-14 | 1 | -1/+1 |
|
|
* | typo: string values *have* to be | Ezio Melotti | 2009-09-13 | 1 | -1/+1 |
|
|
* | fixed more examples that were using u"", print without () and unicode/str ins... | Ezio Melotti | 2009-09-13 | 10 | -52/+50 |
|
|
* | small fixes in the examples and in the markup | Ezio Melotti | 2009-09-13 | 1 | -11/+12 |
|
|
* | more list()s on dictviews | Ezio Melotti | 2009-09-13 | 5 | -9/+8 |
|
|
* | Merged revisions 74750 via svnmerge from | Lars Gustäbel | 2009-09-12 | 1 | -2/+25 |
|
|
* | Fix typo. | R. David Murray | 2009-09-12 | 1 | -1/+1 |
|
|
* | d.items() -> list(d.items()) in the examples | Ezio Melotti | 2009-09-12 | 1 | -4/+4 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 10 | -37/+61 |
|
|
* | kill reference to default encoding #6889 | Benjamin Peterson | 2009-09-11 | 1 | -3/+2 |
|
|
* | Merged revisions 74737 via svnmerge from | Georg Brandl | 2009-09-09 | 1 | -9/+13 |
|
|
* | Merged revisions 74633 via svnmerge from | Georg Brandl | 2009-09-03 | 1 | -6/+8 |
|
|
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 39 | -160/+134 |
|
|
* | #6819: fix typo. | Georg Brandl | 2009-09-02 | 1 | -1/+1 |
|
|
* | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,... | Georg Brandl | 2009-09-01 | 10 | -32/+42 |
|
|
* | #6732: fix return value of module init function in example. | Georg Brandl | 2009-09-01 | 1 | -0/+1 |
|
|
* | #6754: remove old struct member nb_inplace_divide. | Georg Brandl | 2009-09-01 | 1 | -1/+0 |
|
|
* | Recorded merge of revisions 74614 via svnmerge from | Georg Brandl | 2009-09-01 | 2 | -6/+16 |
|
|
* | #6814: remove traces of xrange(). | Georg Brandl | 2009-09-01 | 2 | -4/+4 |
|
|
* | Doc fix for issue2637. | Senthil Kumaran | 2009-08-31 | 1 | -1/+2 |
|
|
* | Document the import semantics that if None is found in sys.modules for a modu... | Brett Cannon | 2009-08-30 | 1 | -1/+3 |
|
|
* | the old buffer object doesn't exist in Python 3 #6659 | Benjamin Peterson | 2009-08-26 | 1 | -5/+15 |
|
|
* | Merged revisions 74533 via svnmerge from | Tarek Ziadé | 2009-08-21 | 1 | -4/+6 |
|
|