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
*
Bump to 3.3b2.
v3.3.0b2
Georg Brandl
2012-08-11
6
-127/+124
*
Fix markup errors and update pydoc topics.
Georg Brandl
2012-08-11
4
-9/+27
*
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
4
-0/+32
|
\
|
*
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
4
-0/+32
*
|
fix docstring wording
Philip Jenvey
2012-08-10
2
-2615/+2616
*
|
Issue #15610: The PyImport_ImportModuleEx macro now calls
Brett Cannon
2012-08-10
4
-3/+13
*
|
Issue #15502: Refactor some code.
Brett Cannon
2012-08-10
3
-4167/+4170
*
|
Fix issue #15607: Update the print builtin function docstring with the new fl...
Senthil Kumaran
2012-08-10
1
-4/+5
*
|
update docstring per the extension package fix, refactor
Philip Jenvey
2012-08-10
2
-1653/+1661
*
|
Issue #15576: Allow extension modules to be a package's __init__
Brett Cannon
2012-08-10
13
-3664/+3676
*
|
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon
2012-08-10
8
-1204/+1291
*
|
Remove now unused IntOrLongToString type
Victor Stinner
2012-08-09
1
-3/+0
*
|
Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4
Andrew Svetlov
2012-08-09
1
-2/+2
*
|
fix docs for c-api memory functions
Andrew Svetlov
2012-08-09
1
-3/+3
|
\
\
|
|
/
|
*
fix docs for c-api memory functions
Andrew Svetlov
2012-08-09
1
-3/+3
*
|
merge heads
Andrew Svetlov
2012-08-09
0
-0/+0
|
\
\
|
|
/
|
*
Issue #15501: Document exception classes in subprocess module.
Andrew Svetlov
2012-08-09
2
-0/+21
*
|
Issue #15501: Document exception classes in subprocess module.
Andrew Svetlov
2012-08-09
2
-0/+49
*
|
Fix documentation for inspect module to pass doctest
Andrew Svetlov
2012-08-09
1
-5/+5
*
|
Add description of major changes in xml.etree.ElementTree to whatsnew/3.3
Eli Bendersky
2012-08-09
1
-0/+12
*
|
Issue #14992: merge from 3.2
Ned Deily
2012-08-09
1
-1/+4
|
\
\
|
|
/
|
*
Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case
Ned Deily
2012-08-09
1
-1/+4
*
|
faulthandler: fix the handler of user signals
Victor Stinner
2012-08-09
1
-1/+6
*
|
merge heads
Benjamin Peterson
2012-08-09
5
-6/+42
|
\
\
|
*
|
Issue #13072: Fix test_array for installation without the ctypes module
Victor Stinner
2012-08-08
1
-2/+11
|
*
|
Issue #15589: Ensure double-alignment for brute-force capi argument parser test
Larry Hastings
2012-08-08
1
-1/+1
|
*
|
regrtest: give more information when a child process fails with an error
Victor Stinner
2012-08-08
1
-3/+5
|
*
|
Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t...
Victor Stinner
2012-08-08
1
-1/+2
|
*
|
Issue #13072: Fix test_array for Windows with 16-bit wchar_t
Victor Stinner
2012-08-08
1
-2/+2
|
*
|
- Issue #11715: Fix multiarch detection without having Debian development
doko@ubuntu.com
2012-08-08
2
-0/+24
*
|
|
use char instead of int to please T_BOOL (closes #15597)
Benjamin Peterson
2012-08-09
1
-1/+1
|
/
/
*
|
Issue #15560: Ensure consistent sqlite3 behavior and feature availability
Ned Deily
2012-08-07
2
-24/+30
*
|
merge heads
Benjamin Peterson
2012-08-07
8
-84/+96
|
\
\
|
*
|
Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's
Brett Cannon
2012-08-06
2
-5/+7
|
*
|
Issue #15471: Don't use mutable object as default values for the
Brett Cannon
2012-08-06
6
-74/+81
|
*
|
Merge #15554: clarify splitlines/split differences.
R David Murray
2012-08-06
1
-5/+8
|
|
\
\
|
|
|
/
|
|
*
#15554: clarify splitlines/split differences.
R David Murray
2012-08-06
1
-5/+8
*
|
|
fix yield from return value on custom iterators (closes #15568)
Benjamin Peterson
2012-08-07
3
-1/+18
|
/
/
*
|
Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries
Ned Deily
2012-08-06
3
-105/+93
*
|
OS X installer cleanups:
Ned Deily
2012-08-06
2
-7/+27
*
|
Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification.
Brett Cannon
2012-08-06
1
-1/+2
|
\
\
|
|
/
|
*
Issue #15482: Properly document the default 'level' parameter for
Brett Cannon
2012-08-06
2
-5/+11
*
|
Fix a spelling mistake in a comment.
Brett Cannon
2012-08-05
1
-1/+1
*
|
Close #13072: Restore code before the PEP 393 for the array module
Victor Stinner
2012-08-05
2
-41/+56
*
|
merge heads
Ned Deily
2012-08-05
1
-0/+1
|
\
\
|
*
\
merge heads
Benjamin Peterson
2012-08-05
8
-395/+890
|
|
\
\
|
*
|
|
add another testcase
Benjamin Peterson
2012-08-05
1
-0/+1
*
|
|
|
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
Ned Deily
2012-08-05
2
-4/+6
*
|
|
|
Issue #15560: null merge
Ned Deily
2012-08-05
0
-0/+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
Ned Deily
2012-08-05
2
-4/+6
[next]