| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix var name. | Georg Brandl | 2008-04-29 | 1 | -1/+1 |
|
|
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 40 | -3380/+3443 |
|
|
* | Removed documentation for future_builtins | Benjamin Peterson | 2008-04-24 | 2 | -54/+0 |
|
|
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 30 | -147/+8 |
|
|
* | dumps() and loads() work in terms of bytes objects not strings. | Mark Summerfield | 2008-04-21 | 1 | -5/+5 |
|
|
* | A lot of small detailed revisions to the io module's doc. | Mark Summerfield | 2008-04-21 | 1 | -117/+137 |
|
|
* | Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,... | Christian Heimes | 2008-04-20 | 6 | -46/+92 |
|
|
* | Remove duplicated reduce() entry. | Georg Brandl | 2008-04-19 | 1 | -8/+1 |
|
|
* | Reverted 62397; no versionadded/changed in 3.0 docs | Benjamin Peterson | 2008-04-19 | 1 | -1/+0 |
|
|
* | the io module was added in 2.6 (I know not really, but the end user isn't goi... | Benjamin Peterson | 2008-04-19 | 1 | -0/+1 |
|
|
* | Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-... | Christian Heimes | 2008-04-19 | 6 | -162/+151 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 2 | -15/+152 |
|
|
* | Fix problems in the io docs noted by Alexandre Vassalotti | Benjamin Peterson | 2008-04-14 | 1 | -2/+2 |
|
|
* | Another io doc fix | Benjamin Peterson | 2008-04-13 | 1 | -1/+1 |
|
|
* | A few io doc fixes | Benjamin Peterson | 2008-04-13 | 1 | -22/+27 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 2 | -7/+7 |
|
|
* | Fleshed out docstrings in the io module, improving the reST one as I went. | Benjamin Peterson | 2008-04-13 | 1 | -72/+71 |
|
|
* | Synced builtin open and io.open documentation, taking the best of each | Benjamin Peterson | 2008-04-11 | 2 | -102/+121 |
|
|
* | zap the last of the class.method typos in io docs | Benjamin Peterson | 2008-04-09 | 1 | -2/+2 |
|
|
* | #2580: int() docs revision. | Georg Brandl | 2008-04-09 | 1 | -12/+14 |
|
|
* | #2530: io module documentation. | Georg Brandl | 2008-04-09 | 2 | -0/+604 |
|
|