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
...
*
|
Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.
Terry Jan Reedy
2014-06-03
1
-2/+2
*
|
Updated logging HOWTO section on optimization.
Vinay Sajip
2014-06-01
1
-0/+14
*
|
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
Benjamin Peterson
2014-05-31
1
-0/+40
*
|
give the correct fixer name (closes #21604)
Benjamin Peterson
2014-05-31
1
-1/+1
*
|
Issue #21593: (from StackOverflow) minor doc clarification for re.search.
Terry Jan Reedy
2014-05-30
1
-1/+1
*
|
Issue #21608: Updated HTTPHandler documentation.
Vinay Sajip
2014-05-30
1
-3/+17
*
|
Issue 21575: Show list.sort() arguments in the tutorial.
Raymond Hettinger
2014-05-27
1
-2/+3
*
|
remove list of example incompatibilities (closes #21434)
Benjamin Peterson
2014-05-26
1
-12/+3
*
|
fix typo in variable name (closes #21586)
Benjamin Peterson
2014-05-26
1
-1/+1
*
|
allow doc archives to be built for versions in the rc stage
Benjamin Peterson
2014-05-24
1
-2/+3
*
|
Issue #21545: Add .pop example and tweak comment about pure mutation methods.
Terry Jan Reedy
2014-05-23
1
-0/+9
*
|
Issue 21479: Fix markup for the TarFile.open() classmethod.
Raymond Hettinger
2014-05-23
1
-1/+1
*
|
Issue 21198: Minor tarfile documentation bug.
Raymond Hettinger
2014-05-22
1
-1/+1
*
|
Don't grow strings by concatenation. Use ''.join() instead.
Raymond Hettinger
2014-05-18
1
-5/+7
*
|
Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...
Victor Stinner
2014-05-14
1
-6/+8
*
|
#21347: use string not list in shell=True example.
R David Murray
2014-05-14
1
-1/+1
*
|
backport hmac.compare_digest to partially implement PEP 466 (closes #21306)
Benjamin Peterson
2014-05-11
1
-0/+33
*
|
remove confusing delete indexing (closes #21466)
Benjamin Peterson
2014-05-11
1
-2/+0
*
|
Add prompts to interactive example.
Zachary Ware
2014-05-06
1
-8/+8
*
|
Issue #21366: Document the fact that ``return`` in a ``finally`` clause
Zachary Ware
2014-05-06
1
-0/+14
*
|
Issue #19630 Emphasise that the file parameter to marshal.dump must be a real...
Tim Golden
2014-04-29
1
-2/+3
*
|
Closes #21055: Index (augmented) assignment symbols.
Terry Jan Reedy
2014-04-29
1
-0/+13
*
|
Closes 21048: Index 'as' in import and with statements.
Terry Jan Reedy
2014-04-29
2
-1/+4
*
|
Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.
Terry Jan Reedy
2014-04-29
1
-1/+5
*
|
#18243: Remove obsolete cautionary note from email mktime_tz docs.
R David Murray
2014-04-26
1
-7/+3
*
|
Issue #17145: Document array.array buffer interface limitations.
Stefan Krah
2014-04-26
1
-2/+4
*
|
fix off-by-one error (closes #21330)
Benjamin Peterson
2014-04-23
1
-1/+1
*
|
#18628: clarify index entry for source file encoding declaration.
R David Murray
2014-04-17
1
-3/+1
*
|
#18566: Whitespace
Terry Jan Reedy
2014-04-16
1
-5/+5
*
|
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
Terry Jan Reedy
2014-04-16
1
-7/+7
*
|
Issue #21245: updated documentation on exception() method and function.
Vinay Sajip
2014-04-15
1
-2/+2
*
|
whitespace chaps my hide
Gregory P. Smith
2014-04-15
1
-1/+1
*
|
Some cleanup of the subprocess docs in 2.7. Adds a reference to the
Gregory P. Smith
2014-04-15
1
-29/+30
*
|
when an exception is raised in fdopen, never close the fd (changing on my min...
Benjamin Peterson
2014-04-14
1
-1/+1
*
|
Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.
Terry Jan Reedy
2014-04-14
1
-3/+4
*
|
Issue #20624: Merge exception docs tweak from 3.4 branch.
Mark Dickinson
2014-04-14
1
-4/+4
*
|
Remove references to the obsolete Mac Carbon modules in the GUI
Ned Deily
2014-04-12
1
-9/+5
*
|
Issue #21170: Removed invalid parameter names from unittest doc.
Terry Jan Reedy
2014-04-11
1
-2/+2
*
|
make sure fdopen always closes the fd in error cases (closes #21191)
Benjamin Peterson
2014-04-09
1
-2/+3
*
|
issue #21190: Fix the docs README link
Senthil Kumaran
2014-04-09
1
-1/+1
*
|
Issue #21179: Fix description of 'round' function for numbers.Real.
Mark Dickinson
2014-04-09
1
-2/+2
*
|
PySequence_Fast generally returns a list not a tuple (closes #16395)
Benjamin Peterson
2014-04-08
1
-4/+4
*
|
the name of the slot of nb_multiply not nb_mul
Benjamin Peterson
2014-04-08
1
-1/+2
*
|
fix verb (closes #21174)
Benjamin Peterson
2014-04-07
1
-3/+3
*
|
minor docfix (reported at docs@python.org) trace.py argument is --count not -...
Senthil Kumaran
2014-04-06
1
-2/+2
*
|
note that the hash of an arbitrary object is only derived from its address (c...
Benjamin Peterson
2014-04-04
1
-1/+1
*
|
Issue 21125: minor wording tweak.
Raymond Hettinger
2014-04-02
1
-1/+1
*
|
Issue #15067: Remove reference to a rejected PEP.
Zachary Ware
2014-04-01
1
-3/+0
*
|
support CDN purging
Benjamin Peterson
2014-03-30
1
-3/+48
*
|
Minor readability improvement.
Raymond Hettinger
2014-03-29
1
-1/+1
[prev]
[next]