summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add a note to os.chown that permission constants can be combinedGeorg Brandl2005-11-221-1/+2
* Add generator-expression nodesAndrew M. Kuchling2005-11-221-0/+15
* [Bug #449093] FloorDiv AST node type not listedAndrew M. Kuchling2005-11-221-0/+4
* Remove import string and use string methodsNeal Norwitz2005-11-201-4/+3
* Fix up incomplete sentenceAndrew M. Kuchling2005-11-191-1/+1
* Fix typo in commentWalter Dörwald2005-11-171-1/+1
* Make consistent with 2.4Neal Norwitz2005-11-031-1/+1
* Add an import line to a code fragment.Brett Cannon2005-11-021-1/+2
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-3014-87/+0
* 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 u...Vinay Sajip2005-10-291-1/+3
* Update instructions according to Dave AbrahamsMartin v. Löwis2005-10-271-0/+3
* 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
* 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
* Part of SF patch #1313939: Speedup charmap decoding by extendingWalter Dörwald2005-10-061-1/+6
* 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
* 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
* Fix SF bug #991735, os.access reports true for read-only directories. Will b...Neal Norwitz2005-10-031-0/+5
* SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sock...Neal Norwitz2005-10-031-1/+2
* SF patch #1227568, bug #1219273, Expression AST node not documented. Backpor...Neal Norwitz2005-10-031-0/+2
* 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 desc...Neal Norwitz2005-09-231-4/+3
* update URL into the Python wikiFred Drake2005-09-221-1/+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
* - fix typo report by email, only 1.5 years lateFred Drake2005-09-071-7/+7