summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* set release dateFred Drake2005-09-281-1/+1
|
* Backport SF #1297059, doc incorrect return type for search() method. (There ↵Neal Norwitz2005-09-231-4/+3
| | | | is a 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
|
* the iSilo is not being built right nowFred Drake2005-09-211-1/+1
|
* add 2.4.2 to the LaTeX version of the release historyFred Drake2005-09-201-0/+1
|
* Misc. backported changesVinay Sajip2005-09-161-1/+4
|
* backport patch [ 1277677 ] tkinter hello world example bugGeorg Brandl2005-09-151-1/+3
|
* fix typoGeorg Brandl2005-09-151-1/+1
|
* backport bug [ 1274828 ] splitunc not documentedGeorg Brandl2005-09-141-0/+9
|
* comma nitGeorg Brandl2005-09-141-1/+1
|
* backport notes about basicConfig() changes to 2.4 branchSkip Montanaro2005-09-141-1/+23
|
* Better wording for integer ref entry (from HEAD 1.131).Georg Brandl2005-09-121-2/+2
|
* 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 (backported from trunk revision 1.77)
* - fix typo report by email, only 1.5 years lateFred Drake2005-09-071-7/+7
| | | | | - fix several consistency nits relating to \method{...()} (backport of trunk revision 1.130)
* Clarify what is meant with "whole numbers".Georg Brandl2005-09-041-1/+2
|
* use a test for PDF support that is more portable across teTeX major versionsMatthias Klose2005-09-042-4/+8
| | | | (closes SF bug #1238210)
* - Correct PyBool_FromLong's return type and its description.Georg Brandl2005-09-031-226/+226
| | | | | | | | | | | | | - Unify function description mode ("Return X" vs "Returns X") CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Doc/api/concrete.tex CVS: ----------------------------------------------------------------------
* Backport checkin:Walter Dörwald2005-08-311-3/+3
| | | | SF bug #1277016: Turn sentence fragment into a complete sentence.
* SF #1275796, fix distutils typo "sortcut" -> "shortcut"Neal Norwitz2005-08-301-1/+1
|
* patch [ 1274550 ] libtarfile.tex: external URL changedGeorg Brandl2005-08-271-2/+2
|
* patch [ 1274630 ] documentation fixesGeorg Brandl2005-08-271-6/+6
|
* __new__ is a static methodGeorg Brandl2005-08-261-1/+1
|
* backport bug [ 1248199 ] shelve .sync operation not documentedGeorg Brandl2005-08-251-0/+8
|
* backport bug [ 1261229 ] __new__ is class methodGeorg Brandl2005-08-251-1/+1
|
* Return complete lines from codec stream readersMartin v. Löwis2005-08-241-1/+5
| | | | | even if there is an exception in later lines, resulting in correct line numbers for decoding errors in source code. Fixes #1178484.
* backport bug [ 1190204 ] 3.29 site is confusing re site-packages on WindowsGeorg Brandl2005-08-241-2/+2
|
* backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOMEGeorg Brandl2005-08-241-8/+16
|
* backport bug [ 728515 ] mmap's resize method resizes the file in win32 but ↵Georg Brandl2005-08-241-0/+1
| | | | not unix
* SF bug #1100368: Wrong "type()" syntax in docsRaymond Hettinger2005-08-241-17/+21
| | | | | | Docs were missing the name/bases/dict form of type(). (Much of the wording contributed by Steven Bethard.)
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-231-24/+25
| | | | (Contributed by Michael R Bax.)
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-231-57/+65
| | | | (Contributed by Michael R Bax.)
* ord() documentation update; this is what remains applicable fromFred Drake2005-08-231-4/+9
| | | | | | SF patch #1057588; other changes make the rest of the patch out of date or otherwise unnecessary (backported from trunk revision 1.188)
* backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentationGeorg Brandl2005-08-221-1/+1
|
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-211-16/+13
| | | | (Contributed by Michael R Bax.)
* Empty sets and frozensets are also false.Georg Brandl2005-08-211-3/+3
|
* SF bug #1121416: zip incorrectly and incompletely documentedRaymond Hettinger2005-08-211-4/+4
| | | | sequences ==> iterables
* SF bug #1249837: container methods raise KeyError not IndexErrorRaymond Hettinger2005-08-211-0/+2
| | | | Minor clarification.
* Mention explicitly that False is considered false.Georg Brandl2005-08-211-3/+3
|
* Typo fixAndrew M. Kuchling2005-08-181-1/+1
|
* Backport checkin:Walter Dörwald2005-08-181-1/+1
| | | | Fix typo (fixes SF bug #1263086).
* Document 'istext' parameterAndrew M. Kuchling2005-08-121-2/+5
|
* backport patch [ 1252706 ] poplib list() docstring fix (and docs too)Georg Brandl2005-08-051-2/+2
|
* backport bug [ 1250306 ] incorrect description of range functionGeorg Brandl2005-08-031-1/+1
|
* backport [ 1243192 ] Incorrect documentation of re.UNICODEGeorg Brandl2005-08-021-12/+29
|
* Fix all wrong instances of "it's".Georg Brandl2005-07-223-6/+6
|
* [ 1243288 ] Misuse of "it's"Georg Brandl2005-07-221-1/+1
|
* [ 1243081 ] repair typosGeorg Brandl2005-07-222-2/+2
|
* SF #1204347: typo fix.Greg Ward2005-07-221-2/+2
|
* add information about alternate implementations, noting that documentationFred Drake2005-07-201-1/+51
| | | | | for the implementation should be consulted (thanks to Evelyn Mitchell for suggesting this; backported from trunk rev 1.16)