index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc portion of SF 589982 (tempfile.py rewrite, by Zack Weinberg).
Guido van Rossum
2002-08-09
1
-42/+160
*
GvR pointed out that only enclosing function bodies are part of nested scopes.
Raymond Hettinger
2002-08-07
1
-5/+5
*
Document that heappop() and heapreplace() raise IndexError if the heap
Guido van Rossum
2002-08-07
1
-1/+2
*
Apply character{} markup.
Raymond Hettinger
2002-08-07
1
-16/+17
*
Described responsibilty of weakly referenced extension types to initialize
Raymond Hettinger
2002-08-07
1
-2/+23
*
Describe nested scopes in the tutorial. Closes SF bug 500704.
Raymond Hettinger
2002-08-07
1
-6/+11
*
Documented os.fsync and os.fdatasync. Closes SF bug 584695.
Raymond Hettinger
2002-08-07
1
-0/+11
*
Clarify that the bool instances are acceptable return values from
Fred Drake
2002-08-07
1
-4/+5
*
Fix up some more markup problems.
Fred Drake
2002-08-07
1
-8/+9
*
Change the markup a bit more; the parameter was not marked as \var in the
Fred Drake
2002-08-07
1
-4/+8
*
Fix markup errors.
Steve Holden
2002-08-07
1
-3/+3
*
Document handling of raw-unicode-escapes. Closes SF bug 587087.
Raymond Hettinger
2002-08-06
1
-0/+8
*
Added a note about the inability to specify a pathname to a non-existing
Jack Jansen
2002-08-06
1
-1/+7
*
Changed a sentence that confused some people.
Jack Jansen
2002-08-06
1
-2/+2
*
Fix the markup so it doesn't break formatting.
Fred Drake
2002-08-06
1
-4/+4
*
Added references to the email package.
Fred Drake
2002-08-06
3
-2/+11
*
Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_size
Guido van Rossum
2002-08-06
1
-6/+10
*
Remove mention of deprecated xreadlines method.
Guido van Rossum
2002-08-06
1
-2/+2
*
Document file.next(). Mark xreadlines obsolete (both method and
Guido van Rossum
2002-08-06
2
-9/+26
*
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw
2002-08-06
1
-8/+13
*
Add comment about os.path.walk()'s behavior with symbolic links.
Steve Holden
2002-08-06
1
-0/+5
*
Mention list.sort()
Andrew M. Kuchling
2002-08-06
1
-8/+89
*
SF patch #591305 Documentation err in bytecode defs
Neal Norwitz
2002-08-05
1
-1/+1
*
Note that True and False are pickable objects
Raymond Hettinger
2002-08-05
1
-1/+1
*
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis
2002-08-04
1
-5/+39
*
Remove a syntax error in the example, spotted by Walter Hofman.
Steve Holden
2002-08-04
1
-1/+1
*
Add two reminders
Andrew M. Kuchling
2002-08-04
1
-0/+4
*
Document new heapreplace() function.
Tim Peters
2002-08-03
1
-0/+9
*
Document new heapify() function.
Tim Peters
2002-08-03
1
-5/+12
*
Minor markup changes.
Fred Drake
2002-08-02
1
-3/+4
*
Add a comment showing how one of the macros should be used.
Fred Drake
2002-08-02
1
-0/+1
*
Add heapq module docs to the dependency information.
Fred Drake
2002-08-02
1
-0/+1
*
Add docs for heapq.py.
Guido van Rossum
2002-08-02
2
-0/+165
*
indicate that 'b' is added to the mode flag if not given
Skip Montanaro
2002-08-02
1
-2/+2
*
Added new footnote about list.sort() stability. Repaired footnote about
Tim Peters
2002-08-01
1
-4/+12
*
Replace DL_EXPORT with PyMODINIT_FUNC
Mark Hammond
2002-07-31
1
-1/+1
*
SF patch #581414: info reader bug
Fred Drake
2002-07-30
1
-1/+3
*
New functions for extension writers on Windows:
Thomas Heller
2002-07-29
1
-0/+16
*
Add posix.lchown()
Andrew M. Kuchling
2002-07-28
1
-2/+1
*
Patch #573770: Implement lchown.
Martin v. Löwis
2002-07-28
1
-0/+7
*
Fix SF bug 587012, doc mentions inexistent builtin unistr
Neal Norwitz
2002-07-28
1
-2/+2
*
Small clarifications when referring to the sys.exc_* variables so that
Fred Drake
2002-07-25
1
-15/+15
*
Flesh out description of getlogin() and recommend against using it.
Jeremy Hylton
2002-07-24
1
-2/+3
*
[Bug #580462] Mention changes to GC API
Andrew M. Kuchling
2002-07-22
1
-84/+116
*
Sort changed modules into alphabetical order; no other changes
Andrew M. Kuchling
2002-07-22
1
-93/+97
*
Rewrite a paragraph, and use correct mark-up
Andrew M. Kuchling
2002-07-22
1
-5/+9
*
SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation
Neal Norwitz
2002-07-22
1
-0/+5
*
add versionadded to doc
Neal Norwitz
2002-07-20
1
-0/+3
*
Doc patch from SF 474274 (pure Python strptime by Brett Cannon).
Guido van Rossum
2002-07-19
1
-7/+0
*
Substantially flesh out extended slice section. I think this is probably
Michael W. Hudson
2002-07-19
1
-0/+83
[next]