summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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 fo...Andrew M. Kuchling2005-08-311-2/+9
* 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
* bug [ 1248199 ] shelve .sync operation not documentedGeorg Brandl2005-08-251-0/+8
* bug [ 1261229 ] __new__ is class methodGeorg Brandl2005-08-251-1/+1
* Once upon a time, I used to know TeX...Georg Brandl2005-08-251-3/+3
* patch #848017: make Cookie more RFC-compliant.Georg Brandl2005-08-241-17/+19
* Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnldGeorg Brandl2005-08-241-1/+29