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 more namedtuple() test cases. Neaten the code and comments.
Raymond Hettinger
2007-12-18
1
-3/+5
*
Don't use quotes for non-string code.
Georg Brandl
2007-12-16
1
-1/+1
*
Use PEP 8.
Georg Brandl
2007-12-16
1
-6/+6
*
Simplify.
Georg Brandl
2007-12-16
1
-3/+1
*
Adapt conf.py to new option names.
Georg Brandl
2007-12-16
2
-14/+35
*
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
*
Argh, wrong version.
Georg Brandl
2007-12-15
1
-4/+0
*
Add note about future import needed for with statement.
Georg Brandl
2007-12-15
1
-0/+4
*
Bump the version number, and make a few small edits
Andrew M. Kuchling
2007-12-14
1
-13/+15
*
Remove warning about URL
Andrew M. Kuchling
2007-12-14
1
-3/+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 a section about nested listcomps to the tutorial.
Georg Brandl
2007-12-14
2
-0/+43
*
Update method names for named tuples.
Raymond Hettinger
2007-12-14
1
-3/+3
*
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
*
Add another GHOP contributor.
Georg Brandl
2007-12-11
1
-0/+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
*
Adapt style.
Georg Brandl
2007-12-08
1
-1/+1
*
correct email address
Skip Montanaro
2007-12-08
8
-9/+9
*
+ "context manager"
Skip Montanaro
2007-12-08
1
-0/+5
*
Add examples to the datetime documentation. Written for GHOP by "h4wk.cz".
Georg Brandl
2007-12-08
1
-39/+298
*
Fix markup in whatsnew, use new directive in ACKS.
Georg Brandl
2007-12-08
2
-200/+202
*
Update to windows doc from Robert.
Georg Brandl
2007-12-07
1
-5/+12
*
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 another GHOP student to ACKS.
Georg Brandl
2007-12-06
2
-2/+3
*
Add Ross Light, a GHOP student, to ACKs.
Georg Brandl
2007-12-05
1
-0/+1
*
Another markup fix.
Georg Brandl
2007-12-05
1
-2/+2
*
Fix markup.
Georg Brandl
2007-12-05
1
-1/+1
*
Add examples to re docs. Written for GHOP by Dan Finnie.
Georg Brandl
2007-12-05
2
-17/+286
*
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
*
Fix duplicate label and a typo.
Georg Brandl
2007-12-04
1
-4/+5
*
Added warning that make install may overwrite or masquerade the default pytho...
Christian Heimes
2007-12-04
1
-0/+5
*
Add "Python on Unix" document, mostly written for GHOP
Georg Brandl
2007-12-04
3
-2/+147
*
Grammar fix
Andrew M. Kuchling
2007-12-03
1
-1/+1
*
Add examples to the xmlrpclib docs.
Georg Brandl
2007-12-03
2
-7/+167
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
2
-4/+3
*
#1548: fix apostroph placement.
Georg Brandl
2007-12-03
1
-1/+1
*
Two small fixes. Issue 1547.
Facundo Batista
2007-12-03
1
-2/+2
*
Issue #1727780: Support loading pickles of random.Random objects created
Martin v. Löwis
2007-12-03
1
-0/+3
*
Add documentation for PySys_* functions.
Georg Brandl
2007-12-02
4
-2/+83
*
Fix a sentence I missed before. Do not merge to 3k.
Georg Brandl
2007-12-02
1
-1/+1
[next]