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
*
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner
2013-07-07
8
-76/+76
*
Issue #18203: Fix Py_Finalize(): destroy the GIL after the last call to
Victor Stinner
2013-07-07
1
-9/+9
*
Fix #ifdef
Raymond Hettinger
2013-07-07
1
-1/+1
*
Use macros for marking and checking endpoints in the doubly-linked list of bl...
Raymond Hettinger
2013-07-07
1
-47/+81
*
#18106: refactor tests to use subtests and proper assert methods. Patch by V...
Ezio Melotti
2013-07-07
1
-35/+42
*
#17198: merge with 3.3.
Ezio Melotti
2013-07-07
3
-2/+24
|
\
|
*
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
Ezio Melotti
2013-07-07
3
-2/+24
*
|
Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna
2013-07-07
3
-1/+49
|
\
\
|
|
/
|
*
Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna
2013-07-07
3
-1/+49
*
|
#18020: improve html.escape speed by an order of magnitude. Patch by Matt Br...
Ezio Melotti
2013-07-07
3
-7/+10
*
|
(3.3->default) Issue #18377: Code cleanup in Python Launcher
Ronald Oussoren
2013-07-07
8
-95/+77
|
\
\
|
|
/
|
*
Issue #18377: Code cleanup in Python Launcher
Ronald Oussoren
2013-07-07
8
-95/+77
*
|
(3.3->default) Cleanup of documentation change from #17860
Ronald Oussoren
2013-07-07
2
-4/+10
|
\
\
|
|
/
|
*
Cleanup of documentation change from #17860
Ronald Oussoren
2013-07-07
2
-4/+10
*
|
merge
Raymond Hettinger
2013-07-07
9
-239/+802
|
\
\
|
*
|
Issue #3329: Fix _PyObject_ArenaVirtualFree()
Victor Stinner
2013-07-07
1
-1/+1
|
*
|
Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fix
Victor Stinner
2013-07-07
2
-1/+5
|
*
|
Issue #3329: Implement the PEP 445
Victor Stinner
2013-07-07
8
-238/+797
*
|
|
Improve variable names in deque_count()
Raymond Hettinger
2013-07-07
1
-8/+8
|
/
/
*
|
Apply the PyObject_VAR_HEAD and Py_SIZE macros
Raymond Hettinger
2013-07-06
1
-40/+39
*
|
merge
Brett Cannon
2013-07-06
1
-6/+6
|
\
\
|
*
|
Refactor deque_traverse().
Raymond Hettinger
2013-07-06
1
-6/+6
*
|
|
merge for issue #18351.
Brett Cannon
2013-07-06
5
-807/+843
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #18351: Fix various issues with
Brett Cannon
2013-07-06
5
-3376/+3415
*
|
Remove unnecessary branches from count() and reverse().
Raymond Hettinger
2013-07-06
1
-6/+3
*
|
Issue #18364: Stop using the ImportError._not_found hack.
Brett Cannon
2013-07-06
2
-3556/+3551
*
|
#18380: merge with 3.3.
Ezio Melotti
2013-07-06
3
-1/+6
|
\
\
|
|
/
|
*
#18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz...
Ezio Melotti
2013-07-06
3
-1/+6
*
|
test_ftplib: silence a BytesWarning when checking TypeError
Florent Xicluna
2013-07-06
1
-1/+2
|
\
\
|
|
/
|
*
test_ftplib: silence a BytesWarning when checking TypeError
Florent Xicluna
2013-07-06
1
-1/+2
*
|
(3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch py...
Ronald Oussoren
2013-07-06
2
-1/+7
|
\
\
|
|
/
|
*
Issue #12990: The "Python Launcher" on OSX could not launch python scripts th...
Ronald Oussoren
2013-07-06
2
-1/+4
*
|
Issue #18375: merge with 3.3
Florent Xicluna
2013-07-06
2
-0/+4
|
\
\
|
|
/
|
*
Issue #18375: Assume --randomize when --randseed is used for running the test...
Florent Xicluna
2013-07-06
2
-0/+4
*
|
(3.3->default) Issue #17860: explicitly mention that std* streams are opened ...
Ronald Oussoren
2013-07-06
1
-2/+4
|
\
\
|
|
/
|
*
Issue #17860: explicitly mention that std* streams are opened in binary mode ...
Ronald Oussoren
2013-07-06
1
-2/+4
*
|
Speed-up deque indexing by changing the deque block length to a power of two.
Raymond Hettinger
2013-07-06
2
-2/+2
*
|
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
3
-3/+13
|
\
\
|
|
/
|
*
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
3
-3/+13
*
|
Issue #15767: Excise the remaining instances of ModuleNotFoundError
Brett Cannon
2013-07-04
8
-27/+27
*
|
Remove dead code in test_exceptions.
Brett Cannon
2013-07-04
1
-3/+0
*
|
Move test_import over to unittest.main().
Brett Cannon
2013-07-04
1
-14/+2
*
|
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon
2013-07-04
17
-427/+412
*
|
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon
2013-07-04
10
-842/+807
*
|
Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError.
Brett Cannon
2013-07-04
1
-7/+0
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
83
-144/+158
*
|
Consolidate tests section.
Antoine Pitrou
2013-07-04
1
-5/+2
*
|
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
Antoine Pitrou
2013-07-04
2
-2/+9
|
\
\
|
|
/
|
*
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
Antoine Pitrou
2013-07-04
2
-1/+9
*
|
(Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make the...
Victor Stinner
2013-07-03
1
-2/+2
|
\
\
|
|
/
[next]