summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Make consistent with 2.4Neal Norwitz2005-11-031-1/+1
|
* Add an import line to a code fragment.Brett Cannon2005-11-021-1/+2
| | | | Closes bug #1346395.
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-3014-87/+0
| | | | properties now.
* add missing "and"Fred Drake2005-10-301-2/+3
|
* SF Bug #1341934: Fix a representation of "\n" to use a proper tag.Hye-Shik Chang2005-10-301-1/+1
|
* Minor update to HTTPHandler documentation to indicate that host:port can be ↵Vinay Sajip2005-10-291-1/+3
| | | | used.
* Update instructions according to Dave AbrahamsMartin v. Löwis2005-10-271-0/+3
| | | | instructions.
* Add paragraphs on AST branch. AST'ers, please suggest correctionsAndrew M. Kuchling2005-10-231-0/+25
|
* Add convenience makefile to check the latest what's new.Andrew M. Kuchling2005-10-231-0/+3
| | | | The invocation of Python is MacOS-specific; not sure how to make it platform indepedent (but maybe it doesn't matter)
* add missing wordFred Drake2005-10-201-1/+1
|
* SF bug #1328915, try to word kill a bit more generically. Backport candidate.Neal Norwitz2005-10-181-2/+2
|
* SF bug #1323739, C API doc for PySequence_Tuple duplicatedNeal Norwitz2005-10-121-9/+5
|
* 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
|