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 various items
Andrew M. Kuchling
2008-03-26
1
-17/+78
*
#2476: document that %default feature is new in 2.4.
Georg Brandl
2008-03-25
1
-4/+5
*
Make Py3k warnings consistent w.r.t. punctuation; also respect the
Georg Brandl
2008-03-25
1
-1/+1
*
#868845: document <...> reprs.
Georg Brandl
2008-03-25
1
-5/+9
*
Patch #2240: Implement signal.setitimer and signal.getitimer.
Martin v. Löwis
2008-03-24
1
-7/+60
*
#1700821: add a note to audioop docs about signedness of sample formats.
Georg Brandl
2008-03-24
1
-0/+12
*
Tighten documentation for Random.triangular.
Raymond Hettinger
2008-03-24
1
-5/+5
*
Adopt Nick's suggestion for useful default arguments.
Raymond Hettinger
2008-03-23
1
-1/+6
*
Issue 1681432: Add triangular distribution the random module.
Raymond Hettinger
2008-03-23
1
-0/+4
*
Make the doctests presentation-friendlier.
Georg Brandl
2008-03-23
1
-4/+6
*
Simplify demo code.
Raymond Hettinger
2008-03-23
1
-1/+1
*
Enable doctest running for several other documents.
Georg Brandl
2008-03-22
20
-90/+97
*
Enable doctests in functions.rst. Already found two errors :)
Georg Brandl
2008-03-22
1
-10/+12
*
Test doctests in operator docs.
Georg Brandl
2008-03-22
1
-11/+12
*
Test doctests in datetime docs.
Georg Brandl
2008-03-22
1
-15/+19
*
Make collections' doctests executable.
Georg Brandl
2008-03-22
1
-43/+51
*
Fix-up syntax problems.
Georg Brandl
2008-03-22
1
-21/+19
*
No need to specify explicit "doctest_block" anymore.
Georg Brandl
2008-03-22
3
-10/+13
*
Make more doctests in pprint docs testable.
Georg Brandl
2008-03-22
1
-17/+12
*
Make doctests in re docs usable with sphinx' doctest.
Georg Brandl
2008-03-22
1
-73/+88
*
Test decimal.rst doctests as far as possible with sphinx doctest.
Georg Brandl
2008-03-22
2
-32/+59
*
Fixup this HOWTO's doctest blocks so that they can be run with sphinx' doctes...
Georg Brandl
2008-03-22
1
-189/+163
*
Allow giving source names on the cmdline.
Georg Brandl
2008-03-22
1
-1/+2
*
Activate the Sphinx doctest extension and convert howto/functional to use it.
Georg Brandl
2008-03-22
3
-6/+19
*
#1918: document that weak references *to* an object are
Georg Brandl
2008-03-22
1
-16/+24
*
Applied patch #1657 epoll and kqueue wrappers for the select module
Christian Heimes
2008-03-21
2
-4/+355
*
Add missing versionadded tag.
Georg Brandl
2008-03-21
1
-0/+2
*
Update doc ACKS.
Georg Brandl
2008-03-21
1
-0/+1
*
#2160: document PyImport_GetImporter.
Georg Brandl
2008-03-21
1
-0/+13
*
Add docs for print_function and future_builtins. Fixes #2442.
Georg Brandl
2008-03-21
3
-0/+81
*
Add docs for __func__ and __self__ on methods.
Georg Brandl
2008-03-21
2
-4/+8
*
Fix a code block in __future__ docs.
Georg Brandl
2008-03-21
1
-3/+2
*
Fix markup.
Georg Brandl
2008-03-21
1
-2/+2
*
Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don...
Georg Brandl
2008-03-21
1
-0/+9
*
Fixed PEP name.
Eric Smith
2008-03-20
1
-1/+1
*
Add lots of items
Andrew M. Kuchling
2008-03-20
1
-42/+205
*
Clarfiy the availability of the extended support for win32_ver() in Py2.6.
Marc-André Lemburg
2008-03-20
1
-1/+2
*
Add documentation for updated Windows support in win32_ver().
Marc-André Lemburg
2008-03-20
1
-4/+23
*
Issue 2188: Documentation hint about disabling proxy detection.
Sean Reifscheider
2008-03-20
1
-0/+1
*
Prevent ioctl op codes from being sign extended from int to unsigned long
Gregory P. Smith
2008-03-19
1
-0/+2
*
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
[next]