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 #20624: Merge exception docs tweak from 3.4 branch.
Mark Dickinson
2014-04-14
1
-4/+4
|
\
|
*
Issue #20624: Exception docs wording tweak - clarify that it's okay to inheri...
Mark Dickinson
2014-04-14
1
-4/+4
*
|
Merge: #21169: add comment and doc update for getpass change.
R David Murray
2014-04-14
1
-4/+5
|
\
\
|
|
/
|
*
#21169: add comment and doc update for getpass change.
R David Murray
2014-04-14
1
-4/+5
*
|
Merge 3.4: Fix faq example with division.
Eric V. Smith
2014-04-14
1
-1/+1
|
\
\
|
|
/
|
*
Fix faq example with division.
Eric V. Smith
2014-04-14
1
-1/+1
*
|
Merge 3.4: Fix text about int() with octal numbers. Closes #21212.
Eric V. Smith
2014-04-14
1
-1/+1
|
\
\
|
|
/
|
*
Fix text about int() with octal numbers. Closes #21212.
Eric V. Smith
2014-04-14
1
-1/+1
*
|
correct sphinx mark up for cmdline options (closes #21210)
Benjamin Peterson
2014-04-13
1
-2/+4
*
|
Remove references to the obsolete Mac Carbon modules in the GUI
Ned Deily
2014-04-12
1
-8/+4
|
\
\
|
|
/
|
*
Remove references to the obsolete Mac Carbon modules in the GUI
Ned Deily
2014-04-12
1
-8/+4
*
|
Merge with 3.4
Terry Jan Reedy
2014-04-11
1
-2/+2
|
\
\
|
|
/
|
*
Issue #21170: Removed invalid parameter names from unittest doc.
Terry Jan Reedy
2014-04-11
1
-2/+2
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
8
-33/+95
*
|
merge from 3.4
Senthil Kumaran
2014-04-09
1
-1/+1
|
\
\
|
|
/
|
*
issue #21190: Fix the broken docs download link
Senthil Kumaran
2014-04-09
1
-1/+1
|
*
docs: Better wording for __objclass__ docs. Issue #19281
Yury Selivanov
2014-04-08
1
-6/+6
|
*
docs: Document __objclass__. Closes #19281.
Yury Selivanov
2014-04-08
1
-0/+8
*
|
docs: Better wording for __objclass__ docs. Issue #19281
Yury Selivanov
2014-04-08
1
-6/+6
*
|
docs: Document __objclass__. Closes #19281.
Yury Selivanov
2014-04-08
1
-0/+8
*
|
inspect: Make Signature and Parameter hashable. Issue #20334.
Yury Selivanov
2014-04-08
2
-3/+4
*
|
merge 3.4 (#16395)
Benjamin Peterson
2014-04-08
1
-4/+4
|
\
\
|
|
/
|
*
PySequence_Fast generally returns a list not a tuple (closes #16395)
Benjamin Peterson
2014-04-08
1
-4/+4
*
|
merge 3.4
Benjamin Peterson
2014-04-08
1
-1/+2
|
\
\
|
|
/
|
*
the name of the slot of nb_multiply not nb_mul
Benjamin Peterson
2014-04-08
1
-1/+2
*
|
merge 3.4 (#21174)
Benjamin Peterson
2014-04-07
1
-1/+1
|
\
\
|
|
/
|
*
fix verb (closes #21174)
Benjamin Peterson
2014-04-07
1
-1/+1
*
|
merge from 3.4
Senthil Kumaran
2014-04-06
1
-2/+2
|
\
\
|
|
/
|
*
merge from 3.3
Senthil Kumaran
2014-04-06
1
-2/+2
|
|
\
|
|
*
minor docfix (reported at docs@python.org) trace.py argument is --count not -...
Senthil Kumaran
2014-04-06
1
-2/+2
*
|
|
Issue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon
2014-04-04
2
-0/+39
*
|
|
merge along w/ fix for issue #2107 (commit c9239171e429)
Brett Cannon
2014-04-04
2
-0/+15
|
\
\
\
|
*
|
|
fix #21076: turn signal module constants into enums
Giampaolo Rodola'
2014-04-04
2
-0/+15
*
|
|
|
merge of fix for issue #20942
Brett Cannon
2014-04-04
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets
Brett Cannon
2014-04-04
1
-0/+3
*
|
|
Issue #20636: Improved the repr of Tkinter widgets.
Serhiy Storchaka
2014-04-04
1
-1/+1
*
|
|
Issue #19505: The items, keys, and values views of OrderedDict now support
Serhiy Storchaka
2014-04-04
1
-0/+3
*
|
|
merge
Raymond Hettinger
2014-04-03
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue 21143: Fix typo in docs for max().
Raymond Hettinger
2014-04-03
1
-1/+1
*
|
|
Issue #20375: Clarify ET's parsing of comments and processing instructions.
Eli Bendersky
2014-04-03
1
-0/+22
|
\
\
\
|
|
/
/
|
*
|
Issue #20375: Clarify ET's parsing of comments and processing instructions.
Eli Bendersky
2014-04-03
1
-0/+22
*
|
|
merge
Raymond Hettinger
2014-04-02
1
-0/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #18652: Add an itertools recipe for first_true()
Raymond Hettinger
2014-04-02
1
-0/+13
*
|
|
merge
Raymond Hettinger
2014-04-02
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Documentation nit. List the traditional keyword-only argument first and the ...
Raymond Hettinger
2014-04-02
1
-2/+2
*
|
|
merge
Raymond Hettinger
2014-04-02
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue 21125: minor documentation tweak.
Raymond Hettinger
2014-04-02
1
-1/+1
*
|
|
merge 3.4
Benjamin Peterson
2014-04-01
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
update version changed
Benjamin Peterson
2014-04-01
1
-3/+3
*
|
|
merge 3.4 (#21082)
Benjamin Peterson
2014-04-01
1
-5/+9
|
\
\
\
|
|
/
/
[next]