| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add some more module maintainers. | Mark Dickinson | 2009-09-17 | 2 | -108/+48 |
|
|
* | Typo. | Eric Smith | 2009-09-17 | 1 | -1/+1 |
|
|
* | Check in first draft of maintainers.rst. | R. David Murray | 2009-09-17 | 1 | -0/+284 |
|
|
* | Issue #6929: fix a couple of statements and clarify a lot of things in the IO... | Antoine Pitrou | 2009-09-17 | 1 | -68/+96 |
|
|
* | Blocked revisions 74873 via svnmerge | Georg Brandl | 2009-09-17 | 0 | -0/+0 |
|
|
* | Merged revisions 74869 via svnmerge from svn+ssh://pythondev@svn.python.org/p... | Georg Brandl | 2009-09-17 | 1 | -0/+12 |
|
|
* | Merged revisions 74862 via svnmerge from | Brett Cannon | 2009-09-17 | 1 | -0/+7 |
|
|
* | Bypass long_repr and _PyLong_Format for str(n), repr(n) | Mark Dickinson | 2009-09-17 | 1 | -8/+2 |
|
|
* | typo: Documenation -> Documentation | Mark Dickinson | 2009-09-17 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 74853 via svnmerge from | Mark Dickinson | 2009-09-16 | 0 | -0/+0 |
|
|
* | Issue #6713: Improve performance of str(n) and repr(n) for integers n | Mark Dickinson | 2009-09-16 | 3 | -0/+122 |
|
|
* | Merged revisions 74843 via svnmerge from | Mark Dickinson | 2009-09-16 | 1 | -4/+0 |
|
|
* | Merged revisions 74838-74839 via svnmerge from | Georg Brandl | 2009-09-16 | 2 | -27/+65 |
|
|
* | Merged revisions 74817-74820,74822-74824 via svnmerge from | Georg Brandl | 2009-09-16 | 7 | -33/+60 |
|
|
* | Blocked revisions 74832 via svnmerge | Georg Brandl | 2009-09-16 | 0 | -0/+0 |
|
|
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 59 | -567/+522 |
|
|
* | Use true booleans and PEP8 for argdefaults. | Georg Brandl | 2009-09-16 | 9 | -21/+21 |
|
|
* | Use true booleans. | Georg Brandl | 2009-09-16 | 1 | -3/+3 |
|
|
* | Small PEP8 correction. | Georg Brandl | 2009-09-16 | 1 | -3/+3 |
|
|
* | Use true booleans. | Georg Brandl | 2009-09-16 | 1 | -2/+2 |
|
|
* | Blocked revisions 74825 via svnmerge | Ezio Melotti | 2009-09-16 | 0 | -0/+0 |
|
|
* | #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 | 2 | -26/+31 |
|
|
* | 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 | 2 | -6/+26 |
|
|
* | Merged revisions 74798 via svnmerge from | Ronald Oussoren | 2009-09-15 | 1 | -12/+19 |
|
|
* | 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 |
|
|
* | Merged revisions 74773 via svnmerge from | Matthias Klose | 2009-09-13 | 2 | -2/+4 |
|
|
* | Merged revisions 74769 via svnmerge from | Mark Dickinson | 2009-09-13 | 1 | -7/+10 |
|
|
* | 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 |
|
|
* | py3k documentation has its own url | Benjamin Peterson | 2009-09-13 | 1 | -1/+1 |
|
|
* | Merged revisions 74757 via svnmerge from | Benjamin Peterson | 2009-09-13 | 1 | -4/+2 |
|
|
* | Merged revisions 74754 via svnmerge from | Ezio Melotti | 2009-09-12 | 7 | -6/+51 |
|
|
* | Merged revisions 74750 via svnmerge from | Lars Gustäbel | 2009-09-12 | 4 | -8/+76 |
|
|
* | 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 74464 via svnmerge from | Benjamin Peterson | 2009-09-11 | 3 | -11/+18 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 23 | -5310/+6020 |
|
|
* | Blocked revisions 74300,74490,74519,74631,74635-74637,74684,74721 via svnmerge | Benjamin Peterson | 2009-09-11 | 0 | -0/+0 |
|
|
* | Blocked revisions 74733-74734 via svnmerge | Benjamin Peterson | 2009-09-11 | 0 | -0/+0 |
|
|
* | #6888 fix the alias command with no arguments | Benjamin Peterson | 2009-09-11 | 2 | -2/+3 |
|
|
* | 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 |
|
|