summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Remove the multifile module as deprecated by PEP 4.Brett Cannon2008-05-122-192/+0
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-125-14/+13
* Revert commit r63088.Alexandre Vassalotti2008-05-111-3/+4
* Remove old backwards-compatibility classes from the cgi module.Georg Brandl2008-05-111-29/+6
* #756982: Remove rfc822 reference.Georg Brandl2008-05-111-5/+2
* Renamed PixMapWrapper module to pixmapwrapper.Alexandre Vassalotti2008-05-111-4/+3
* Rename Queue module to queue.Alexandre Vassalotti2008-05-112-5/+5
* Update the codecs docs w.r.t. str/bytes.Georg Brandl2008-05-111-78/+63
* Remove mentions of "plain" integers.Georg Brandl2008-05-114-30/+31
* #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge...Georg Brandl2008-05-111-127/+0
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-115-8/+8
* Remove the mhlib module.Brett Cannon2008-05-112-202/+0
* The ihooks module has been removed.Brett Cannon2008-05-102-11/+1
* Remove a reference to the docs of fpformat.Brett Cannon2008-05-101-1/+0
* Remove the fpformat module.Brett Cannon2008-05-101-56/+0
* Remove the dircache module.Brett Cannon2008-05-102-57/+0
* Remove os.path.walkBenjamin Peterson2008-05-081-24/+0
* Merged revisions 62873,62887,62892-62896,62904 via svnmerge fromBenjamin Peterson2008-05-082-11/+19
* Remove the user module.Brett Cannon2008-05-082-70/+0
* Remove the mutex module.Brett Cannon2008-05-083-65/+1
* Remove the imputil module.Brett Cannon2008-05-082-235/+0
* Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge...Christian Heimes2008-05-081-10/+9
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-082-0/+398
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-062-6/+54
* Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge...Christian Heimes2008-05-061-1/+1
* #2762: remove 2.x remnants and patch up some new documentation.Georg Brandl2008-05-051-20/+15
* #2761: Some are types too.Georg Brandl2008-05-051-2/+2
* Clarify map() behavior.Georg Brandl2008-05-051-1/+3
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-0416-250/+305
* Fix var name.Georg Brandl2008-04-291-1/+1
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-2540-3380/+3443
* Removed documentation for future_builtinsBenjamin Peterson2008-04-242-54/+0
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-2430-147/+8
* dumps() and loads() work in terms of bytes objects not strings.Mark Summerfield2008-04-211-5/+5
* A lot of small detailed revisions to the io module's doc.Mark Summerfield2008-04-211-117/+137
* Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,...Christian Heimes2008-04-206-46/+92
* Remove duplicated reduce() entry.Georg Brandl2008-04-191-8/+1
* Reverted 62397; no versionadded/changed in 3.0 docsBenjamin Peterson2008-04-191-1/+0
* the io module was added in 2.6 (I know not really, but the end user isn't goi...Benjamin Peterson2008-04-191-0/+1
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-196-162/+151
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-192-15/+152
* Fix problems in the io docs noted by Alexandre VassalottiBenjamin Peterson2008-04-141-2/+2
* Another io doc fixBenjamin Peterson2008-04-131-1/+1
* A few io doc fixesBenjamin Peterson2008-04-131-22/+27
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-132-7/+7
* Fleshed out docstrings in the io module, improving the reST one as I went.Benjamin Peterson2008-04-131-72/+71
* Synced builtin open and io.open documentation, taking the best of eachBenjamin Peterson2008-04-112-102/+121
* zap the last of the class.method typos in io docsBenjamin Peterson2008-04-091-2/+2
* #2580: int() docs revision.Georg Brandl2008-04-091-12/+14
* #2530: io module documentation.Georg Brandl2008-04-092-0/+604