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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Closes #18941: Merged fix from 3.3.
Vinay Sajip
2013-09-06
2
-4/+7
|
\
|
*
Issue #18941: Respected delay when doing rollover.
Vinay Sajip
2013-09-06
2
-4/+7
*
|
Closes #18940: Merged fix from 3.3.
Vinay Sajip
2013-09-06
1
-1/+3
|
\
\
|
|
/
|
*
Issue #18940: Handled low-volume logging when delay is True.
Vinay Sajip
2013-09-06
1
-1/+3
*
|
Closes #18939: Merged documentation update from 3.3.
Vinay Sajip
2013-09-06
1
-0/+14
|
\
\
|
|
/
|
*
Issue #18939: Updated venv documentation with some clarifications.
Vinay Sajip
2013-09-06
1
-0/+14
*
|
Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+
Ned Deily
2013-09-06
5
-27/+155
*
|
Issue #1584: Provide options to override default search paths for Tcl and Tk
Ned Deily
2013-09-06
5
-1/+129
*
|
merge from 3.3
Senthil Kumaran
2013-09-06
1
-4/+4
|
\
\
|
|
/
|
*
Improve urlencode docstring. Patch by Brian Brazil.
Senthil Kumaran
2013-09-06
1
-4/+4
*
|
Nerge 3.3 into default.
Tim Peters
2013-09-06
2
-1/+3
|
\
\
|
|
/
|
*
Issue #18942: sys._debugmallocstats() output was damaged on Windows.
Tim Peters
2013-09-06
2
-1/+3
*
|
Closes #18933: Merged update from 3.3.
Vinay Sajip
2013-09-05
3
-0/+12
|
\
\
|
|
/
|
*
Issue #18933: Added links to source code.
Vinay Sajip
2013-09-05
3
-0/+12
*
|
Issue #18934: multiprocessing: use selectors module.
Charles-François Natali
2013-09-05
2
-39/+26
*
|
Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
Serhiy Storchaka
2013-09-05
2
-14/+26
|
\
\
|
|
/
|
*
Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
Serhiy Storchaka
2013-09-05
2
-14/+26
*
|
Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
Serhiy Storchaka
2013-09-05
3
-2/+8
*
|
Null merge
Serhiy Storchaka
2013-09-05
0
-0/+0
|
\
\
|
|
/
|
*
Merge heads
Serhiy Storchaka
2013-09-05
1
-1/+1
|
|
\
*
|
\
Merge heads
Serhiy Storchaka
2013-09-05
1
-1/+1
|
\
\
\
|
*
\
\
merge
Christian Heimes
2013-09-05
4
-15/+72
|
|
\
\
\
|
*
\
\
\
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...
Christian Heimes
2013-09-05
1
-1/+1
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...
Christian Heimes
2013-09-05
1
-1/+1
*
|
|
|
|
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
Serhiy Storchaka
2013-09-05
4
-3/+26
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
Serhiy Storchaka
2013-09-05
4
-3/+26
|
|
|
/
|
|
/
|
*
|
|
Issue #18878: sunau.open now supports the context manager protocol. Based on
Serhiy Storchaka
2013-09-05
4
-15/+72
|
|
/
|
/
|
*
|
(Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit,
Victor Stinner
2013-09-04
2
-1/+4
|
\
\
|
|
/
|
*
Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
Victor Stinner
2013-09-04
2
-1/+4
*
|
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
3
-10/+32
|
\
\
|
|
/
|
*
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
3
-11/+32
*
|
Issue #16853: Mention the new selectors module in the select module
Victor Stinner
2013-09-04
1
-0/+8
*
|
oops, revert test commit
Victor Stinner
2013-09-04
1
-1/+0
*
|
Issue #16853: Mention the new selectors module in What's New in Python 3.4
Victor Stinner
2013-09-04
1
-0/+2
*
|
test
Victor Stinner
2013-09-04
1
-0/+1
*
|
Issue #16853: Add new selectors module.
Charles-François Natali
2013-09-04
6
-3/+1033
*
|
Issues #18901, #18919: Fix a typo in the _sunau_params name.
Serhiy Storchaka
2013-09-04
1
-1/+1
*
|
Add docstring for threading.main_thread().
Andrew Svetlov
2013-09-04
1
-0/+5
*
|
Issue #18882: Add threading.main_thread() function.
Andrew Svetlov
2013-09-04
4
-23/+102
*
|
Issue #16826: Revert fix while Windows issues are being worked out.
Meador Inge
2013-09-04
5
-3211/+3134
|
\
\
|
|
/
|
*
Issue #16826: Revert fix while Windows issues are being worked out.
Meador Inge
2013-09-04
5
-4298/+4220
*
|
Merge heads.
Meador Inge
2013-09-03
5
-3134/+3211
|
\
\
|
*
\
Issue #16826: Don't check for PYTHONCASEOK when using -E.
Meador Inge
2013-09-03
5
-3134/+3211
|
|
\
\
|
|
|
/
|
|
*
Issue #16826: Don't check for PYTHONCASEOK when using -E.
Meador Inge
2013-09-03
5
-4220/+4298
*
|
|
Issue #18901: The sunau getparams method now returns a namedtuple rather than
Serhiy Storchaka
2013-09-03
5
-9/+47
*
|
|
Issue #17487: The result of the wave getparams method now is pickleable again.
Serhiy Storchaka
2013-09-03
3
-3/+19
|
/
/
*
|
Merge 3.3 into default.
Tim Peters
2013-09-03
1
-16/+12
|
\
\
|
|
/
|
*
cwr_next(): move invariants out of loops.
Tim Peters
2013-09-03
1
-16/+12
*
|
Issue #18912: Fix indentation in docstring
Eli Bendersky
2013-09-03
2
-4/+5
|
\
\
|
|
/
|
*
Issue #18912: Fix indentation in docstring
Eli Bendersky
2013-09-03
1
-4/+4
[next]