summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* fix stupid typoFred Drake2005-10-111-1/+1
|
* SF bug #1323294, Minor error in the Library Reference doc. Will backportNeal Norwitz2005-10-111-1/+2
|
* Clarify the docs for Py_UNICODE.Marc-André Lemburg2005-10-101-6/+16
|
* Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specifiedWalter Dörwald2005-10-091-1/+1
| | | | by RFC 1642.
* Part of SF patch #1313939: Speedup charmap decoding by extendingWalter Dörwald2005-10-061-1/+6
| | | | | | | PyUnicode_DecodeCharmap() the accept a unicode string as the mapping argument which is used as a mapping table. This code isn't used by any of the codecs yet.
* Make close brace a paren to match open.Neal Norwitz2005-10-041-1/+1
|
* Armin caught this mistake in bug #973103.Neal Norwitz2005-10-041-1/+1
|
* open_new_win does not exist. use UNIX consistently, add autoraise parameter ↵Neal Norwitz2005-10-041-12/+13
| | | | to open(). add versionadded tags to open_new_tab
* Correct docs for empty raise when no exception is active.Raymond Hettinger2005-10-031-2/+3
|
* fix link to subsection (SF bug #1311674)Fred Drake2005-10-031-2/+4
|
* Patch #754022: Greatly enhanced webbrowser.py.Georg Brandl2005-10-031-22/+53
|
* SF Bug #1008310, os.major() os.minor() example and description change. Will ↵Neal Norwitz2005-10-031-2/+4
| | | | backport.
* Fix SF bug #991735, os.access reports true for read-only directories. Will ↵Neal Norwitz2005-10-031-0/+5
| | | | backport
* SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP ↵Neal Norwitz2005-10-031-1/+2
| | | | sockets. Will backport
* SF patch #1227568, bug #1219273, Expression AST node not documented. ↵Neal Norwitz2005-10-031-0/+2
| | | | Backport candidate if anyone cares.
* bug [ 1298120 ] shlex does not support unicodeGeorg Brandl2005-09-291-0/+2
|
* bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrongGeorg Brandl2005-09-281-2/+2
|
* Minor clarification of effective level calculationVinay Sajip2005-09-261-0/+14
|
* SF #1297059, doc incorrect return type for search() method. (There is a ↵Neal Norwitz2005-09-231-4/+3
| | | | description of returned values at the top, so just remove the sentance and correct an example.)
* update URL into the Python wikiFred Drake2005-09-221-1/+1
| | | | (forward port revision 1.10.4.1)
* patch [ 1277677 ] tkinter hello world example bugGeorg Brandl2005-09-151-1/+3
|
* fix typoGeorg Brandl2005-09-151-1/+1
|
* bug [ 1274828 ] splitunc not documentedGeorg Brandl2005-09-141-0/+9
|
* comma nitGeorg Brandl2005-09-141-1/+1
|
* Add more links to the 'What Next?' section; rewrite to be brieferAndrew M. Kuchling2005-09-131-17/+51
|
* Better wording for integer ref entry.Georg Brandl2005-09-121-2/+2
|
* Shorten run-on sentenceAndrew M. Kuchling2005-09-121-1/+1
|
* Update linkAndrew M. Kuchling2005-09-121-4/+2
|
* Update linkAndrew M. Kuchling2005-09-121-1/+1
|
* Add FAQ entry regarding non-expoential representation.Raymond Hettinger2005-09-111-2/+11
|
* note that the return and yield statements cannot be used at the top level inFred Drake2005-09-071-1/+6
| | | | | exec statements; people coming from certain other languages seem to be confused by this on a regular basis
* - fix typo report by email, only 1.5 years lateFred Drake2005-09-071-7/+7
| | | | - fix several consistency nits relating to \method{...()}
* Clarify what is meant with "whole numbers".Georg Brandl2005-09-041-1/+2
|
* - Correct PyBool_FromLong's return type and its description.Georg Brandl2005-09-031-251/+251
| | | | - Unify function description mode ("Return X" vs "Returns X")
* Remove statement about meaning of constants; arguably it's incorrectAndrew M. Kuchling2005-09-011-2/+1
|
* Typo fixAndrew M. Kuchling2005-08-311-1/+1
|
* From c.l.py comments: link to zlib manual, and disclaim completenessAndrew M. Kuchling2005-08-311-2/+9
|
* Update URLsAndrew M. Kuchling2005-08-312-15/+21
|
* Explain what file descriptors are; this change has been sitting in my tree ↵Andrew M. Kuchling2005-08-311-2/+9
| | | | for a while
* SF bug #1277016: Turn sentence fragment into a complete sentence.Walter Dörwald2005-08-311-3/+3
|
* SF #1275796, fix distutils typo "sortcut" -> "shortcut"Neal Norwitz2005-08-301-1/+1
|
* Add to-do listAndrew M. Kuchling2005-08-301-0/+13
|
* Remove rexec howto; it's kind of pointless nowAndrew M. Kuchling2005-08-301-61/+0
|
* Commit the howto source to the main Python repository, with Fred's approvalAndrew M. Kuchling2005-08-309-0/+4340
|
* Add missing \end, noted by George YoshidaAndrew M. Kuchling2005-08-291-0/+1
|
* Write section on PEP 342Andrew M. Kuchling2005-08-271-10/+112
|
* patch [ 1274550 ] libtarfile.tex: external URL changedGeorg Brandl2005-08-271-2/+2
|
* patch [ 1274630 ] documentation fixesGeorg Brandl2005-08-273-7/+10
|
* patch [ 1274630 ] documentation fixesGeorg Brandl2005-08-271-1/+1
|
* __new__ is a static methodGeorg Brandl2005-08-261-1/+1
|