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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
#17329: merge with 3.3.
Ezio Melotti
2013-03-27
1
-1/+1
|
\
|
*
#17329: merge with 3.2.
Ezio Melotti
2013-03-27
1
-1/+1
|
|
\
|
|
*
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Ezio Melotti
2013-03-27
1
-1/+1
*
|
|
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
10
-507/+493
*
|
|
#17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by...
Ezio Melotti
2013-03-25
1
-0/+28
*
|
|
Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention.
Charles-François Natali
2013-03-25
1
-43/+26
*
|
|
merge
Raymond Hettinger
2013-03-24
1
-0/+68
|
\
\
\
|
|
/
/
|
*
|
Add missing docstrings to the collections ABCs
Raymond Hettinger
2013-03-24
1
-0/+68
*
|
|
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
doko@ubuntu.com
2013-03-24
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
doko@ubuntu.com
2013-03-24
1
-0/+6
*
|
|
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
*
|
|
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
2
-5/+72
*
|
|
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
2
-9/+37
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
2
-9/+37
|
|
\
\
|
|
|
/
|
|
*
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
2
-9/+31
*
|
|
#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
1
-3/+4
|
\
\
\
|
|
/
/
|
*
|
#17479: test_io now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-03-23
1
-3/+4
|
*
|
Backport improved dict comparison logic
Raymond Hettinger
2013-03-23
1
-2/+1
*
|
|
Closes #17521: Merged fix from 3.3.
Vinay Sajip
2013-03-23
2
-4/+34
|
\
\
\
|
|
/
/
|
*
|
Issue #17521: Merged fix from 3.2.
Vinay Sajip
2013-03-23
2
-4/+34
|
|
\
\
|
|
|
/
|
|
*
Issue #17521: Corrected non-enabling of logger following two calls to fileCon...
Vinay Sajip
2013-03-23
2
-4/+34
*
|
|
Closes #17508: Merged fix from 3.3.
Vinay Sajip
2013-03-22
2
-6/+61
|
\
\
\
|
|
/
/
|
*
|
Issue #17508: Merged fix from 3.2.
Vinay Sajip
2013-03-22
2
-6/+61
|
|
\
\
|
|
|
/
|
|
*
Issue #17508: Handled out-of-order handler configuration correctly.
Vinay Sajip
2013-03-22
2
-6/+60
*
|
|
copy 2.7 magic numbers for historical interest
Benjamin Peterson
2013-03-22
1
-0/+6
*
|
|
#17472: add tests for a couple of untested methods in urllib.urlparse.
R David Murray
2013-03-22
1
-0/+8
*
|
|
test_ast: pass the filename to ast.parse()
Victor Stinner
2013-03-21
1
-1/+1
*
|
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
5
-13/+13
|
\
\
\
|
|
/
/
|
*
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
5
-11/+14
|
|
\
\
|
|
|
/
|
|
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
5
-11/+14
*
|
|
Merge: #5713: One more test_smtplib timing fix.
R David Murray
2013-03-21
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#5713: One more test_smtplib timing fix.
R David Murray
2013-03-21
1
-1/+1
*
|
|
Fix import
Raymond Hettinger
2013-03-21
1
-2/+1
*
|
|
Merge: #5712: Preemptively fix some other possible timing issues.
R David Murray
2013-03-21
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Merge: #5712: Preemptively fix some other possible timing issues.
R David Murray
2013-03-21
1
-3/+3
|
|
\
\
|
|
|
/
|
|
*
#5712: Preemptively fix some other possible timing issues.
R David Murray
2013-03-21
1
-3/+3
*
|
|
Merge: #5713: fix timing issue in smtplib tests.
R David Murray
2013-03-21
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Merge: #5713: fix timing issue in smtplib tests.
R David Murray
2013-03-21
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
#5713: fix timing issue in smtplib tests.
R David Murray
2013-03-21
1
-0/+3
*
|
|
merge
Gregory P. Smith
2013-03-21
1
-4/+3
|
\
\
\
|
|
/
/
|
*
|
merge
Gregory P. Smith
2013-03-21
1
-4/+3
|
|
\
\
|
|
|
/
|
|
*
remove the long obsolete mention of universal newlines mode only being
Gregory P. Smith
2013-03-21
1
-4/+3
[next]