summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Document supported schemes.Georg Brandl2006-01-201-3/+8
|
* Try to resolve the remaining webbrowser issues (backgrounding, local urls)Georg Brandl2006-01-201-9/+10
|
* Add markup to a "Python Standard Library" doc reference I added for bug 839585.Georg Brandl2006-01-201-2/+3
|
* Bug #1402224: Add warning to dl docs about crashes.Georg Brandl2006-01-201-0/+4
|
* Bug #1396471: Document that Windows' ftell() can return invalidGeorg Brandl2006-01-201-1/+5
| | | | values for text files with UNIX-style line endings.
* add missing version identificationFred Drake2006-01-201-0/+2
|
* fixed example:Fredrik Lundh2006-01-171-11/+19
| | | | adding missing import, handle_close, test code, etc.
* Update email.Message.get_filename() documentation.Barry Warsaw2006-01-171-4/+5
|
* Add recent itemAndrew M. Kuchling2006-01-151-0/+8
|
* the implementation uses ZipImportError, not ZipImporterError...Fredrik Lundh2006-01-151-1/+1
|
* typoFredrik Lundh2006-01-151-1/+1
|
* Remove dots in \version{changed,added} argument andGeorg Brandl2006-01-157-12/+12
| | | | correct argument order.
* Remove extra period at end.Neal Norwitz2006-01-151-1/+1
|
* Patch #1103116: AF_NETLINK sockets basic support.Martin v. Löwis2006-01-141-0/+3
|
* added kjohnson to the ACKS listFredrik Lundh2006-01-141-0/+1
|
* added a missing +\versionadded{2.2} tagFredrik Lundh2006-01-111-0/+1
|
* added a few missing \versionadded{2.3} tagsFredrik Lundh2006-01-113-0/+6
|
* Bug #1397205: doc typoGeorg Brandl2006-01-101-1/+1
|
* added a couple of missing periods.Fredrik Lundh2006-01-091-4/+4
|
* fixed broken sentenceFredrik Lundh2006-01-091-3/+3
|
* typoFredrik Lundh2006-01-091-1/+1
|
* Fix typos.Walter Dörwald2006-01-091-3/+3
|
* Patch #1177307: UTF-8-Sig codec.Martin v. Löwis2006-01-081-0/+125
|
* Correct typoGeorg Brandl2006-01-061-1/+1
|
* Drop sys.build_number. Add sys.subversion.Martin v. Löwis2006-01-051-4/+13
|
* Bug #1395715: wrong LaTeX labelGeorg Brandl2006-01-041-1/+1
|
* Updated doc from patch 1117398Neal Norwitz2006-01-031-5/+10
|
* Bug #1395597: doc typoGeorg Brandl2006-01-021-2/+2
|
* update to reflect move to SubversionFred Drake2006-01-023-272/+8
|
* 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
| | | | weakref object itself is deleted first.
* 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
| | | | | | | | precisely the motivation and the differences. Added links to www.python.org/doc/newstyle.html and a footnote to warn against the statement "x[i] is equivalent to x.__getitem__(i)", which already caused many invalid bug reports on SF.
* 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
| | | | | | | | | Fred approved just checking it in; he may make further fixes. The change shrinks the 'Generic OS' and other OS chapters, which had become something of a dumping ground for random modules. It differs from the last version of the patch: 1) I've added introductions for the new chapters (still missing a few -- search for 'intro') 2) a few modules have been rearranged slightly from the version in the patch
* Add more chapter introsAndrew M. Kuchling2005-12-224-0/+45
|
* Add markupAndrew M. Kuchling2005-12-221-1/+2
|