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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou
2012-03-22
2
-0/+3
|
\
|
*
Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
Ross Lagerwall
2012-03-19
1
-1/+12
*
|
Issue #14204: The ssl module now has support for the Next Protocol Negotiatio...
Antoine Pitrou
2012-03-21
1
-0/+115
*
|
Whitespace.
Stefan Krah
2012-03-21
6
-168/+168
*
|
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah
2012-03-21
54
-0/+26284
*
|
Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
Larry Hastings
2012-03-20
1
-1/+19
*
|
Issue 14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
Ross Lagerwall
2012-03-18
1
-1/+12
*
|
cleanup Ellipsis and NotImplemented strings after we're done
Benjamin Peterson
2012-03-16
1
-2/+8
*
|
fix condition (#14296)
Benjamin Peterson
2012-03-16
1
-1/+1
*
|
Issue #14207: the ParseError exception raised by _elementtree was made
Eli Bendersky
2012-03-16
1
-8/+27
*
|
Closes Issue #14246: _elementtree parser will now handle io.StringIO
Eli Bendersky
2012-03-16
1
-1/+22
*
|
try to fix compilation on glibc's with cpu sets (#14296)
Benjamin Peterson
2012-03-15
1
-0/+4
*
|
Fixes Issue 14234: fix for the previous commit, keep compilation when
Gregory P. Smith
2012-03-15
2
-0/+7
|
\
\
|
|
/
|
*
Fixes Issue 14234: fix for the previous commit, keep compilation when
Gregory P. Smith
2012-03-15
2
-0/+7
*
|
Issue #10278: Add an optional strict argument to time.steady(), False by default
Victor Stinner
2012-03-15
1
-17/+41
*
|
Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...
Victor Stinner
2012-03-14
1
-67/+15
*
|
fix compiler warnings
Benjamin Peterson
2012-03-14
1
-4/+4
*
|
Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
Gregory P. Smith
2012-03-14
4
-59/+130
|
\
\
|
|
/
|
*
Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
Gregory P. Smith
2012-03-14
4
-59/+130
|
|
\
|
|
*
Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
Gregory P. Smith
2012-03-14
4
-59/+130
*
|
|
Avoid main_window unused compiler warning.
Gregory P. Smith
2012-03-14
1
-0/+6
*
|
|
Revert the patch for issue 3835 because failed on Windows buildbot
Andrew Svetlov
2012-03-14
1
-7/+0
*
|
|
Issue #14180: Fix the select module to handle correctly the Windows timeval
Victor Stinner
2012-03-13
1
-3/+16
*
|
|
Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp()
Victor Stinner
2012-03-13
1
-36/+39
*
|
|
merge 3.2
Benjamin Peterson
2012-03-13
1
-7/+7
|
\
\
\
|
|
/
/
|
*
|
fix indentation
Benjamin Peterson
2012-03-13
1
-7/+7
*
|
|
Issue #3835: Refuse to use unthreaded Tcl in threaded Python.
Martin v. Löwis
2012-03-13
1
-0/+7
*
|
|
Issue #14180: Fix another typo in kqueue_queue_control()
Victor Stinner
2012-03-13
1
-1/+1
*
|
|
Issue #14180: Fix select.select() compilation on BSD and a typo in kqueue_que...
Victor Stinner
2012-03-13
1
-2/+4
*
|
|
Close #14180: Factorize code to convert a number of seconds to time_t, timeva...
Victor Stinner
2012-03-13
7
-152/+80
*
|
|
closes #14259 re.finditer() now takes keyword arguments: pos, endpos.
Sean Reifschneider
2012-03-13
1
-7/+9
*
|
|
Issue #14104: Implement time.monotonic() on Mac OS X,
Victor Stinner
2012-03-12
1
-1/+17
*
|
|
minor PEP7-related fix
Łukasz Langa
2012-03-12
1
-2/+2
*
|
|
#13842: check whether PyUnicode_FromString succeeded
Łukasz Langa
2012-03-12
1
-3/+8
*
|
|
Fixes #13842: cannot pickle Ellipsis or NotImplemented.
Łukasz Langa
2012-03-12
1
-0/+21
*
|
|
Issue #14178: Problem deleting slices with steps != +1 in the _elementtree mo...
Eli Bendersky
2012-03-09
1
-3/+67
*
|
|
Close #14223: curses.addch() is no more limited to the range 0-255 when the
Victor Stinner
2012-03-08
1
-1/+1
*
|
|
merge 3.2 (#14212)
Benjamin Peterson
2012-03-07
2
-25/+42
|
\
\
\
|
|
/
/
|
*
|
keep the buffer object around while we're using it (closes #14212)
Benjamin Peterson
2012-03-07
2
-33/+49
|
*
|
Issue #14125: backport refleak fix (d4adbf908983).
Stefan Krah
2012-02-27
1
-2/+3
*
|
|
Use ANSI C prototype instead of K&R style.
Ross Lagerwall
2012-03-07
1
-1/+1
*
|
|
Issue #10951: Fix compiler warnings in _sre.c
Ross Lagerwall
2012-03-06
1
-5/+5
*
|
|
Issue #10951: Fix warnings in the socket module.
Ross Lagerwall
2012-03-06
1
-4/+4
*
|
|
Whitespace.
Stefan Krah
2012-03-06
1
-14/+14
*
|
|
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
Antoine Pitrou
2012-03-05
1
-27/+42
*
|
|
Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do
Stefan Krah
2012-03-05
1
-14/+15
*
|
|
Issue #14181: Test creating memoryviews from a static exporter with both
Stefan Krah
2012-03-05
1
-1/+125
*
|
|
Issue #14007: drop unused TreeBuilder().xml.
Florent Xicluna
2012-03-05
1
-23/+0
*
|
|
Issue #14181: Allow memoryview construction from an object that uses the
Stefan Krah
2012-03-05
1
-10/+15
*
|
|
Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...
Antoine Pitrou
2012-03-04
1
-9/+30
[next]