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
*
change AST codegen to use PyModule_AddIntMacro
Benjamin Peterson
2013-05-20
1
-1/+1
*
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali
2013-05-20
12
-715/+688
*
Issue #17684: Fix some test_socket failures due to limited FD passing support
Charles-Francois Natali
2013-05-20
1
-6/+4
*
Issue #17914: We can now inline _bsd_cpu_count().
Charles-Francois Natali
2013-05-20
1
-22/+6
*
Issue #17914: Remove OS-X special-case, and use the correct int type.
Charles-Francois Natali
2013-05-20
1
-9/+6
*
test that the compiler support -Werror=statement-after-declaration before usi...
Benjamin Peterson
2013-05-20
2
-4/+65
*
Merge #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
R David Murray
2013-05-20
1
-0/+83
|
\
|
*
#17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
R David Murray
2013-05-20
1
-0/+83
*
|
#17955: minor updates to Functional howto
Andrew Kuchling
2013-05-20
1
-53/+91
*
|
Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
Charles-Francois Natali
2013-05-20
6
-26/+94
*
|
#14097: merge with 3.3.
Ezio Melotti
2013-05-20
2
-344/+259
|
\
\
|
|
/
|
*
#14097: improve the "introduction" page of the tutorial.
Ezio Melotti
2013-05-20
2
-344/+259
*
|
merge 3.3
Benjamin Peterson
2013-05-20
1
-0/+5
|
\
\
|
|
/
|
*
add recursive repr test
Benjamin Peterson
2013-05-20
1
-0/+5
*
|
Get rid of ugly code duplication for ElementTree.parse when the accelerator
Eli Bendersky
2013-05-20
2
-32/+14
*
|
Add some testing to verify which module was imported in ET tests.
Eli Bendersky
2013-05-20
2
-2/+15
*
|
Issue #17989: fix typo in error message
Eli Bendersky
2013-05-20
1
-1/+1
|
\
\
|
|
/
|
*
Issue #17989: fix typo in error message
Eli Bendersky
2013-05-19
1
-1/+1
*
|
normalize whitespace
Eli Bendersky
2013-05-19
1
-4/+0
*
|
Cleanup even more dead code
Eli Bendersky
2013-05-19
1
-7/+0
*
|
Cleanup more old ET library leftovers
Eli Bendersky
2013-05-19
2
-18/+5
*
|
Issue #17988: remove unused alias for Element and rename the used one
Eli Bendersky
2013-05-19
2
-19/+7
*
|
Clarify docs too: events can be any sequence (not that the C code supports it)
Eli Bendersky
2013-05-19
1
-3/+3
*
|
_elementtree.XMLParser._setevents should support any sequence, not just tuples
Eli Bendersky
2013-05-19
3
-58/+94
*
|
Try to make test more reliable (saw some sporadic failures on buildbots)
Antoine Pitrou
2013-05-19
1
-3/+3
|
\
\
|
|
/
|
*
Try to make test more reliable (saw some sporadic failures on buildbots)
Antoine Pitrou
2013-05-19
1
-3/+3
*
|
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Antoine Pitrou
2013-05-19
2
-16/+63
|
\
\
|
|
/
|
*
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Antoine Pitrou
2013-05-19
2
-15/+63
*
|
Issue #17812: Fixed quadratic complexity of base64.b32encode().
Serhiy Storchaka
2013-05-19
2
-77/+51
|
\
\
|
|
/
|
*
Issue #17812: Fixed quadratic complexity of base64.b32encode().
Serhiy Storchaka
2013-05-19
2
-6/+8
*
|
Issue #17937: Try harder to collect cyclic garbage at shutdown.
Antoine Pitrou
2013-05-18
4
-6/+32
*
|
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
3
-1/+8
|
\
\
|
|
/
|
*
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Eli Bendersky
2013-05-18
3
-1/+8
*
|
Re-enabled skipped test.
Vinay Sajip
2013-05-18
1
-2/+2
*
|
Merge.
Richard Oudkerk
2013-05-18
1
-5/+6
|
\
\
|
|
/
|
*
Close file before reopening to keep Windows happy in test_sax.
Richard Oudkerk
2013-05-18
1
-5/+6
*
|
Use PY_FORMAT_SIZE_T because Visual Studio does not understand %zd format.
Richard Oudkerk
2013-05-18
1
-1/+1
*
|
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...
Antoine Pitrou
2013-05-18
3
-1/+22
|
\
\
|
|
/
|
*
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...
Antoine Pitrou
2013-05-18
3
-1/+22
*
|
Issue #17989: element_setattro returned incorrect error value.
Eli Bendersky
2013-05-18
1
-8/+8
|
\
\
|
|
/
|
*
Issue #17989: element_setattro returned incorrect error value.
Eli Bendersky
2013-05-18
1
-8/+8
*
|
Undo the deprecation of _asdict().
Raymond Hettinger
2013-05-18
4
-16/+4
*
|
Deprecate nametuple._asdict()
Raymond Hettinger
2013-05-18
4
-4/+16
*
|
merge
Raymond Hettinger
2013-05-17
1
-12/+17
|
\
\
|
|
/
|
*
Update docstring for _asdict() to indicate it is obsolete.
Raymond Hettinger
2013-05-17
1
-12/+17
*
|
rewrite the parsing of field names to be more consistent wrt recursive expansion
Benjamin Peterson
2013-05-17
2
-63/+62
*
|
merge 3.3
Benjamin Peterson
2013-05-17
3
-2/+13
|
\
\
|
|
/
|
*
only recursively expand in the format spec (closes #17644)
Benjamin Peterson
2013-05-17
3
-2/+13
*
|
FileIO.readall(): remove trailing space from an exception message
Victor Stinner
2013-05-17
1
-1/+1
*
|
Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity.
Richard Oudkerk
2013-05-17
2
-66/+54
[next]