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
*
update importlib.h
Benjamin Peterson
2013-03-27
1
-117/+117
*
#17329: merge with 3.3.
Ezio Melotti
2013-03-27
2
-7/+14
|
\
|
*
#17329: merge with 3.2.
Ezio Melotti
2013-03-27
2
-4/+11
|
|
\
|
|
*
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Ezio Melotti
2013-03-27
2
-4/+11
*
|
|
Issue 17538: Document XML vulnerabilties
Christian Heimes
2013-03-26
9
-0/+158
|
\
\
\
|
|
/
/
|
*
|
Issue 17538: Document XML vulnerabilties
Christian Heimes
2013-03-26
9
-0/+158
|
|
\
\
|
|
|
/
|
|
*
Issue 17538: Document XML vulnerabilties
Christian Heimes
2013-03-26
10
-0/+187
*
|
|
Issue #16475: Add a whatsnew entry for 3.4
Kristjan Valur Jonsson
2013-03-26
1
-2/+2
*
|
|
null merge from 3.3
Georg Brandl
2013-03-26
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
NEWS: add new header for Python 3.3.2
Georg Brandl
2013-03-26
1
-2/+6
*
|
|
merge 3.3 (#17550)
Benjamin Peterson
2013-03-26
3
-2/+4
|
\
\
\
|
|
/
/
|
*
|
move to correct section
Benjamin Peterson
2013-03-26
1
-5/+2
|
*
|
fix variable reference to fix --enable-profiling (closes #17550)
Benjamin Peterson
2013-03-26
3
-2/+7
*
|
|
Merge versionadded addition and typo fix from 3.3.
Ezio Melotti
2013-03-26
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Add versionadded for `-X faulthandler` (also fix typo and markup).
Ezio Melotti
2013-03-26
1
-2/+5
*
|
|
Issue #17516: remove dead code
Victor Stinner
2013-03-26
3
-9/+0
*
|
|
Issue #17516: do not create useless tuple: remove dummy commas in tests
Victor Stinner
2013-03-26
4
-11/+11
*
|
|
Issue #17516: use comment syntax for comments, instead of multiline string
Victor Stinner
2013-03-26
11
-508/+494
*
|
|
#17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by...
Ezio Melotti
2013-03-25
4
-7/+62
*
|
|
Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention.
Charles-François Natali
2013-03-25
2
-43/+28
*
|
|
merge
Raymond Hettinger
2013-03-24
1
-0/+68
|
\
\
\
|
|
/
/
|
*
|
Add missing docstrings to the collections ABCs
Raymond Hettinger
2013-03-24
1
-0/+68
*
|
|
#17425: merge 3.3
Martin v. Löwis
2013-03-24
5
-7/+9
|
\
\
\
|
|
/
/
|
*
|
Fix typo
Martin v. Löwis
2013-03-24
1
-1/+1
|
*
|
Issue #17425: Build with openssl 1.0.1d on Windows.
Martin v. Löwis
2013-03-24
7
-10/+12
*
|
|
merge 3.3
Martin v. Loewis
2013-03-24
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
#17425: null merge 3.2
Martin v. Loewis
2013-03-24
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Issue #17425: Build with openssl 1.0.0k on Windows.
Martin v. Loewis
2013-03-24
6
-7/+9
*
|
|
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
doko@ubuntu.com
2013-03-24
2
-0/+9
|
\
\
\
|
|
/
/
|
*
|
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
doko@ubuntu.com
2013-03-24
2
-0/+9
*
|
|
Issue #17025: Add dumps() and loads() to ForkingPickler.
Charles-François Natali
2013-03-24
2
-5/+13
*
|
|
#17504: merge with 3.3.
Ezio Melotti
2013-03-24
1
-3/+0
|
\
\
\
|
|
/
/
|
*
|
#17504: remove duplicated sentence. Patch by Radu Voicilas.
Ezio Melotti
2013-03-24
1
-3/+0
*
|
|
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
Gregory P. Smith
2013-03-23
3
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
Gregory P. Smith
2013-03-23
3
-3/+3
*
|
|
Merge test_queue clean up from 3.3.
Ezio Melotti
2013-03-23
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Merge test_queue clean up from 3.2.
Ezio Melotti
2013-03-23
1
-1/+4
|
|
\
\
|
|
|
/
|
|
*
Clean up references to threads in test_queue.
Ezio Melotti
2013-03-23
1
-1/+4
*
|
|
Issue #17150: pprint now uses line continuations to wrap long string literals.
Antoine Pitrou
2013-03-23
4
-92/+202
*
|
|
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
4
-19/+55
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
4
-19/+55
|
|
\
\
|
|
|
/
|
|
*
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
4
-19/+49
*
|
|
merge
Raymond Hettinger
2013-03-23
1
-21/+27
|
\
\
\
|
|
/
/
|
*
|
Update collections ABC table to match the __abstractmethods__ attribute for e...
Raymond Hettinger
2013-03-23
1
-21/+27
*
|
|
merge
Raymond Hettinger
2013-03-23
2
-1/+6
|
\
\
\
|
|
/
/
|
*
|
Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.
Raymond Hettinger
2013-03-23
2
-1/+6
*
|
|
#17510: avoid using deprecated assertEquals method in test_program. Patch by...
Ezio Melotti
2013-03-23
1
-2/+2
*
|
|
#17479: merge with 3.3.
Ezio Melotti
2013-03-23
2
-3/+7
|
\
\
\
|
|
/
/
|
*
|
#17479: test_io now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-03-23
2
-3/+7
*
|
|
merge
Raymond Hettinger
2013-03-23
0
-0/+0
|
\
\
\
|
|
/
/
[next]