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
*
Documented gc.get_referrers() as dangerous.
Armin Rigo
2003-10-28
1
-0/+5
*
SF bug #827902: ctime is not creation time
Raymond Hettinger
2003-10-27
1
-1/+2
*
Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text ...
Andrew M. Kuchling
2003-10-27
1
-4/+4
*
Document that varlist can be NULL.
Raymond Hettinger
2003-10-26
1
-2/+4
*
Replace the window() example with pairwise() which demonstrates tee().
Raymond Hettinger
2003-10-26
1
-10/+4
*
SF #829941, update tutorial, built-in types can be base classes since 2.2
Neal Norwitz
2003-10-25
1
-2/+2
*
Added itertools.tee()
Raymond Hettinger
2003-10-24
1
-17/+39
*
Record an item I missed and bump the version number. [2.3 bugfix candidate.]
Andrew M. Kuchling
2003-10-23
1
-1/+6
*
- add "Why is Python installed on my computer?" as a documentation FAQ
Fred Drake
2003-10-23
1
-3/+15
*
[Bug #809174] loads() and dumps() not documented
Andrew M. Kuchling
2003-10-22
1
-0/+24
*
Avoid confusing name for the 3rd argument to str.replace().
Fred Drake
2003-10-22
1
-3/+3
*
Don't make promises about about the visibility of the induction variable.
Raymond Hettinger
2003-10-21
1
-12/+0
*
- make this section format
Fred Drake
2003-10-21
1
-100/+98
*
add missing dependency
Fred Drake
2003-10-21
1
-0/+1
*
markup fixes; this would not format
Fred Drake
2003-10-21
1
-2/+2
*
ConfigParser.items() and SafeConfigParser.items() no longer return a
Fred Drake
2003-10-21
1
-3/+3
*
Add some more items
Andrew M. Kuchling
2003-10-21
1
-3/+28
*
Document list.sort() changes
Andrew M. Kuchling
2003-10-21
1
-1/+37
*
Use 'predicate = bool' as the default predicate for ifilter[false].
Guido van Rossum
2003-10-20
1
-4/+2
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
6
-6/+6
*
Make CObjects mutable. Fixes #477441.
Martin v. Löwis
2003-10-19
1
-5/+11
*
Patch #821093: Fix various typos.
Martin v. Löwis
2003-10-19
8
-14/+14
*
Fixed \versionadded for the (?(id/name)yes|no) expression support.
Gustavo Niemeyer
2003-10-18
1
-1/+1
*
Patch #825679: Clarify semantics of .isfoo on empty strings.
Martin v. Löwis
2003-10-18
1
-5/+7
*
Patch #809535: Mention behaviour of seek on text files. Backported to 2.3.
Martin v. Löwis
2003-10-18
1
-1/+6
*
Implemented non-recursive SRE matching.
Gustavo Niemeyer
2003-10-17
1
-0/+9
*
Typo found by Lokasz Pankowski:
Thomas Heller
2003-10-16
1
-1/+1
*
* list.sort() now supports three keyword arguments: cmp, key, and reverse.
Raymond Hettinger
2003-10-16
1
-36/+28
*
Initial checkin of docs for Lib/platform.py .
Brett Cannon
2003-10-14
2
-0/+224
*
SF bug #821701: reduce docs neglect a very important piece of information.
Raymond Hettinger
2003-10-13
1
-1/+3
*
SF #822262, Typo in Doc/api/intro.tex
Neal Norwitz
2003-10-13
1
-1/+1
*
Extended tuple's C API to include a new function, PyTuple_Pack() that is
Raymond Hettinger
2003-10-12
1
-1/+9
*
SF patch #819955: Erroneous \seemodule in tarfile docs
Raymond Hettinger
2003-10-12
1
-1/+1
*
add some information about using graphics with the Python document
Fred Drake
2003-10-11
1
-0/+93
*
Fix a typo, discovered by Joonas Paalasmaa.
Thomas Heller
2003-10-08
1
-2/+2
*
Adopt Christian Stork's suggested argument order for the logic quantifiers.
Raymond Hettinger
2003-10-05
1
-4/+4
*
SF bug #812202: randint is always even
Raymond Hettinger
2003-10-05
1
-0/+12
*
- don't re-write a SourceForge authenticated CVS root into the
Fred Drake
2003-10-03
1
-4/+7
*
Make the fieldnames argument optional in the DictReader. If self.fieldnames
Skip Montanaro
2003-10-03
1
-4/+15
*
normalize whitespace
Fred Drake
2003-10-02
1
-1/+1
*
Make sure the trunk Makefile doesn't require mkhowto to be "installed"
Fred Drake
2003-10-01
1
-2/+2
*
Various minor updates in the description of mkhowto.
Fred Drake
2003-10-01
1
-5/+10
*
no longer assign into sys; "print chevron" is the way to go
Fred Drake
2003-10-01
1
-7/+6
*
We're long past worrying about Python versions older than 1.5.2;
Fred Drake
2003-10-01
1
-11/+0
*
Work around minor markup issue: we don't want markup to escape into
Fred Drake
2003-09-30
1
-1/+1
*
Fix stupid style bug in a second place.
Fred Drake
2003-09-30
1
-1/+1
*
Fix stupid style bug.
Fred Drake
2003-09-30
1
-1/+1
*
Update to match the version used to build the 2.3.2c1 documentation.
Fred Drake
2003-09-29
1
-1/+3
*
- change computation of VERSION to use tools/getversioninfo; this is
Fred Drake
2003-09-28
1
-4/+7
*
Make the embedded hyperlinks work.
Fred Drake
2003-09-28
1
-6/+7
[next]