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
*
Add some items
Andrew M. Kuchling
2007-02-26
1
-2/+48
*
Markup fix
Andrew M. Kuchling
2007-02-26
1
-2/+2
*
Do not copy free variables to locals in class namespaces.
Jeremy Hylton
2007-02-26
1
-0/+5
*
- SF patch #1657613: add documentation for the Element interface
Fred Drake
2007-02-25
1
-93/+163
*
Add itertools.izip_longest().
Raymond Hettinger
2007-02-21
1
-0/+27
*
Fixup docstrings for merge().
Raymond Hettinger
2007-02-19
1
-2/+2
*
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
Martin v. Löwis
2007-02-19
2
-2/+29
*
Provide an example of defaultdict with non-zero constant factory function.
Raymond Hettinger
2007-02-19
1
-8/+12
*
Add merge() function to heapq.
Raymond Hettinger
2007-02-19
1
-2/+13
*
Add missing \versionadded.
Georg Brandl
2007-02-15
1
-0/+4
*
Patch #1494140: Add documentation for the new struct.Struct object.
Georg Brandl
2007-02-15
1
-0/+55
*
Make functools.wraps() docs a bit clearer.
Georg Brandl
2007-02-15
1
-6/+11
*
Bug #1658794: Remove extraneous 'this'.
Martin v. Löwis
2007-02-13
1
-1/+1
*
Patch #1517891: Make 'a' create the file if it doesn't exist.
Martin v. Löwis
2007-02-13
1
-0/+5
*
Patch #698833: Support file decryption in zipfile.
Martin v. Löwis
2007-02-13
1
-4/+15
*
Bug #1656581: Point out that external file objects are supposed to be
Lars Gustäbel
2007-02-12
1
-2/+3
*
Bug #1656078: typo in in profile docs.
Georg Brandl
2007-02-09
1
-1/+1
*
Update broken link. Will backport to 2.5.
Martin v. Löwis
2007-02-09
1
-1/+1
*
SF: 1397711 Set docs conflated immutable and hashable
Raymond Hettinger
2007-02-07
1
-1/+1
*
Patch #1652681: create nonexistent files in append mode and
Lars Gustäbel
2007-02-06
1
-1/+2
*
No more raising of string exceptions!
Brett Cannon
2007-01-30
2
-20/+0
*
Bug #1648191: typo in docs.
Georg Brandl
2007-01-30
1
-1/+1
*
More edits
Andrew M. Kuchling
2007-01-29
1
-27/+27
*
Various minor edits
Andrew M. Kuchling
2007-01-29
3
-60/+74
*
Minor edits to the curses HOWTO
Andrew M. Kuchling
2007-01-29
2
-28/+29
*
fix typo (extraneous ")")
Fred Drake
2007-01-26
1
-1/+1
*
Add item
Andrew M. Kuchling
2007-01-25
1
-0/+6
*
Strengthen warning about using lock()
Andrew M. Kuchling
2007-01-24
1
-8/+12
*
Patch #1610575: Add support for _Bool to struct.
Martin v. Löwis
2007-01-21
1
-2/+15
*
SF# 1635892: Fix docs for betavariate's input parameters .
Raymond Hettinger
2007-01-19
1
-1/+1
*
SF #1635217, Fix unbalanced paren
Neal Norwitz
2007-01-19
1
-1/+1
*
add missing version entry
Fred Drake
2007-01-18
1
-0/+1
*
Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.
Georg Brandl
2007-01-17
1
-2/+2
*
Bug #1637967: missing //= operator in list.
Georg Brandl
2007-01-17
1
-2/+2
*
[Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and war...
Andrew M. Kuchling
2007-01-17
1
-25/+57
*
Add a note for strptime that just because strftime supports some extra
Brett Cannon
2007-01-15
1
-0/+6
*
Doc patch matching r53434 (htonl etc. now always take/return positive ints).
Guido van Rossum
2007-01-15
1
-4/+4
*
Added documentation for WatchedFileHandler (based on SF patch #1598415)
Vinay Sajip
2007-01-14
1
-2/+38
*
Fix typo.
Georg Brandl
2007-01-13
1
-1/+1
*
Deprecate the sets module.
Brett Cannon
2007-01-13
1
-0/+2
*
Fix error where the end of a funcdesc environment was accidentally moved too
Brett Cannon
2007-01-12
1
-1/+1
*
- Make the documentation match the code and the docstring
Matthias Klose
2007-01-11
1
-1/+1
*
update to (c) years to include 2007
Anthony Baxter
2007-01-06
1
-1/+1
*
typo fix
Gregory P. Smith
2007-01-05
1
-1/+1
*
Support linking of the bsddb module against BerkeleyDB 4.5.x
Gregory P. Smith
2007-01-05
1
-1/+1
*
SF #1627373, fix typo in CarbonEvt.
Neal Norwitz
2007-01-04
1
-1/+1
*
Add EnvironmentVarGuard to test.test_support. Provides a context manager to
Brett Cannon
2007-01-04
1
-0/+18
*
Remove a stray (old) macro name left around (I guess)
Neal Norwitz
2006-12-28
1
-2/+0
*
Fix wrong markup of an argument in a method signature.
Thomas Heller
2006-12-21
1
-1/+1
*
Mention the os.SEEK_* constants
Andrew M. Kuchling
2006-12-21
3
-9/+13
[next]