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
*
Refactor if/elif chain for clarity and speed. Remove dependency on subclasse...
Raymond Hettinger
2008-01-15
1
-0/+8
*
Restore description of sys.dont_write_bytecode.
Andrew M. Kuchling
2008-01-15
1
-0/+11
*
Add rational.Rational as an implementation of numbers.Rational with infinite
Jeffrey Yasskin
2008-01-15
2
-0/+66
*
Remove duplicate entry.
Georg Brandl
2008-01-15
1
-11/+3
*
Typo.
Georg Brandl
2008-01-15
1
-1/+1
*
Small grammar nit
Raymond Hettinger
2008-01-15
1
-2/+2
*
Better (?) text describing the lack of guarantees provided by qsize(),
Skip Montanaro
2008-01-15
1
-6/+11
*
Tighten the definition of a named tuple.
Raymond Hettinger
2008-01-15
1
-1/+1
*
Repair unfinished sentence
Andrew M. Kuchling
2008-01-15
1
-3/+5
*
Add many items
Andrew M. Kuchling
2008-01-15
1
-7/+131
*
Markup fix
Andrew M. Kuchling
2008-01-15
1
-1/+1
*
Typo fixes
Andrew M. Kuchling
2008-01-15
1
-1/+1
*
Update description of float_info
Andrew M. Kuchling
2008-01-14
1
-4/+4
*
Now that I've learnt about structseq objects I felt like converting sys.float...
Christian Heimes
2008-01-14
2
-3/+3
*
Applied patch #1816: sys.flags patch
Christian Heimes
2008-01-14
1
-0/+38
*
Clarify the effect of text mode.
Georg Brandl
2008-01-13
1
-1/+3
*
Fix spelling.
Raymond Hettinger
2008-01-13
1
-1/+1
*
Named tuple is a concept, not a specific type.
Raymond Hettinger
2008-01-13
1
-5/+11
*
Fix editing glitch.
Georg Brandl
2008-01-12
1
-5/+2
*
Move OSError docs to exceptions doc, remove obsolete descriptions
Georg Brandl
2008-01-12
3
-65/+44
*
Issue 1780: Allow leading and trailing whitespace in Decimal constructor,
Mark Dickinson
2008-01-12
1
-3/+11
*
Update the opcode docs for STORE_MAP and BUILD_MAP
Raymond Hettinger
2008-01-11
1
-3/+7
*
Bug #1790: update link; remove outdated paragraph
Andrew M. Kuchling
2008-01-11
1
-9/+3
*
Documentation for r5990[3567].
Georg Brandl
2008-01-11
5
-3/+36
*
Run doctests on the collections module
Raymond Hettinger
2008-01-11
1
-1/+1
*
Neaten-up the named tuple docs
Raymond Hettinger
2008-01-10
1
-7/+7
*
Closing issue1761.
Amaury Forgeot d'Arc
2008-01-10
1
-1/+3
*
Clarify how to add a field to a named tuple.
Raymond Hettinger
2008-01-10
1
-1/+1
*
Examples for named tuple subclassing should include __slots__
Raymond Hettinger
2008-01-10
1
-3/+4
*
Fix typo
Raymond Hettinger
2008-01-09
1
-1/+1
*
Syntax highlighting only works when >>> lines are accompanied by ... lines
Raymond Hettinger
2008-01-09
1
-8/+8
*
Better method for associating .py files with the interpreter.
Georg Brandl
2008-01-08
1
-8/+9
*
Fix markup errors from r59857 and clarify key.__enter__/__exit__ docs
Georg Brandl
2008-01-08
1
-11/+16
*
Added __enter__ and __exit__ functions to HKEY object
Christian Heimes
2008-01-08
1
-0/+18
*
Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects
Andrew M. Kuchling
2008-01-08
2
-2/+13
*
Docs on named tuple's naming conventions and limits of subclassing
Raymond Hettinger
2008-01-08
1
-1/+7
*
Documentation nits.
Raymond Hettinger
2008-01-07
1
-5/+5
*
Use get() instead of pop() for the optimized version of _replace().
Raymond Hettinger
2008-01-07
1
-1/+1
*
Minor markup fix
Raymond Hettinger
2008-01-07
1
-1/+1
*
Cleanup named tuple subclassing example.
Raymond Hettinger
2008-01-07
1
-10/+12
*
Added section about adding contextual information to log output.
Vinay Sajip
2008-01-07
1
-0/+46
*
Clarify metaclass docs and add example.
Georg Brandl
2008-01-07
1
-2/+17
*
Fix two further doc build warnings.
Georg Brandl
2008-01-07
2
-3/+4
*
Fix inconsistent title levels -- it made the whole doc build crash horribly.
Raymond Hettinger
2008-01-07
1
-1/+1
*
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
Georg Brandl
2008-01-07
1
-0/+28
*
Restructure urllib doc structure.
Georg Brandl
2008-01-07
1
-73/+65
*
patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.
Georg Brandl
2008-01-07
1
-2/+40
*
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO...
Georg Brandl
2008-01-07
2
-0/+26
*
Restore "somenamedtuple" as the "class" for named tuple attrs.
Georg Brandl
2008-01-07
1
-11/+7
*
Added a hyperlink from sequence types to mutable sequence types.
Mark Summerfield
2008-01-07
1
-1/+1
[next]