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
*
Remove unnecessary `object` base class in docs (#10366).
Éric Araujo
2010-11-22
13
-17/+26
*
Issue #10138: Removed 'indefinitely' from the proleptic calendar description.
Alexander Belopolsky
2010-11-22
1
-1/+1
*
Issue 3292: Fixup to the Sequence docs.
Raymond Hettinger
2010-11-21
1
-1/+1
*
Issue 6722: Improve the namedtuple examples.
Raymond Hettinger
2010-11-21
1
-1/+5
*
Issue 10470: 'python -m unittest' launches test discovery by default.(If you...
Michael Foord
2010-11-21
1
-0/+10
*
Issue #10488: Bring documentation for 'float' builtin up to date.
Mark Dickinson
2010-11-21
1
-20/+48
*
Add CSS rule for the deprecated-removed directive
Ezio Melotti
2010-11-21
1
-5/+5
*
Add sets to the precedence table.
Brett Cannon
2010-11-21
1
-0/+1
*
Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only...
Senthil Kumaran
2010-11-21
1
-7/+14
*
Issue #10489: removed broken `__name__` support from configparser
Łukasz Langa
2010-11-21
1
-6/+1
*
Fix capitalization.
Mark Dickinson
2010-11-21
1
-2/+2
*
Add a couple of missing versionadded tags in the inspect module docs
Nick Coghlan
2010-11-21
1
-2/+4
*
Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh...
Nick Coghlan
2010-11-21
2
-0/+30
*
Style edits in followup to r86521 (#9312)
Éric Araujo
2010-11-21
1
-2/+2
*
Issue #7770: Note the useful range of sin/cos in the decimal module examples.
Raymond Hettinger
2010-11-21
1
-0/+6
*
Clean-up the description of the range object.
Raymond Hettinger
2010-11-21
1
-6/+4
*
Document index and count as part of the Sequence ABC (#9746)
Éric Araujo
2010-11-20
1
-0/+6
*
Fix email doc update I overlooked (thanks, Éric)
R. David Murray
2010-11-20
1
-1/+1
*
In 3.x, bytearray is akin to bytes, not str.
Antoine Pitrou
2010-11-20
1
-1/+1
*
Issue 9732: fetch the method resolution order from the type metaclass directl...
Michael Foord
2010-11-20
1
-20/+8
*
Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr...
Michael Foord
2010-11-20
1
-3/+5
*
Issue 9732: addition of getattr_static to the inspect module
Michael Foord
2010-11-20
2
-0/+75
*
#10439: document PyCodec C APIs.
Georg Brandl
2010-11-20
2
-0/+121
*
Use correct markup for True/False/None
Ezio Melotti
2010-11-20
1
-11/+11
*
Add a few labels and links to unittest doc
Ezio Melotti
2010-11-20
1
-28/+41
*
Do not put a raw REPLACEMENT CHARACTER in the document.
Georg Brandl
2010-11-19
1
-1/+4
*
remove documentation for something that's gone
Fred Drake
2010-11-19
1
-4/+0
*
Issue #4153: Updated Unicode HOWTO.
Alexander Belopolsky
2010-11-19
1
-55/+47
*
#10455: fix typo
Ezio Melotti
2010-11-18
1
-1/+1
*
Issue 7828: Fixed chr() and ord() documentation for wide characters
Alexander Belopolsky
2010-11-18
1
-10/+14
*
Fix usage of :option: in the docs (#9312).
Éric Araujo
2010-11-18
13
-159/+216
*
Remove spurious space that was breaking Vim’s reST highlighting.
Éric Araujo
2010-11-18
1
-1/+1
*
Issue 10260
Kristján Valur Jónsson
2010-11-18
1
-0/+36
*
Remove duplicate period from reference doc
Michael Foord
2010-11-18
1
-1/+1
*
Issue #10446: Several changes to module documentation generated by pydoc:
Alexander Belopolsky
2010-11-18
1
-3/+5
*
Issue #10443: Add the SSLContext.set_default_verify_paths() method.
Antoine Pitrou
2010-11-17
1
-0/+9
*
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
Antoine Pitrou
2010-11-17
1
-4/+11
*
Fix typo
Ezio Melotti
2010-11-16
1
-1/+1
*
Provide links to Python source where the code is short, readable and
Éric Araujo
2010-11-16
29
-0/+134
*
Add stub for PEP 3148.
Georg Brandl
2010-11-16
1
-0/+5
*
Logging: added stack_info argument.
Vinay Sajip
2010-11-14
1
-8/+65
*
Issue 10410: An iterable is not necessarily a container.
Raymond Hettinger
2010-11-14
1
-1/+1
*
Ignore suspicious-ignore file.
Georg Brandl
2010-11-13
1
-6/+9
*
fix copy-editing level nits
Fred Drake
2010-11-13
1
-103/+105
*
use appropriate markup
Fred Drake
2010-11-13
1
-1/+1
*
Issue #4471: Add the IMAP.starttls() method to enable encryption on
Antoine Pitrou
2010-11-12
1
-0/+11
*
Add a deprecated-removed directive that allows to give the version of removal...
Georg Brandl
2010-11-12
1
-0/+38
*
Fix weird line block in table.
Georg Brandl
2010-11-12
1
-1/+0
*
Switch to Sphinx 1.0.5.
Georg Brandl
2010-11-12
3
-3/+3
*
#10008: Fix duplicate index entry.
Georg Brandl
2010-11-12
1
-0/+1
[next]