| Commit message (Expand) | Author | Age | Files | Lines |
* | Tkinter, step 3: doc updates. | Georg Brandl | 2008-05-17 | 7 | -96/+95 |
* | Merged revisions 63361-63373,63375,63377-63380 via svnmerge from | Alexandre Vassalotti | 2008-05-16 | 5 | -7/+9 |
* | Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab... | Georg Brandl | 2008-05-16 | 1 | -2/+2 |
* | Rename the repr module to reprlib. | Alexandre Vassalotti | 2008-05-16 | 1 | -5/+8 |
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 1 | -5/+5 |
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 2 | -11/+11 |
* | Remove the statvfs module. | Brett Cannon | 2008-05-16 | 3 | -74/+0 |
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 5 | -22/+27 |
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 14 | -72/+138 |
* | Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-... | Alexandre Vassalotti | 2008-05-15 | 3 | -164/+177 |
* | Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,... | Alexandre Vassalotti | 2008-05-15 | 4 | -6/+28 |
* | Fix json examples so they would actually work in Py3k | Benjamin Peterson | 2008-05-15 | 1 | -8/+8 |
* | Renamed ConfigParser to configparser. | Alexandre Vassalotti | 2008-05-14 | 3 | -34/+35 |
* | Convert a lot of print statements to print functions in docstrings, | Neal Norwitz | 2008-05-13 | 8 | -24/+24 |
* | Remove merge conflict | Neal Norwitz | 2008-05-13 | 1 | -5/+0 |
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 17 | -1754/+1 |
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 35 | -234/+78 |
* | Remove deprecated Tester class from doctest module. | Georg Brandl | 2008-05-12 | 1 | -17/+10 |
* | range() returns an iterable, not an iterator. | Georg Brandl | 2008-05-12 | 1 | -2/+2 |
* | Fix typo. | Georg Brandl | 2008-05-12 | 1 | -1/+1 |
* | Document the 'n' integer presentation type for str.format(). | Eric Smith | 2008-05-12 | 1 | -0/+4 |
* | Remove the multifile module as deprecated by PEP 4. | Brett Cannon | 2008-05-12 | 2 | -192/+0 |
* | Renamed the SocketServer module to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 5 | -14/+13 |
* | Revert commit r63088. | Alexandre Vassalotti | 2008-05-11 | 1 | -3/+4 |
* | Remove old backwards-compatibility classes from the cgi module. | Georg Brandl | 2008-05-11 | 1 | -29/+6 |
* | #756982: Remove rfc822 reference. | Georg Brandl | 2008-05-11 | 1 | -5/+2 |
* | Renamed PixMapWrapper module to pixmapwrapper. | Alexandre Vassalotti | 2008-05-11 | 1 | -4/+3 |
* | Rename Queue module to queue. | Alexandre Vassalotti | 2008-05-11 | 2 | -5/+5 |
* | Update the codecs docs w.r.t. str/bytes. | Georg Brandl | 2008-05-11 | 1 | -78/+63 |
* | Remove mentions of "plain" integers. | Georg Brandl | 2008-05-11 | 4 | -30/+31 |
* | #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge... | Georg Brandl | 2008-05-11 | 1 | -127/+0 |
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 5 | -8/+8 |
* | Remove the mhlib module. | Brett Cannon | 2008-05-11 | 2 | -202/+0 |
* | The ihooks module has been removed. | Brett Cannon | 2008-05-10 | 2 | -11/+1 |
* | Remove a reference to the docs of fpformat. | Brett Cannon | 2008-05-10 | 1 | -1/+0 |
* | Remove the fpformat module. | Brett Cannon | 2008-05-10 | 1 | -56/+0 |
* | Remove the dircache module. | Brett Cannon | 2008-05-10 | 2 | -57/+0 |
* | Remove os.path.walk | Benjamin Peterson | 2008-05-08 | 1 | -24/+0 |
* | Merged revisions 62873,62887,62892-62896,62904 via svnmerge from | Benjamin Peterson | 2008-05-08 | 2 | -11/+19 |
* | Remove the user module. | Brett Cannon | 2008-05-08 | 2 | -70/+0 |
* | Remove the mutex module. | Brett Cannon | 2008-05-08 | 3 | -65/+1 |
* | Remove the imputil module. | Brett Cannon | 2008-05-08 | 2 | -235/+0 |
* | Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge... | Christian Heimes | 2008-05-08 | 1 | -10/+9 |
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 2 | -0/+398 |
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 2 | -6/+54 |
* | Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge... | Christian Heimes | 2008-05-06 | 1 | -1/+1 |
* | #2762: remove 2.x remnants and patch up some new documentation. | Georg Brandl | 2008-05-05 | 1 | -20/+15 |
* | #2761: Some are types too. | Georg Brandl | 2008-05-05 | 1 | -2/+2 |
* | Clarify map() behavior. | Georg Brandl | 2008-05-05 | 1 | -1/+3 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 16 | -250/+305 |