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
...
*
Change virtual class name of __iter__ to "object" in order to make it linkable.
Georg Brandl
2008-01-07
1
-1/+1
*
Add another named tuple subclassing example.
Raymond Hettinger
2008-01-07
1
-0/+8
*
Cleanup subclassing example to more clearly show fixed-width print format.
Raymond Hettinger
2008-01-07
1
-5/+5
*
Add subclassing example to docs for named tuples.
Raymond Hettinger
2008-01-07
1
-6/+13
*
Remove latex trace.
Georg Brandl
2008-01-06
1
-1/+1
*
Add tutorial section about coding style.
Georg Brandl
2008-01-06
2
-5/+52
*
Fix introductory sentence.
Georg Brandl
2008-01-06
1
-1/+1
*
#1325: Add docs and tests for zipimporter.archive and zipimporter.prefix.
Georg Brandl
2008-01-06
1
-18/+29
*
#1499: Document compile() exceptions.
Georg Brandl
2008-01-06
1
-0/+3
*
#1582: document __reversed__, patch by Mark Russell.
Georg Brandl
2008-01-06
3
-3/+24
*
#1559684: document that shutil.copy* doesn't copy all metadata on Posix and W...
Georg Brandl
2008-01-06
1
-8/+13
*
#1686390: add example for csv.Sniffer use.
Georg Brandl
2008-01-06
1
-2/+9
*
#1727024: document that Popen.returncode is set by Popen.poll/wait.
Georg Brandl
2008-01-06
1
-10/+15
*
#1615275: clarify return object types of different tempfile factories.
Georg Brandl
2008-01-06
1
-1/+12
*
#759525: document that dir() doesn't return metaclass attrs when given a clas...
Georg Brandl
2008-01-06
2
-1/+7
*
#1501: document that 0**0 == 1.
Georg Brandl
2008-01-06
1
-2/+6
*
#1755097: document default values for [].sort() and sorted().
Georg Brandl
2008-01-06
2
-4/+6
*
#1680: fix context manager example function name.
Georg Brandl
2008-01-06
1
-1/+1
*
Small code simplification. Forgot that classmethods can be called from intan...
Raymond Hettinger
2008-01-06
1
-1/+1
*
Use markup.
Georg Brandl
2008-01-05
1
-4/+4
*
Repair markup.
Georg Brandl
2008-01-05
1
-10/+6
*
#1719: capitalization error in "UuidCreate".
Georg Brandl
2008-01-05
1
-1/+1
*
Revert socket.rst to unix-eol.
Georg Brandl
2008-01-05
1
-906/+906
*
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
Georg Brandl
2008-01-05
8
-93/+99
*
Simplify index entries; fix #1712.
Georg Brandl
2008-01-05
3
-97/+70
*
Remove with_statement future imports from 2.6 docs.
Georg Brandl
2008-01-05
6
-6/+6
*
Add myself.
Thomas Heller
2008-01-05
1
-0/+1
*
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
Jeffrey Yasskin
2008-01-05
4
-31/+25
*
Add error-checking to namedtuple's _replace() method.
Raymond Hettinger
2008-01-05
1
-1/+4
*
Improve namedtuple's _cast() method with a docstring, new name, and error-che...
Raymond Hettinger
2008-01-05
1
-16/+16
*
Fix markup
Andrew M. Kuchling
2008-01-04
1
-3/+3
*
Fix markup
Andrew M. Kuchling
2008-01-04
1
-5/+7
*
Added interface to Windows' WSAIoctl and a simple example for a network sniffer.
Christian Heimes
2008-01-04
1
-863/+906
*
Minor fix-ups to named tuples:
Raymond Hettinger
2008-01-04
1
-10/+13
*
Add math items; other edits
Andrew M. Kuchling
2008-01-04
1
-3/+44
*
Filled in some XXX comments
Christian Heimes
2008-01-04
1
-3/+4
*
Add items
Andrew M. Kuchling
2008-01-04
1
-3/+37
*
Markup fixes; grammar tweaks
Andrew M. Kuchling
2008-01-04
1
-8/+8
*
Added copysign(x, y) function to the math module
Christian Heimes
2008-01-03
1
-0/+8
*
Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...
Christian Heimes
2008-01-03
1
-1/+42
*
Added math.isinf() and math.isnan()
Christian Heimes
2008-01-03
1
-0/+17
*
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Jeffrey Yasskin
2008-01-03
7
-27/+160
*
Improve docs for itertools.groupby(). The use of xrange(0) to create a uniqu...
Raymond Hettinger
2007-12-29
1
-1/+1
*
Simpler documentation for itertools.tee(). Should be backported.
Raymond Hettinger
2007-12-29
1
-7/+6
*
Some cleanup in the docs.
Georg Brandl
2007-12-29
126
-1182/+805
*
Add item
Andrew M. Kuchling
2007-12-22
1
-3/+25
*
Patch #1583 by Adam Olsen.
Guido van Rossum
2007-12-19
2
-0/+24
*
Add a bunch of items
Andrew M. Kuchling
2007-12-19
1
-4/+157
*
Users demand iterable input for named tuples. The author capitulates.
Raymond Hettinger
2007-12-18
1
-16/+21
*
Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...
Christian Heimes
2007-12-18
3
-6/+31
[prev]
[next]