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 #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
Larry Hastings
2012-03-20
1
-0/+9
*
time.steady() doc: don't repeat the default value
Victor Stinner
2012-03-19
1
-1/+1
*
Merge #14355: remove obsolete doc reference to previously removed init_frozen.
R David Murray
2012-03-19
1
-1/+1
|
\
|
*
#14355: remove obsolete doc reference to previously removed init_frozen.
R David Murray
2012-03-19
1
-1/+1
*
|
merge with 3.2
Georg Brandl
2012-03-17
1
-2/+3
|
\
\
|
|
/
|
*
Closes #14250: regex.flags has not only explicit flags but also implicit flag...
Georg Brandl
2012-03-17
1
-2/+3
*
|
merge with 3.2
Georg Brandl
2012-03-17
1
-24/+2
|
\
\
|
|
/
|
*
Closes #14343: avoid shadowing builtin input() in example code.
Georg Brandl
2012-03-17
1
-2/+2
|
*
Closes #14342: remove out-of-date section about avoiding recursion errors.
Georg Brandl
2012-03-17
1
-22/+0
*
|
merge with 3.2
Georg Brandl
2012-03-17
1
-5/+5
|
\
\
|
|
/
|
*
Closes #14306: clarify expensiveness of try-except and update code snippet
Georg Brandl
2012-03-17
1
-5/+5
*
|
updated whatsnew/3.3.rst with the new methods added to list and bytearray (is...
Eli Bendersky
2012-03-17
1
-0/+4
*
|
merge from 3.2 - issue6566
Senthil Kumaran
2012-03-17
1
-0/+8
|
\
\
|
|
/
|
*
3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch ...
Senthil Kumaran
2012-03-17
1
-0/+8
*
|
Merge #11780: s/throw/raise/
R David Murray
2012-03-17
1
-1/+1
|
\
\
|
|
/
|
*
#11780: s/throw/raise/
R David Murray
2012-03-17
1
-1/+1
*
|
Merge #11780: document that email.encoders throw TypeError on multipart messa...
R David Murray
2012-03-17
1
-0/+4
|
\
\
|
|
/
|
*
#11780: document that email.encoders throw TypeError on multipart messages.
R David Murray
2012-03-17
1
-0/+4
*
|
Issue #14202: some additional doc fixes
Eli Bendersky
2012-03-16
1
-14/+13
|
\
\
|
|
/
|
*
Issue #14202: some additional doc fixes
Eli Bendersky
2012-03-16
1
-14/+13
*
|
Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.
Eli Bendersky
2012-03-16
1
-16/+68
|
\
\
|
|
/
|
*
Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.
Eli Bendersky
2012-03-16
1
-16/+68
*
|
Issue #13709: some fixes to the ctypes documentation. In addition to fixing
Eli Bendersky
2012-03-16
1
-80/+14
*
|
Issue #9257: clarify the events iterparse accepts
Eli Bendersky
2012-03-16
1
-5/+8
|
\
\
|
|
/
|
*
Issue #9257: clarify the events iterparse accepts
Eli Bendersky
2012-03-16
1
-5/+8
*
|
Issue #14207: the ParseError exception raised by _elementtree was made
Eli Bendersky
2012-03-16
1
-1/+18
*
|
Explain the use of charset parameter with Content-Type header: issue11082
Senthil Kumaran
2012-03-16
2
-26/+55
|
\
\
|
|
/
|
*
Explain the use of charset parameter with Content-Type header. Issue11082
Senthil Kumaran
2012-03-16
2
-24/+53
*
|
(sched) when run() is invoked with blocking=False return the deadline of the ...
Giampaolo Rodola'
2012-03-15
1
-1/+2
*
|
Merge #12758: removing confusing mention of UTC from time.time description
R David Murray
2012-03-15
1
-2/+2
|
\
\
|
|
/
|
*
#12758: removing confusing mention of UTC from time.time description
R David Murray
2012-03-15
1
-2/+2
*
|
Closes issue #14163 - tkinter: problems with hello doc example
Andrew Svetlov
2012-03-15
1
-29/+24
*
|
merge
Raymond Hettinger
2012-03-15
2
-10/+11
|
\
\
|
*
\
cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issu...
Senthil Kumaran
2012-03-15
2
-10/+11
|
|
\
\
|
|
|
/
|
|
*
Fix the wrong urllib exampls which use str for POST data. Closes Issue11261
Senthil Kumaran
2012-03-15
2
-13/+14
*
|
|
Issue #13248: Removed docs for two deprecated unittest features. To be cons...
Raymond Hettinger
2012-03-15
1
-30/+0
|
/
/
*
|
Issue #10278: Add an optional strict argument to time.steady(), False by default
Victor Stinner
2012-03-15
1
-1/+6
*
|
Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...
Victor Stinner
2012-03-14
2
-20/+9
*
|
merge with 3.2
Georg Brandl
2012-03-14
1
-2/+2
|
\
\
|
|
/
|
*
Closes #14305: fix typo.
Georg Brandl
2012-03-14
1
-2/+2
*
|
deprecated the old urllib primitives in 3.3 urllib package - issue 10050
Senthil Kumaran
2012-03-14
1
-27/+51
*
|
#14289: merge with 3.2
Georg Brandl
2012-03-14
1
-1/+5
|
\
\
|
|
/
|
*
Closes #14289: put a link to the CHM download page on the docs download page.
Georg Brandl
2012-03-14
1
-1/+5
*
|
#14283: merge with 3.2
Georg Brandl
2012-03-14
1
-5/+4
|
\
\
|
|
/
|
*
Closes #14283: match() and search() are regex methods, not match methods.
Georg Brandl
2012-03-14
1
-5/+4
*
|
Closes #14298: update section about dict implementation.
Georg Brandl
2012-03-14
1
-8/+10
*
|
default: closes Issue12365 - Add an example explaining the context manager us...
Senthil Kumaran
2012-03-14
1
-5/+13
|
\
\
|
|
/
|
*
closes Issue12365 - Add an example explaining the context manager use case of...
Senthil Kumaran
2012-03-14
1
-5/+13
*
|
Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...
Senthil Kumaran
2012-03-14
2
-17/+29
*
|
What's New in Python 3.3: Repeat the dict lookup change in Porting section
Victor Stinner
2012-03-13
1
-0/+5
[next]