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
*
Update pydoc topics and suspicious markup file.
Georg Brandl
2012-08-25
1
-0/+1
*
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
Nick Coghlan
2012-08-25
2
-22/+63
*
Issue #13072: The array module's 'u' format code is now deprecated and
Stefan Krah
2012-08-24
2
-1/+13
*
Add glossary references
Antoine Pitrou
2012-08-24
1
-3/+3
|
\
|
*
Add glossary references
Antoine Pitrou
2012-08-24
1
-3/+3
*
|
Issue #14674: Add a discussion of the json module's standard compliance.
Antoine Pitrou
2012-08-24
1
-6/+111
|
\
\
|
|
/
|
*
Issue #14674: Add a discussion of the json module's standard compliance.
Antoine Pitrou
2012-08-24
1
-6/+111
*
|
Suggested a whatsnew item
Alexander Belopolsky
2012-08-23
1
-1/+3
*
|
Update suspicious ignore file.
Ezio Melotti
2012-08-22
1
-0/+3
*
|
Address most of Ezio's comments. str/bytes/bytearray docs still need consolid...
Nick Coghlan
2012-08-21
2
-189/+247
*
|
Improve the pyvenv entry
Antoine Pitrou
2012-08-20
2
-7/+18
*
|
Improved summary section in whatsnew
Antoine Pitrou
2012-08-20
1
-7/+41
*
|
Issue #14954: Clarify the interaction of weak references and garbage collection.
Antoine Pitrou
2012-08-20
1
-1/+4
|
\
\
|
|
/
|
*
Issue #14954: Clarify the interaction of weak references and garbage collection.
Antoine Pitrou
2012-08-20
1
-1/+4
*
|
Merge #15742: clarify sqlite parameter substitution example.
R David Murray
2012-08-20
1
-1/+1
|
\
\
|
|
/
|
*
#15742: clarify sqlite parameter substitution example.
R David Murray
2012-08-20
1
-1/+1
*
|
Break up the 'someos' docs classification based on a more user-focused scheme...
Nick Coghlan
2012-08-20
6
-30/+37
*
|
Close #4966: revamp the sequence docs in order to better explain the state of...
Nick Coghlan
2012-08-20
6
-720/+980
*
|
s/path importer/path based finder/ (because the path based finder is not an i...
Nick Coghlan
2012-08-20
2
-49/+54
*
|
Issue #14814: document the Interface APIs and fix various problems with the s...
Nick Coghlan
2012-08-20
1
-18/+59
*
|
Merge #13579: teach string.Formatter about 'a'.
R David Murray
2012-08-19
1
-5/+6
|
\
\
|
|
/
|
*
#13579: teach string.Formatter about 'a'.
R David Murray
2012-08-19
1
-5/+6
*
|
Fixes #14668. Mention Windows Path manipulation option in the installer.
Brian Curtin
2012-08-19
1
-9/+21
*
|
Merge 3.2: tutorial typo fix
Eli Bendersky
2012-08-18
1
-1/+1
|
\
\
|
|
/
|
*
tutorial typo fix
Eli Bendersky
2012-08-18
1
-1/+1
*
|
Issue #15586: fix prompts in some documentation examples
Eli Bendersky
2012-08-18
1
-2/+2
*
|
Merge #15636: add versionadded for decodebytes
R David Murray
2012-08-18
1
-0/+2
|
\
\
|
|
/
|
*
#15636: add versionadded for decodebytes
R David Murray
2012-08-18
1
-0/+2
*
|
Merge #15355: Mention already-executing Exception in generator docs.
R David Murray
2012-08-18
1
-2/+9
|
\
\
|
|
/
|
*
#15355: Mention already-executing Exception in generator docs.
R David Murray
2012-08-18
1
-2/+9
*
|
Merge #15694: reflow paragraph.
R David Murray
2012-08-18
1
-3/+2
|
\
\
|
|
/
|
*
#15694: reflow paragraph.
R David Murray
2012-08-18
1
-3/+2
*
|
Merge #15694: Link discussion of file objects to glossary entry.
R David Murray
2012-08-18
2
-8/+16
|
\
\
|
|
/
|
*
#15694: Link discussion of file objects to glossary entry.
R David Murray
2012-08-18
2
-8/+16
*
|
Merge with 3.2 #15660
Terry Jan Reedy
2012-08-17
1
-3/+3
|
\
\
|
|
/
|
*
Issue 15660: Clarify 0 prefix for width field in str.format doc.
Terry Jan Reedy
2012-08-17
1
-3/+3
*
|
Issue #15640: Document importlib.abc.Finder as deprecated.
Brett Cannon
2012-08-17
1
-24/+25
*
|
Merge
Richard Oudkerk
2012-08-17
1
-6/+0
|
\
\
|
|
/
|
*
Issue #15412: Remove erroneous note about weakrefs
Richard Oudkerk
2012-08-17
1
-6/+0
*
|
Merge
Richard Oudkerk
2012-08-17
1
-19/+20
|
\
\
|
|
/
|
*
Issue #14501: Clarify that authentication keys are byte strings
Richard Oudkerk
2012-08-17
1
-19/+20
*
|
Update the getpeercert() example with a real-world cert showing non-trivial i...
Antoine Pitrou
2012-08-16
1
-17/+33
|
\
\
|
|
/
|
*
Update the getpeercert() example with a real-world cert showing non-trivial i...
Antoine Pitrou
2012-08-16
1
-17/+33
*
|
merge with 3.2
Sandro Tosi
2012-08-15
1
-2/+2
|
\
\
|
|
/
|
*
clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...
Sandro Tosi
2012-08-15
1
-2/+2
*
|
#15543: reflow paragraph.
R David Murray
2012-08-15
1
-9/+9
*
|
#15543: additional link in subprocess docs.
R David Murray
2012-08-15
1
-1/+2
*
|
Merge #15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
12
-41/+89
|
\
\
|
|
/
|
*
#15543: reflow paragraphs.
R David Murray
2012-08-15
6
-34/+31
|
*
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
13
-23/+77
[next]