summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining references to UserDict module.Georg Brandl2008-05-262-21/+20
* remove test.support.have_unicodeBenjamin Peterson2008-05-261-5/+0
* Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv...Benjamin Peterson2008-05-262-1/+11
* Create http package. #2883.Georg Brandl2008-05-2614-308/+197
* Merged revisions 63678,63688,63690,63696 via svnmerge fromBenjamin Peterson2008-05-262-0/+75
* update docs after renaming of PyString -> PyBytesBenjamin Peterson2008-05-263-246/+195
* Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,...Benjamin Peterson2008-05-263-86/+118
* Merged revisions 63397,63673 via svnmerge fromBenjamin Peterson2008-05-262-6/+10
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-267-172/+136
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-2611-480/+348
* Merged revisions 63655 via svnmerge fromBenjamin Peterson2008-05-267-34/+84
* remove version noteBenjamin Peterson2008-05-251-6/+5
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-252-31/+253
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-259-50/+46
* #2879: rename _winreg to winreg.Georg Brandl2008-05-252-4/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Merged revisions 63438 via svnmerge fromGeorg Brandl2008-05-184-40/+39
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-172-12/+12
* Tkinter, step 3: doc updates.Georg Brandl2008-05-177-96/+95
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-165-7/+9
* Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab...Georg Brandl2008-05-161-2/+2
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-162-8/+11
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-162-15/+85
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-164-18/+18
* Remove the statvfs module.Brett Cannon2008-05-163-74/+0
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-165-22/+27
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-1617-77/+178
* Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-...Alexandre Vassalotti2008-05-153-164/+177
* Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,...Alexandre Vassalotti2008-05-156-27/+88
* Fix json examples so they would actually work in Py3kBenjamin Peterson2008-05-151-8/+8
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-143-34/+35
* revert syntax changeBenjamin Peterson2008-05-131-4/+3
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-1312-33/+34
* Remove merge conflictNeal Norwitz2008-05-131-5/+0
* Remove the Mac modulesBenjamin Peterson2008-05-1218-1757/+1
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-1252-470/+148
* Remove deprecated Tester class from doctest module.Georg Brandl2008-05-121-17/+10
* range() returns an iterable, not an iterator.Georg Brandl2008-05-121-2/+2
* Fix typo.Georg Brandl2008-05-121-1/+1
* Remove duplicated paragraph.Georg Brandl2008-05-121-66/+0
* Document the 'n' integer presentation type for str.format().Eric Smith2008-05-121-0/+4
* 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-114-7/+7
* Update the codecs docs w.r.t. str/bytes.Georg Brandl2008-05-111-78/+63
* Remove mentions of "plain" integers.Georg Brandl2008-05-117-41/+39