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
*
Since we recommend one module per import line, reflect this also in the
Jeroen Ruigrok van der Werven
2009-02-19
31
-42/+96
*
#5317: update IronPython URL.
Georg Brandl
2009-02-19
1
-2/+1
*
#5310, #3558: fix operator precedence table.
Georg Brandl
2009-02-19
1
-28/+18
*
Add links to helpful external resources.
Raymond Hettinger
2009-02-19
2
-4/+10
*
Add an example for math.fsum() and elaborate on the accurary note.
Raymond Hettinger
2009-02-19
1
-8/+12
*
Add some cross-references to the docs. Simplify the python code equivalent f...
Raymond Hettinger
2009-02-19
2
-7/+13
*
Generalize the itertools.tee() recipe.
Raymond Hettinger
2009-02-18
1
-24/+24
*
Clarify socket timeout behavior vs system network stack behavior on connect
Gregory P. Smith
2009-02-18
1
-4/+7
*
#5268: mention VMSError.
Georg Brandl
2009-02-18
1
-0/+5
*
#5296: sequence -> iterable.
Georg Brandl
2009-02-18
1
-5/+5
*
#5297: fix example.
Georg Brandl
2009-02-18
1
-1/+1
*
Clarify the deprecation of platform.dist().
Marc-André Lemburg
2009-02-17
1
-1/+11
*
Fixup intro paragraphs for the itertools docs. Add some tables for quick ref...
Raymond Hettinger
2009-02-17
1
-27/+52
*
Fix-up intro paragraph for collections docs.
Raymond Hettinger
2009-02-17
1
-13/+13
*
Add explanation for super(type1, type2).
Raymond Hettinger
2009-02-16
1
-1/+1
*
Issue 5229: Documentation for super() neglects to say what super() actually does
Raymond Hettinger
2009-02-16
1
-1/+5
*
note about #2279
Tarek Ziadé
2009-02-16
1
-0/+3
*
Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...
Tarek Ziadé
2009-02-16
2
-0/+30
*
note functions that are not aliased to PyBytes_ #5280
Benjamin Peterson
2009-02-16
1
-2/+28
*
Fixed typo.
Hirokazu Yamamoto
2009-02-15
1
-1/+1
*
Add keyword argument support to itertools.count().
Raymond Hettinger
2009-02-14
1
-3/+3
*
#1661108: note that urlsafe encoded string can contain "=".
Georg Brandl
2009-02-13
1
-1/+2
*
#3734: document complex coercing behavior better.
Georg Brandl
2009-02-13
1
-1/+2
*
#4894: document "newurl" parameter to redirect_request().
Georg Brandl
2009-02-13
1
-5/+6
*
#5158: added documentation on the depends option in distutils extensions
Tarek Ziadé
2009-02-13
2
-0/+5
*
Add links to the other versions we have in stock.
Georg Brandl
2009-02-13
1
-3/+8
*
Issue 5032: added a step argument to itertools.count() and allowed non-integ...
Raymond Hettinger
2009-02-12
1
-7/+10
*
os.fsync() should be used to ensure that data is written to disk
Benjamin Peterson
2009-02-12
1
-0/+5
*
Clean-up named tuple docs.
Raymond Hettinger
2009-02-11
1
-4/+5
*
Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for
Mark Dickinson
2009-02-10
1
-6/+17
*
Issue 1818: collections.namedtuple() to support automatic renaming of invalid...
Raymond Hettinger
2009-02-10
1
-1/+9
*
a few edits and typos
Benjamin Peterson
2009-02-08
1
-10/+11
*
document numliterals fixer
Benjamin Peterson
2009-02-08
1
-0/+4
*
Issue #4512 closeout: Make ZipImport.get_filename() a public method
Nick Coghlan
2009-02-08
1
-0/+9
*
Issue 4195: Restore the ability to execute packages with the -m switch (but t...
Nick Coghlan
2009-02-08
2
-6/+30
*
document individual 2to3 fixers
Benjamin Peterson
2009-02-07
2
-10/+259
*
make "super only for new-style classes" a note.
Georg Brandl
2009-02-07
1
-2/+4
*
#5174: fix wrong file closing in example.
Georg Brandl
2009-02-07
1
-6/+4
*
fix download link
Benjamin Peterson
2009-02-06
1
-1/+1
*
Implement issue #4285, convert sys.version_info to a named
Eric Smith
2009-02-06
1
-1/+5
*
#5031: fix Thread.daemon property docs.
Georg Brandl
2009-02-05
1
-5/+6
*
#4563: disable alpha and roman lists, fixes wrong formatting of contributor l...
Georg Brandl
2009-02-05
1
-0/+8
*
#4820: use correct module for ctypes.util.
Georg Brandl
2009-02-05
1
-0/+1
*
#4827: fix callback example.
Georg Brandl
2009-02-05
1
-1/+1
*
#5015: document PythonHome API functions.
Georg Brandl
2009-02-05
1
-0/+14
*
PyErr_PrintEx is also in 2.x...
Georg Brandl
2009-02-05
1
-1/+10
*
#5059: fix example.
Georg Brandl
2009-02-05
1
-1/+1
*
#5144: document that PySys_SetArgv prepends the script directory (or the empt...
Georg Brandl
2009-02-05
1
-7/+11
*
#5153: fix typo in example.
Georg Brandl
2009-02-05
1
-1/+1
*
Clarify that named tuples do not have to subclass tuple.
Raymond Hettinger
2009-02-04
1
-1/+1
[next]