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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some cleanup in the docs.
Georg Brandl
2007-12-29
86
-667/+363
*
Patch #1583 by Adam Olsen.
Guido van Rossum
2007-12-19
1
-0/+14
*
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
2
-5/+14
*
Simplify and speedup _asdict() for named tuples.
Raymond Hettinger
2007-12-18
1
-2/+2
*
Add more namedtuple() test cases. Neaten the code and comments.
Raymond Hettinger
2007-12-18
1
-3/+5
*
Remove curious space-like characters.
Georg Brandl
2007-12-16
1
-3/+3
*
Remove another unnecessary Unicode character.
Georg Brandl
2007-12-16
1
-1/+1
*
Remove gratuitous unicode character.
Georg Brandl
2007-12-16
1
-1/+1
*
Remove orphaned footnote reference.
Georg Brandl
2007-12-16
1
-1/+1
*
Add usage note
Raymond Hettinger
2007-12-14
1
-2/+10
*
Faster and simpler _replace() method
Raymond Hettinger
2007-12-14
1
-1/+1
*
Add line spacing for readability
Raymond Hettinger
2007-12-14
1
-1/+8
*
Cleaner method naming convention
Raymond Hettinger
2007-12-14
1
-15/+15
*
Simplify implementation of __replace__()
Raymond Hettinger
2007-12-13
1
-1/+1
*
Added wide char api variants of getch and putch to msvcrt module. The wide ch...
Christian Heimes
2007-12-10
1
-0/+32
*
Use a versionchanged directive.
Brett Cannon
2007-12-09
1
-2/+5
*
correct email address
Skip Montanaro
2007-12-08
8
-9/+9
*
Add examples to the datetime documentation. Written for GHOP by "h4wk.cz".
Georg Brandl
2007-12-08
1
-39/+298
*
Don't have the docs berate themselves. Keep a professional tone.
Raymond Hettinger
2007-12-07
1
-5/+0
*
Better re.split examples.
Georg Brandl
2007-12-06
1
-11/+17
*
Diverse markup fixes.
Georg Brandl
2007-12-06
6
-6/+7
*
Add examples to re docs. Written for GHOP by Dan Finnie.
Georg Brandl
2007-12-05
1
-17/+285
*
Add examples to csv, pprint and traceback docs.
Georg Brandl
2007-12-05
3
-24/+189
*
Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch".
Georg Brandl
2007-12-04
1
-11/+594
*
Add examples to the xmlrpclib docs.
Georg Brandl
2007-12-03
2
-7/+167
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
1
-1/+3
*
Issue #1727780: Support loading pickles of random.Random objects created
Martin v. Löwis
2007-12-03
1
-0/+3
*
Add more entries to the glossary.
Georg Brandl
2007-12-02
15
-60/+62
*
Convert bdb.rst line endings to Unix style.
Georg Brandl
2007-12-02
1
-337/+337
*
Add example to mmap docs.
Georg Brandl
2007-12-02
1
-0/+43
*
Add "Using Python on Windows" document, by Robert Lehmann.
Georg Brandl
2007-12-01
1
-0/+1
*
Add examples to the ElementTree documentation.
Georg Brandl
2007-12-01
1
-0/+68
*
Added one more missing versionadded tag
Christian Heimes
2007-12-01
1
-0/+2
*
Feature #1534
Christian Heimes
2007-12-01
1
-0/+42
*
Move lchmod() docs to correct place, and add versionadded tags.
Georg Brandl
2007-11-30
1
-7/+13
*
Fix for feature request #1528 Add os.fchmod
Christian Heimes
2007-11-30
1
-0/+20
*
Add more examples to the wsgiref docs.
Georg Brandl
2007-11-29
1
-1/+88
*
Add examples to the ConfigParser documentation.
Georg Brandl
2007-11-29
1
-0/+87
*
Fix reference target.
Georg Brandl
2007-11-29
1
-1/+1
*
Added py3kwarning to the documentation of the sys module.
Christian Heimes
2007-11-28
1
-0/+6
*
Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504
Christian Heimes
2007-11-27
1
-0/+8
*
Bug #1494: Document that appendChild removes first.
Martin v. Löwis
2007-11-24
1
-2/+3
*
#1735632: add O_NOATIME constant to os module.
Georg Brandl
2007-11-24
1
-8/+10
*
#1355: remove mention of PyXML from xml.dom docs.
Georg Brandl
2007-11-24
1
-9/+8
*
#1467: fix documentation for TestResult.add{Error,Failure}.
Georg Brandl
2007-11-24
1
-4/+6
*
#1344: document that you need to open std{in,out,err} with PIPE if you want
Georg Brandl
2007-11-24
1
-1/+6
*
Fixed detail in add_type() explanation (issue 1463).
Facundo Batista
2007-11-19
1
-2/+2
*
Fix signature in example
Raymond Hettinger
2007-11-17
1
-1/+1
*
Add example for use cases requiring default values.
Raymond Hettinger
2007-11-15
1
-0/+9
[next]