| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix now-wrong :keyword: markup. Remove the section about | Georg Brandl | 2008-01-20 | 3 | -35/+2 |
|
|
* | Fix two oversights in C API split. | Georg Brandl | 2008-01-20 | 2 | -1/+2 |
|
|
* | Fix markup. | Georg Brandl | 2008-01-20 | 1 | -1/+2 |
|
|
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 45 | -5377/+7288 |
|
|
* | Remove versionadded tag. | Georg Brandl | 2008-01-20 | 1 | -2/+0 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 20 | -1905/+278 |
|
|
* | #1867: fix a few 3.0 incompatibilities in pydoc. | Georg Brandl | 2008-01-19 | 1 | -3/+3 |
|
|
* | Merged revisions 60080-60089,60091-60093 via svnmerge from | Georg Brandl | 2008-01-19 | 21 | -40/+301 |
|
|
* | Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed | Facundo Batista | 2008-01-19 | 3 | -5/+37 |
|
|
* | Merged revisions 60053-60078 via svnmerge from | Christian Heimes | 2008-01-19 | 14 | -139/+312 |
|
|
* | Fix 3k's sphinx-build.py so that the version detection works with 2.x and 3.x. | Georg Brandl | 2008-01-19 | 1 | -2/+2 |
|
|
* | Merged revisions 60043-60052 via svnmerge from | Christian Heimes | 2008-01-18 | 5 | -33/+345 |
|
|
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 29 | -79/+538 |
|
|
* | Merged revisions 60001,60003-60004,60008 via svnmerge from | Thomas Heller | 2008-01-17 | 5 | -18/+66 |
|
|
* | Update the py3k version of the rational module to expose only methods needed by | Jeffrey Yasskin | 2008-01-17 | 3 | -53/+20 |
|
|
* | Sync-up Queue.py with Py2.6 | Raymond Hettinger | 2008-01-17 | 2 | -9/+66 |
|
|
* | __floordiv__ returns an int in 3.0. | Jeffrey Yasskin | 2008-01-16 | 1 | -4/+2 |
|
|
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 17 | -436/+997 |
|
|
* | Refactor if/elif chain for clarity and speed | Raymond Hettinger | 2008-01-15 | 1 | -11/+10 |
|
|
* | Patch #1830 by Peter Harris, fix some 2.x-isms. | Guido van Rossum | 2008-01-15 | 1 | -7/+3 |
|
|
* | long(float('nan')) raises an OverflowError as discussed on the mailing list a... | Christian Heimes | 2008-01-15 | 3 | -2/+7 |
|
|
* | Fixed merge accident | Christian Heimes | 2008-01-15 | 1 | -905/+0 |
|
|
* | Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t... | Raymond Hettinger | 2008-01-14 | 5 | -63/+37 |
|
|
* | Merged revisions 59933-59951 via svnmerge from | Christian Heimes | 2008-01-14 | 13 | -60/+336 |
|
|
* | Take Tim's advice and have random.sample() support only sequences and sets. | Raymond Hettinger | 2008-01-14 | 4 | -49/+22 |
|
|
* | Remove defunct parts of the random module | Raymond Hettinger | 2008-01-13 | 6 | -360/+32 |
|
|
* | Use bash, so echo -n will do the right thing. | Guido van Rossum | 2008-01-12 | 1 | -1/+1 |
|
|
* | Merged revisions 59921-59932 via svnmerge from | Christian Heimes | 2008-01-12 | 14 | -142/+318 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 20 | -125/+203 |
|
|
* | Fix markup. | Georg Brandl | 2008-01-11 | 1 | -3/+3 |
|
|
* | Good catch Neal! | Christian Heimes | 2008-01-11 | 2 | -2/+4 |
|
|
* | Added the test cases I actually meant to add. | Eric Smith | 2008-01-11 | 1 | -0/+5 |
|
|
* | Simplifed argument parsing in object.__format__, added test case. | Eric Smith | 2008-01-11 | 2 | -5/+5 |
|
|
* | Fixed print -> print() | Christian Heimes | 2008-01-10 | 1 | -2/+2 |
|
|
* | Merged revisions 59864-59882 via svnmerge from | Christian Heimes | 2008-01-10 | 9 | -53/+73 |
|
|
* | Merged revisions 59843-59863 via svnmerge from | Christian Heimes | 2008-01-09 | 18 | -72/+436 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 21 | -122/+1293 |
|
|
* | Always define Py_USING_UNICODE, 3rd party software may depend on it. A missin... | Christian Heimes | 2008-01-07 | 1 | -0/+3 |
|
|
* | Another patch for #1762972: __file__ points to the py file instead pyo/pyc file | Christian Heimes | 2008-01-07 | 3 | -5/+63 |
|
|
* | Fix issue1753: TextIOWrapper.write writes utf BOM for every string. | Alexandre Vassalotti | 2008-01-07 | 2 | -4/+26 |
|
|
* | Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config... | Georg Brandl | 2008-01-07 | 9 | -131/+92 |
|
|
* | Fix merge glitch. | Georg Brandl | 2008-01-07 | 1 | -2/+2 |
|
|
* | Copied doc for reload() from trunk's function.rst to imp.rst | Christian Heimes | 2008-01-07 | 20 | -48/+465 |
|
|
* | Issue #1762972: Readded the reload() function as imp.reload() | Christian Heimes | 2008-01-07 | 3 | -0/+60 |
|
|
* | Remove paragraph about old-style classes. | Georg Brandl | 2008-01-07 | 1 | -9/+1 |
|
|
* | Fix reverse Ximenez symptom. | Georg Brandl | 2008-01-07 | 1 | -1/+1 |
|
|
* | Fix note markup. | Georg Brandl | 2008-01-07 | 1 | -2/+2 |
|
|
* | Remove obsolete note. | Georg Brandl | 2008-01-07 | 1 | -37/+19 |
|
|
* | Clean up PyString_Size(). | Alexandre Vassalotti | 2008-01-07 | 1 | -14/+7 |
|
|
* | Missed one because of indirection. | Georg Brandl | 2008-01-06 | 1 | -1/+1 |
|
|