summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Bug #1394868: doc typosGeorg Brandl2006-01-013-5/+5
* SF patch #1379023: document that a weakref callback is not invoked if theArmin Rigo2005-12-291-2/+2
* adding in-place operators to the operator module.Armin Rigo2005-12-291-0/+102
* Typo.Armin Rigo2005-12-291-1/+1
* typoSkip Montanaro2005-12-281-1/+1
* Revert checkin for bug #1386675.Georg Brandl2005-12-271-6/+6
* Bug #1386675: winreg raises WindowsErrorsGeorg Brandl2005-12-271-6/+6
* Bug #1389673: document correct return value of set methodsGeorg Brandl2005-12-261-5/+5
* Bug #489256: remove note about Python 1.1 profilerGeorg Brandl2005-12-261-41/+41
* Bug #954981: urllib2 example wont work w/o sslGeorg Brandl2005-12-261-1/+2
* Bug #839075: document that highly recursive data cannot be pickledGeorg Brandl2005-12-261-0/+4
* Bug #839585: mention % string operator in language refGeorg Brandl2005-12-261-0/+6
* Bug #756104: document that bufsize in socket.recv() should be smallGeorg Brandl2005-12-261-0/+2
* Updating the short blob about old/new-style classes to reflect (IMHO) moreArmin Rigo2005-12-261-7/+35
* fixed one more typoFredrik Lundh2005-12-251-1/+1
* fixed two typos in pprint reference pageFredrik Lundh2005-12-251-2/+2
* SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-231-17/+45
* Add missing dep for cookielib docNeal Norwitz2005-12-231-0/+1
* [Patch #1375417] Massive rearrangement of the Library Reference.Andrew M. Kuchling2005-12-221-136/+230
* Add more chapter introsAndrew M. Kuchling2005-12-224-0/+45
* Add markupAndrew M. Kuchling2005-12-221-1/+2
* Add some chapter introductions (not linked into the LibRef yet)Andrew M. Kuchling2005-12-228-0/+96
* Update textAndrew M. Kuchling2005-12-221-7/+3
* Typo fixAndrew M. Kuchling2005-12-221-1/+1
* Typo fixAndrew M. Kuchling2005-12-221-1/+1
* [ 1388141 ] Minor error in md5 docsGeorg Brandl2005-12-221-1/+1
* SF#1383115Fredrik Lundh2005-12-181-0/+5
* Add versionadded infoNeal Norwitz2005-12-182-0/+2
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-182-0/+12
* Doc for PEP 341, needs improvementNeal Norwitz2005-12-171-19/+21
* Bug #1373197: note that os.makedirs does not work with '..'Georg Brandl2005-12-171-0/+2
* Bug #1343671: clarify docs for os.removedirsGeorg Brandl2005-12-171-5/+9
* Bug #1106572: clarify os.makedirs docs wrt umaskGeorg Brandl2005-12-171-1/+2
* Patch #1377848: typo in pyexpat docsGeorg Brandl2005-12-161-1/+1
* Patch #1376914: traceback.format_exc() has no "file" argumentGeorg Brandl2005-12-161-1/+1
* Remove reference to the "t" open() mode as it is platform dependent.Georg Brandl2005-12-151-1/+1
* From a suggestion on c.l.py: modernize the introduction to the tutorial.Andrew M. Kuchling2005-12-131-32/+40
* r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100Fredrik Lundh2005-12-122-0/+28
* r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100Fredrik Lundh2005-12-121-0/+8
* [Bug #1349316] Show how to use XML-RPC through a proxyAndrew M. Kuchling2005-12-081-0/+27
* add common usage exampleSkip Montanaro2005-12-061-0/+17
* Typo in a code example.Armin Rigo2005-12-061-1/+1
* [Patch #1372995] Add \versionaddedAndrew M. Kuchling2005-12-042-0/+4
* [Bug #1041501] Fix exampleAndrew M. Kuchling2005-12-041-1/+1
* [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServerAndrew M. Kuchling2005-12-041-9/+16
* [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM...Andrew M. Kuchling2005-12-041-2/+5
* Add placeholder section on old and new-style classesAndrew M. Kuchling2005-12-041-0/+13
* Bug #1368481: python.dir refers to whatsnew23Georg Brandl2005-12-021-1/+1
* set expectations appropriately. ;)Anthony Baxter2005-12-011-1/+1
* Remove sorting HOWTO, after converting it to a wiki page at http://wiki.pytho...Andrew M. Kuchling2005-11-301-266/+0