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
*
Another one.
Georg Brandl
2008-03-19
1
-1/+1
*
Remove footnote from versionchanged as it upsets LaTeX.
Georg Brandl
2008-03-19
1
-2/+1
*
Mention that crc32 and adler32 are available in a different module (zlib).
Gregory P. Smith
2008-03-19
1
-0/+4
*
Document unicode.isnumeric() and unicode.isdecimal() (issue2326)
Steven Bethard
2008-03-17
1
-0/+16
*
Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms
Gregory P. Smith
2008-03-17
1
-0/+12
*
Added a footnote to each pointing out that for XML output if an encoding
Mark Summerfield
2008-03-17
3
-5/+29
*
Clarified documentation on use of shutdown().
Vinay Sajip
2008-03-16
1
-1/+2
*
#2299: typos in newtypes.rst.
Georg Brandl
2008-03-16
1
-3/+3
*
Update docs to reflect removal of Exact/Inexact
Raymond Hettinger
2008-03-16
1
-26/+4
*
add %f format to datetime - issue 1158
Skip Montanaro
2008-03-15
1
-11/+42
*
note that fork and forkpty raise OSError on failure
Skip Montanaro
2008-03-15
1
-2/+4
*
Fix lots of broken links in the docs, found by Sphinx' external link checker.
Georg Brandl
2008-03-15
27
-65/+45
*
Remove obsolete paragraph. #2288.
Georg Brandl
2008-03-14
1
-4/+0
*
Issue 2274: Add heapq.heappushpop().
Raymond Hettinger
2008-03-13
1
-0/+7
*
Add class decorators
Andrew M. Kuchling
2008-03-13
1
-1/+8
*
#1720705: add docs about import/threading interaction, wording by Nick.
Georg Brandl
2008-03-13
1
-0/+23
*
#2270: fix typo.
Georg Brandl
2008-03-13
1
-1/+1
*
#2265: fix example.
Georg Brandl
2008-03-13
1
-1/+1
*
Improve docs for itemgetter(). Show that it works with slices.
Raymond Hettinger
2008-03-11
1
-12/+33
*
Add recipe to docs.
Raymond Hettinger
2008-03-11
1
-0/+5
*
Update for newest Sphinx.
Georg Brandl
2008-03-09
1
-3/+4
*
#2249: document assertTrue and assertFalse.
Georg Brandl
2008-03-09
1
-0/+2
*
Issue 1106316. post_mortem()'s parameter, traceback, is now
Facundo Batista
2008-03-08
1
-2/+5
*
#1533486: fix types in refcount intro.
Georg Brandl
2008-03-08
1
-1/+1
*
#2253: fix continue vs. finally docs.
Georg Brandl
2008-03-08
1
-6/+5
*
Grammar fix
Andrew M. Kuchling
2008-03-07
1
-1/+1
*
Speed up with statements by storing the __exit__ method on the stack instead ...
Nick Coghlan
2008-03-07
1
-12/+15
*
Progress on issue #1193577 by adding a polling .shutdown() method to
Jeffrey Yasskin
2008-03-07
1
-12/+20
*
Tweak recipes and tests
Raymond Hettinger
2008-03-07
1
-6/+6
*
#2225: return nonzero status code from py_compile if not all files could be c...
Georg Brandl
2008-03-06
1
-1/+6
*
Add isinstance/issubclass to tutorial.
Georg Brandl
2008-03-06
1
-0/+16
*
Little clarification of assignments.
Georg Brandl
2008-03-06
1
-8/+11
*
Expand on re.split behavior with captured expressions.
Georg Brandl
2008-03-06
1
-1/+13
*
#1725737: ignore other VC directories other than CVS and SVN's too.
Georg Brandl
2008-03-06
1
-3/+5
*
Add two items
Andrew M. Kuchling
2008-03-06
1
-4/+12
*
Add examples.
Raymond Hettinger
2008-03-06
1
-23/+29
*
#2239: PYTHONPATH delimiter is os.pathsep.
Georg Brandl
2008-03-05
1
-1/+2
*
Issue 1872: Changed the struct module typecode from 't' to '?', for
Thomas Heller
2008-03-05
1
-3/+3
*
Fix some rst.
Georg Brandl
2008-03-05
1
-7/+7
*
Add more items; add fragmentary notes
Andrew M. Kuchling
2008-03-05
1
-14/+166
*
#2230: document that PyArg_* leaves addresses alone on error.
Georg Brandl
2008-03-04
1
-4/+8
*
Fix some patch attributions.
Georg Brandl
2008-03-04
1
-2/+4
*
Beef-up docs and tests for itertools. Fix-up end-case for product().
Raymond Hettinger
2008-03-04
1
-9/+32
*
Thesis night results: add various items
Andrew M. Kuchling
2008-03-04
1
-12/+162
*
Add versionadded tags
Andrew M. Kuchling
2008-03-04
1
-0/+4
*
Fix sentence fragment
Andrew M. Kuchling
2008-03-04
1
-2/+2
*
Grammar fix; markup fix
Andrew M. Kuchling
2008-03-04
1
-2/+2
*
Expand a bit on genexp scopes.
Georg Brandl
2008-03-03
1
-8/+9
*
There are now sixteen isfoo functions.
Georg Brandl
2008-03-03
1
-1/+1
*
Since abc._Abstract was replaces by a new type flags the regression test suit...
Christian Heimes
2008-03-03
1
-0/+6
[next]