summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Return complete lines from codec stream readersMartin v. Löwis2005-08-241-1/+5
* bug [ 1190204 ] 3.29 site is confusing re site-packages on WindowsGeorg Brandl2005-08-241-2/+2
* bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOMEGeorg Brandl2005-08-241-8/+16
* bug [ 728515 ] mmap's resize method resizes the file in win32 but not unixGeorg Brandl2005-08-241-0/+1
* SF bug #1100368: Wrong "type()" syntax in docsRaymond Hettinger2005-08-241-17/+21
* More tutorial nits.Raymond Hettinger2005-08-231-9/+9
* SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed ...Raymond Hettinger2005-08-231-24/+25
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-231-57/+65
* In an e-mail to the webmaster alias, some suggested adding this text. Window...Andrew M. Kuchling2005-08-231-0/+10
* ord() documentation update; this is what remains applicable fromFred Drake2005-08-231-4/+9
* Note various items; write some shorter sectionsAndrew M. Kuchling2005-08-231-16/+96
* bug [ 1266296 ] Mistakes in decimal.Context.subtract documentationGeorg Brandl2005-08-221-1/+1
* whoops, missed adding this last night in my hashlib commitGregory P. Smith2005-08-221-0/+114
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-217-7/+28
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-211-16/+13
* 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
* SF bug #1249837: container methods raise KeyError not IndexErrorRaymond Hettinger2005-08-211-0/+2
* Mention explicitly the False is considered false.Georg Brandl2005-08-211-3/+3
* Fix PySet_Pop() notes.Raymond Hettinger2005-08-211-2/+1
* Add info about the set API.Raymond Hettinger2005-08-201-0/+19
* Typo fixAndrew M. Kuchling2005-08-181-1/+1