summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* GvR pointed out that only enclosing function bodies are part of nested scopes.Raymond Hettinger2002-08-071-5/+5
* Document that heappop() and heapreplace() raise IndexError if the heapGuido van Rossum2002-08-071-1/+2
* Apply character{} markup.Raymond Hettinger2002-08-071-16/+17
* Described responsibilty of weakly referenced extension types to initializeRaymond Hettinger2002-08-071-2/+23
* Describe nested scopes in the tutorial. Closes SF bug 500704.Raymond Hettinger2002-08-071-6/+11
* Documented os.fsync and os.fdatasync. Closes SF bug 584695.Raymond Hettinger2002-08-071-0/+11
* Clarify that the bool instances are acceptable return values fromFred Drake2002-08-071-4/+5
* Fix up some more markup problems.Fred Drake2002-08-071-8/+9
* Change the markup a bit more; the parameter was not marked as \var in theFred Drake2002-08-071-4/+8
* Fix markup errors.Steve Holden2002-08-071-3/+3
* Document handling of raw-unicode-escapes. Closes SF bug 587087.Raymond Hettinger2002-08-061-0/+8
* Added a note about the inability to specify a pathname to a non-existingJack Jansen2002-08-061-1/+7
* Changed a sentence that confused some people.Jack Jansen2002-08-061-2/+2
* Fix the markup so it doesn't break formatting.Fred Drake2002-08-061-4/+4
* Added references to the email package.Fred Drake2002-08-063-2/+11
* Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_sizeGuido van Rossum2002-08-061-6/+10
* Remove mention of deprecated xreadlines method.Guido van Rossum2002-08-061-2/+2
* Document file.next(). Mark xreadlines obsolete (both method andGuido van Rossum2002-08-062-9/+26
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-061-8/+13
* Add comment about os.path.walk()'s behavior with symbolic links.Steve Holden2002-08-061-0/+5
* Mention list.sort()Andrew M. Kuchling2002-08-061-8/+89
* SF patch #591305 Documentation err in bytecode defsNeal Norwitz2002-08-051-1/+1
* Note that True and False are pickable objectsRaymond Hettinger2002-08-051-1/+1
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-041-5/+39
* Remove a syntax error in the example, spotted by Walter Hofman.Steve Holden2002-08-041-1/+1
* Add two remindersAndrew M. Kuchling2002-08-041-0/+4
* Document new heapreplace() function.Tim Peters2002-08-031-0/+9
* Document new heapify() function.Tim Peters2002-08-031-5/+12
* Minor markup changes.Fred Drake2002-08-021-3/+4
* Add a comment showing how one of the macros should be used.Fred Drake2002-08-021-0/+1
* Add heapq module docs to the dependency information.Fred Drake2002-08-021-0/+1
* Add docs for heapq.py.Guido van Rossum2002-08-022-0/+165
* indicate that 'b' is added to the mode flag if not givenSkip Montanaro2002-08-021-2/+2
* Added new footnote about list.sort() stability. Repaired footnote aboutTim Peters2002-08-011-4/+12
* Replace DL_EXPORT with PyMODINIT_FUNCMark Hammond2002-07-311-1/+1
* SF patch #581414: info reader bugFred Drake2002-07-301-1/+3
* New functions for extension writers on Windows:Thomas Heller2002-07-291-0/+16
* Add posix.lchown()Andrew M. Kuchling2002-07-281-2/+1
* Patch #573770: Implement lchown.Martin v. Löwis2002-07-281-0/+7
* Fix SF bug 587012, doc mentions inexistent builtin unistrNeal Norwitz2002-07-281-2/+2
* Small clarifications when referring to the sys.exc_* variables so thatFred Drake2002-07-251-15/+15
* Flesh out description of getlogin() and recommend against using it.Jeremy Hylton2002-07-241-2/+3
* [Bug #580462] Mention changes to GC APIAndrew M. Kuchling2002-07-221-84/+116
* Sort changed modules into alphabetical order; no other changesAndrew M. Kuchling2002-07-221-93/+97
* Rewrite a paragraph, and use correct mark-upAndrew M. Kuchling2002-07-221-5/+9
* SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecationNeal Norwitz2002-07-221-0/+5
* add versionadded to docNeal Norwitz2002-07-201-0/+3
* Doc patch from SF 474274 (pure Python strptime by Brett Cannon).Guido van Rossum2002-07-191-7/+0
* Substantially flesh out extended slice section. I think this is probablyMichael W. Hudson2002-07-191-0/+83
* A few days ago, Guido said (in the thread "[Python-Dev] PythonMichael W. Hudson2002-07-191-0/+9