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
*
Issue #9268: Documented -m pickletools usage.
Alexander Belopolsky
2011-01-13
1
-0/+64
*
Fix the example output of count().
Georg Brandl
2011-01-13
1
-1/+1
*
Add semicolon for consistency.
Georg Brandl
2011-01-13
1
-1/+1
*
Issue #10225: Fixed the simple mistakes in doctests.
Alexander Belopolsky
2011-01-12
3
-3/+3
*
fix weirdly ambigious sentence
Benjamin Peterson
2011-01-12
1
-2/+2
*
Revert r87946. The virtues of readability and of examples that
Raymond Hettinger
2011-01-12
1
-39/+40
*
Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest r...
Terry Reedy
2011-01-11
1
-40/+39
*
Update the email section
Raymond Hettinger
2011-01-11
1
-3/+2
*
Update the datetime and time section.
Raymond Hettinger
2011-01-11
1
-26/+14
*
Clean-up threading.Barrier example.
Raymond Hettinger
2011-01-11
1
-4/+7
*
Add entry for Barrier objects.
Raymond Hettinger
2011-01-11
2
-2/+44
*
Add a todo.
Raymond Hettinger
2011-01-11
1
-0/+2
*
Fix typos and markup.
Raymond Hettinger
2011-01-10
1
-15/+14
*
Improved footnote for the %Y directive slightly.
Alexander Belopolsky
2011-01-10
1
-5/+5
*
Improved description of %Y directive.
Alexander Belopolsky
2011-01-10
1
-7/+16
*
Issue #10875: Update Regular Expression HOWTO; last bit.
Terry Reedy
2011-01-10
1
-1/+4
*
Issue #2568: Removed bogus rationale for supporting tm_sec=61.
Alexander Belopolsky
2011-01-10
2
-14/+14
*
Removed time.ctime from the list of functions that take a time tuple argument
Alexander Belopolsky
2011-01-10
1
-1/+1
*
Added entries about removal of year 1900 limit.
Alexander Belopolsky
2011-01-10
1
-0/+23
*
Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.
Terry Reedy
2011-01-10
1
-28/+16
*
Misspelling.
Raymond Hettinger
2011-01-10
1
-2/+2
*
Missed two source links
Raymond Hettinger
2011-01-10
2
-8/+7
*
Separate source link from main text.
Raymond Hettinger
2011-01-10
27
-1/+53
*
Fixed a footnote reference
Alexander Belopolsky
2011-01-10
1
-1/+1
*
Fix typos.
Raymond Hettinger
2011-01-10
1
-50/+50
*
Move source links to consistent location and remove wordy, big yellow boxes.
Raymond Hettinger
2011-01-10
26
-114/+37
*
#10871: "file" does not exist anymore in Python 3. Also adapt the reprs of o...
Georg Brandl
2011-01-09
1
-14/+14
*
Wrap some long examples and signatures.
Georg Brandl
2011-01-09
1
-7/+14
*
#10869: do not visit root node twice in ast.increment_lineno().
Georg Brandl
2011-01-09
1
-3/+3
*
Issue #10357: Clarify what it means to be a mapping.
Raymond Hettinger
2011-01-08
1
-3/+5
*
zlib only works with bytes objects.
Georg Brandl
2011-01-08
1
-22/+22
*
Fixed documentation to reflect recent changes for years < 1900.
Alexander Belopolsky
2011-01-08
2
-6/+19
*
Markup fix
Raymond Hettinger
2011-01-08
1
-2/+2
*
Issue 9717: Segregate and improve the documentation of "in-place" operators
Raymond Hettinger
2011-01-08
1
-85/+109
*
#10855: document close() semantics of wave objects.
Georg Brandl
2011-01-08
1
-9/+15
*
Issue 10533: Need example of using __missing__.
Raymond Hettinger
2011-01-08
1
-2/+14
*
Issue #10813: Small improvement to decimal money format recipe.
Raymond Hettinger
2011-01-08
1
-1/+2
*
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
R. David Murray
2011-01-07
4
-7/+16
*
Revert r87821 which moved the source link to the wrong section (from the modu...
Raymond Hettinger
2011-01-07
1
-6/+5
*
Revert r87823 which moved the source link to the wrong section.
Raymond Hettinger
2011-01-07
1
-3/+5
*
Update the digest of PEP 3333 based on comments for Phillip Eby.
Raymond Hettinger
2011-01-07
1
-9/+23
*
Fix indent.
Georg Brandl
2011-01-07
1
-1/+1
*
Combine the two seealso sections.
Raymond Hettinger
2011-01-07
1
-6/+4
*
Issue #10827: Changed the rules for 2-digit years. The time.asctime
Alexander Belopolsky
2011-01-07
1
-15/+26
*
Mention multiprocessing.Queue in the queue docs
Antoine Pitrou
2011-01-07
1
-4/+9
*
Group seealsos
Antoine Pitrou
2011-01-07
2
-8/+4
*
Put those "seealso"s together
Antoine Pitrou
2011-01-07
3
-12/+5
*
Put those source links together
Antoine Pitrou
2011-01-07
1
-5/+3
*
atexit.py doesn't exist
Antoine Pitrou
2011-01-07
1
-5/+1
*
Put link to source at the end. There's nothing edificating in threading.py.
Antoine Pitrou
2011-01-07
1
-5/+6
[next]