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
*
merge 3.3 (#19393)
Benjamin Peterson
2013-10-26
3
-5/+5
|
\
|
*
just return toplevel symbol table rather than all blocks (closes #19393)
Benjamin Peterson
2013-10-26
3
-5/+5
*
|
Changed a comment to end grammar bikeshedding ;-)
Tim Peters
2013-10-26
1
-1/+1
*
|
Assorted 3.4 What's New updates
Nick Coghlan
2013-10-26
2
-59/+116
*
|
Close #19409: add missing import in pkgutil
Nick Coghlan
2013-10-26
1
-0/+1
*
|
Issue #19330: Handle the no-docstrings case in tests
Nick Coghlan
2013-10-26
2
-19/+19
*
|
null merge
Ned Deily
2013-10-26
0
-0/+0
|
\
\
|
|
/
|
*
Issue #15663: OS X installer builtin Tcl/Tk support
Ned Deily
2013-10-26
2
-19/+51
*
|
Issue #15663: OS X installer builtin Tcl/Tk support
Ned Deily
2013-10-26
2
-19/+51
*
|
Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.
Serhiy Storchaka
2013-10-26
6
-1339/+1358
*
|
Close #19330 by using public classes in contextlib
Nick Coghlan
2013-10-26
3
-46/+102
*
|
Issue #18685: Restore re performance to pre-PEP 393 levels.
Serhiy Storchaka
2013-10-26
4
-384/+350
*
|
Move Misc/NEWS entries in correct secton.
Serhiy Storchaka
2013-10-26
1
-6/+6
*
|
(Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when
Victor Stinner
2013-10-26
2
-6/+11
|
\
\
|
|
/
|
*
Close #19339: telnetlib module is now using time.monotonic() when available to
Victor Stinner
2013-10-26
2
-14/+17
*
|
Close #19396: make test_contextlib tolerate -S
Nick Coghlan
2013-10-26
1
-3/+4
*
|
Fiddled Thread.join() to be a little simpler. Kinda ;-)
Tim Peters
2013-10-26
1
-4/+4
*
|
Issue #19399: fix sporadic test_subprocess failure.
Tim Peters
2013-10-26
2
-1/+6
*
|
null merge
Ned Deily
2013-10-25
0
-0/+0
|
\
\
|
|
/
|
*
Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
Ned Deily
2013-10-25
2
-7/+17
*
|
Correct whitespace in test_os
Tim Golden
2013-10-25
1
-1/+1
*
|
Issue13234 Credit Santoso for the patch and add NEWS item
Tim Golden
2013-10-25
2
-0/+4
*
|
Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santos...
Tim Golden
2013-10-25
2
-4/+51
*
|
merge
Brett Cannon
2013-10-25
6
-10/+54
|
\
\
|
*
|
Issue #19375: The site module adding a "site-python" directory to sys.path, i...
Antoine Pitrou
2013-10-25
4
-1/+13
|
*
|
Issue #19387: explain and test the sre overlap table
Antoine Pitrou
2013-10-25
2
-9/+41
*
|
|
test_resource should not assume all attributes are available when they
Brett Cannon
2013-10-25
1
-6/+4
|
/
/
*
|
Issue #16803: Move test.test_importlib.extension to use both frozen and sourc...
Brett Cannon
2013-10-25
4
-44/+44
*
|
merge
Brett Cannon
2013-10-25
1
-0/+3
|
\
\
|
*
\
Merge.
bquinlan
2013-10-25
1
-0/+4
|
|
\
\
|
*
|
|
Issue #11161: Update the documentation for ProcessPoolExecutor to note that i...
bquinlan
2013-10-25
1
-0/+3
*
|
|
|
Tweak some doc wording for importlib.reload
Brett Cannon
2013-10-25
1
-2/+3
|
|
/
/
|
/
|
|
*
|
|
merge from 3.3
Brett Cannon
2013-10-25
1
-0/+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #19392: Document that imp.reload() now relies on __loader__
Brett Cannon
2013-10-25
2
-0/+7
*
|
Issue #16803: Have test.test_importlib.builtin test both frozen and
Brett Cannon
2013-10-25
2
-26/+33
*
|
Issue #16803: Stop having test.test_importlib.abc ABCs inherit from
Brett Cannon
2013-10-25
9
-16/+16
*
|
test_selectors: make timeout-related errors report the actual elapsed timeout.
Charles-François Natali
2013-10-25
1
-4/+5
*
|
test_selectors: rename test_interrupted_retry() (since it doesn't actually
Charles-François Natali
2013-10-25
1
-1/+1
*
|
Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Ec...
Tim Golden
2013-10-25
2
-5/+6
*
|
Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware)
Tim Golden
2013-10-25
1
-259/+262
*
|
null merge with 3.3
Ned Deily
2013-10-25
0
-0/+0
|
\
\
|
|
/
|
*
Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.
Ned Deily
2013-10-25
1
-8/+48
|
*
Issue #19019: Change the OS X installer build script to use CFLAGS instead
Ned Deily
2013-10-25
2
-1/+6
|
*
Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
Ned Deily
2013-10-25
5
-27/+150
|
*
Issue #1584: Provide options to override default search paths for Tcl and Tk
Ned Deily
2013-10-25
5
-1/+126
*
|
Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.
Christian Heimes
2013-10-25
2
-0/+8
*
|
Issue #16595: prlimit() needs Linux kernel 2.6.36+
Christian Heimes
2013-10-25
2
-1/+2
*
|
remove unused imports from statistics module
Christian Heimes
2013-10-25
1
-2/+0
*
|
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-24
3
-4/+17
|
\
\
|
|
/
|
*
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-24
3
-4/+17
[next]