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
*
Fix for issue 896199 (some Carbon modules aren't present in the documentation)
Ronald Oussoren
2009-03-30
1
-0/+262
*
there's actually three methods here #5600
Benjamin Peterson
2009-03-30
1
-2/+2
*
use the awesome new status iterator
Benjamin Peterson
2009-03-29
1
-1/+3
*
Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
Mark Dickinson
2009-03-29
1
-1/+1
*
fix consistency
Benjamin Peterson
2009-03-29
1
-2/+2
*
stop the versionchanged directive from hiding the docs
Benjamin Peterson
2009-03-29
1
-5/+7
*
a more realistic example
Benjamin Peterson
2009-03-29
1
-1/+15
*
Add section numbering to some of the larger subdocuments.
Georg Brandl
2009-03-28
7
-0/+7
*
Switch to fixed Sphinx version.
Georg Brandl
2009-03-28
1
-1/+1
*
Fix a typo and be more specific
Antoine Pitrou
2009-03-28
1
-3/+7
*
give os.symlink and os.link() better parameter names #5564
Benjamin Peterson
2009-03-28
2
-4/+7
*
#5324: document __subclasses__().
Georg Brandl
2009-03-28
1
-0/+11
*
Publicize the GC untracking optimization
Antoine Pitrou
2009-03-28
1
-0/+8
*
rename TestCase.skip() to skipTest() because it causes annoying problems with...
Benjamin Peterson
2009-03-26
1
-1/+1
*
clarify the type of data returned
Skip Montanaro
2009-03-25
1
-2/+2
*
Add links to related resources.
Raymond Hettinger
2009-03-24
1
-0/+6
*
forgot to document that setUp can be skipped (silly me...)
Benjamin Peterson
2009-03-23
1
-2/+5
*
refactor unittest docs
Benjamin Peterson
2009-03-23
1
-389/+413
*
comply with the evilJavaNamingScheme for attribute names
Benjamin Peterson
2009-03-23
1
-2/+2
*
implement test skipping and expected failures
Benjamin Peterson
2009-03-23
1
-5/+128
*
Issue #4688: Add a heuristic so that tuples and dicts containing only
Antoine Pitrou
2009-03-23
1
-0/+25
*
Add MutableSet example.
Raymond Hettinger
2009-03-20
1
-1/+6
*
Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.
Mark Dickinson
2009-03-20
2
-0/+43
*
* Add clearer comment to initialization code.
Raymond Hettinger
2009-03-19
1
-2/+10
*
Issue 5381: Add object_pairs_hook to the json module.
Raymond Hettinger
2009-03-19
1
-3/+25
*
a much better example
Benjamin Peterson
2009-03-18
1
-18/+7
*
I thought this was begging for an example
Benjamin Peterson
2009-03-17
1
-0/+19
*
Add token markup.
Georg Brandl
2009-03-16
1
-1/+1
*
Fix markup in re docs and give a mail address in regex howto, so that
Georg Brandl
2009-03-15
2
-2/+2
*
#5469: add with statement to list of name-binding constructs.
Georg Brandl
2009-03-15
1
-3/+4
*
#5276: document IDLESTARTUP and .Idle.py.
Georg Brandl
2009-03-15
1
-0/+18
*
#5478: fix copy-paste oversight in function signature.
Georg Brandl
2009-03-15
1
-1/+1
*
#5488: add missing struct member.
Georg Brandl
2009-03-15
1
-0/+1
*
#5491: clarify nested() semantics.
Georg Brandl
2009-03-15
1
-4/+5
*
#5493: clarify __nonzero__ docs.
Georg Brandl
2009-03-15
1
-4/+5
*
#5486: typos.
Georg Brandl
2009-03-13
5
-11/+11
*
Issue 5477: Fix buglet in the itertools documentation.
Raymond Hettinger
2009-03-12
1
-3/+4
*
Add reference to solution for a commonly asked question.
Raymond Hettinger
2009-03-12
1
-0/+3
*
Require implementations for warnings.showwarning() support the 'line' argument.
Brett Cannon
2009-03-11
1
-3/+2
*
Fix typo.
Raymond Hettinger
2009-03-10
1
-1/+1
*
For collections.deque() objects, expose the maxlen parameter as a read-only a...
Raymond Hettinger
2009-03-10
1
-0/+9
*
Update the decimal FAQ for the from_float() classmethod and improve the recip...
Raymond Hettinger
2009-03-10
1
-34/+15
*
Clarify the meaning of normal and subnormal.
Raymond Hettinger
2009-03-10
1
-3/+7
*
Update url for the spec.
Raymond Hettinger
2009-03-10
1
-1/+1
*
Fix markup.
Raymond Hettinger
2009-03-10
1
-1/+1
*
gzip and bz2 are context managers
Benjamin Peterson
2009-03-09
2
-0/+10
*
Add missing space.
Georg Brandl
2009-03-09
1
-1/+1
*
#5458: add a note when we started to raise RuntimeErrors.
Georg Brandl
2009-03-09
1
-1/+6
*
Add cross-reference to the collections docs.
Raymond Hettinger
2009-03-09
1
-0/+6
*
Add consume() recipe to itertools docs.
Raymond Hettinger
2009-03-09
1
-0/+4
[next]