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
*
closes issue14257 - Grammatical fix
Senthil Kumaran
2012-03-12
1
-3/+3
|
\
|
*
closes issue14257 - Grammatical fix
Senthil Kumaran
2012-03-12
1
-3/+3
*
|
closes issue14257 - cpython - minor error in glossary wording regarding __hash__
Senthil Kumaran
2012-03-12
1
-1/+1
|
\
\
|
|
/
|
*
closes issue14257 - 3.2 minor error in glossary wording regarding __hash__
Senthil Kumaran
2012-03-12
1
-1/+1
*
|
Close #14210: add command argument completion to pdb: complete file names, gl...
Georg Brandl
2012-03-10
2
-0/+13
*
|
Close #14248: fix typo.
Georg Brandl
2012-03-10
1
-1/+1
*
|
merge 3.2 (#9574)
Mark Dickinson
2012-03-10
1
-0/+7
|
\
\
|
|
/
|
*
Closes #9574: Note that complex constructor doesn't allow whitespace around c...
Mark Dickinson
2012-03-10
1
-0/+7
*
|
Merge with 3.2.
Georg Brandl
2012-03-10
1
-0/+5
|
\
\
|
|
/
|
*
Closes #14186: add link to PEP 3107 (function annotations) to the function de...
Georg Brandl
2012-03-10
1
-0/+5
|
*
Fix closes Issue: 14217 - 3.2 branch
Senthil Kumaran
2012-03-09
1
-1/+4
*
|
Issue #14205: Document the dict lookup change in What's New in Python 3.3
Victor Stinner
2012-03-09
1
-0/+7
*
|
Fix indentation.
Georg Brandl
2012-03-09
1
-1/+2
*
|
Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by T...
Senthil Kumaran
2012-03-09
1
-1/+3
*
|
Fix indentation.
Georg Brandl
2012-03-08
1
-59/+60
*
|
Issue #14205: document the change of dict[key] behaviour if dict is modified
Victor Stinner
2012-03-08
1
-0/+4
*
|
Merge: Use PEP-8 style in logging example
Jason R. Coombs
2012-03-07
1
-1/+1
|
\
\
|
|
/
|
*
Use PEP-8 style in logging example
Jason R. Coombs
2012-03-07
1
-1/+1
*
|
Add todo item about hash randomization.
Georg Brandl
2012-03-07
1
-0/+2
*
|
merge
Brett Cannon
2012-03-06
19
-244/+498
|
\
\
|
*
|
Issue #14181: Improve clarity in the documentation for the multi-purpose
Stefan Krah
2012-03-06
2
-23/+45
|
*
|
Add some simple examples to the PEP 380 section of What's New
Nick Coghlan
2012-03-06
1
-0/+47
|
*
|
Add PEP 414 to What's New, consolidate memoryview entries
Nick Coghlan
2012-03-06
1
-5/+20
|
*
|
Issue #14200: Add benchmark results to text flow.
Martin v. Löwis
2012-03-06
1
-13/+10
|
*
|
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
Antoine Pitrou
2012-03-05
1
-5/+77
|
*
|
Merge 3.2
Éric Araujo
2012-03-05
4
-8/+7
|
|
\
\
|
|
|
/
|
|
*
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
Éric Araujo
2012-03-05
1
-2/+2
|
|
*
Use source reST role instead of file where it makes sense.
Éric Araujo
2012-03-05
2
-4/+4
|
|
*
Remove mention of defunct file.
Éric Araujo
2012-03-05
1
-2/+1
|
|
*
merge 3.2 heads
Eli Bendersky
2012-03-02
1
-8/+8
|
|
|
\
|
*
|
|
Improve packaging.database documentation
Éric Araujo
2012-03-05
1
-12/+33
|
*
|
|
Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...
Antoine Pitrou
2012-03-04
2
-3/+66
|
*
|
|
Update copyright years and version name.
v3.3.0a1
Georg Brandl
2012-03-04
1
-1/+1
|
*
|
|
Sort and clean up suspicious ignore file.
Georg Brandl
2012-03-04
1
-173/+165
|
*
|
|
Fix invalid markup and update suspicious ignores.
Georg Brandl
2012-03-04
3
-10/+20
|
*
|
|
Fix encoding handling of the pydoc-topics writer.
Georg Brandl
2012-03-04
1
-2/+3
|
*
|
|
Basic documentation for PEP 414
Armin Ronacher
2012-03-04
1
-1/+9
|
*
|
|
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
Victor Stinner
2012-03-02
1
-5/+4
|
*
|
|
Merge 3.2
Eli Bendersky
2012-03-02
1
-0/+8
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some c...
Eli Bendersky
2012-03-02
1
-0/+8
*
|
|
|
Clarify importlib.machinery.PathFinder's difference from what __import__() does.
Brett Cannon
2012-03-02
1
-1/+3
*
|
|
|
Minor doc cleanup.
Brett Cannon
2012-03-02
1
-6/+6
|
/
/
/
*
|
|
Merge branch '3.2'
Petri Lehtinen
2012-03-01
1
-8/+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sqlite3: Port documentation changes from the 2.7 branch
Petri Lehtinen
2012-03-01
1
-8/+8
|
|
/
*
|
Add missing 'versionadded' for shlex.quote; closes #14165
Eli Bendersky
2012-03-01
1
-0/+1
*
|
Issue #10181: Add warning that structure layouts in memoryobject.h and
Stefan Krah
2012-02-29
1
-0/+9
*
|
Add PyMemoryView_FromMemory() to whatsnew/3.3.
Stefan Krah
2012-02-29
2
-0/+6
*
|
#14155: merge with 3.2.
Ezio Melotti
2012-02-29
1
-52/+28
|
\
\
|
|
/
|
*
#14155: remove duplication about search vs match in re doc.
Ezio Melotti
2012-02-29
1
-52/+28
*
|
#10713: merge with 3.2.
Ezio Melotti
2012-02-29
1
-8/+14
|
\
\
|
|
/
[next]