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
*
(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
*
|
Fix doc of datetime.date*.*fromtimestamp() methods
Victor Stinner
2012-03-13
2
-5/+14
*
|
Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp()
Victor Stinner
2012-03-13
1
-3/+7
*
|
Close #14180: Factorize code to convert a number of seconds to time_t, timeva...
Victor Stinner
2012-03-13
1
-1/+16
*
|
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
[next]