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 #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps
Victor Stinner
2015-03-30
4
-6/+68
*
Merge: #23745: handle duplicate MIME parameter names in new parser.
R David Murray
2015-03-30
3
-7/+139
|
\
|
*
#23745: handle duplicate MIME parameter names in new parser.
R David Murray
2015-03-30
3
-7/+139
*
|
Issue #23752: When built from an existing file descriptor, io.FileIO() now only
Victor Stinner
2015-03-30
2
-24/+26
*
|
Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() to
Victor Stinner
2015-03-30
1
-0/+4
*
|
Issue #22117: Fix usage of _PyTime_AsTimeval()
Victor Stinner
2015-03-30
6
-20/+29
*
|
Issue #23694: Fix usage of _Py_open() in the _posixsubprocess module
Victor Stinner
2015-03-30
1
-2/+1
*
|
Issue #22117: Fix rounding of fromtimestamp() methods of datetime.datetime and
Victor Stinner
2015-03-29
1
-2/+3
*
|
Issue #22117: Fix os.utime(), it now rounds the timestamp towards minus
Victor Stinner
2015-03-29
2
-2/+5
*
|
Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in:
Victor Stinner
2015-03-29
2
-26/+22
*
|
Issue #22117: Cleanup pytime.c/.h
Victor Stinner
2015-03-29
2
-44/+42
*
|
Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor
Victor Stinner
2015-03-29
4
-124/+35
*
|
Issue #22390: test.regrtest now emits a warning if temporary files or
Serhiy Storchaka
2015-03-29
2
-15/+14
|
\
\
|
|
/
|
*
Issue #22390: test.regrtest now emits a warning if temporary files or
Serhiy Storchaka
2015-03-29
2
-15/+14
*
|
Issue #14260: The groupindex attribute of regular expression pattern object
Serhiy Storchaka
2015-03-29
5
-5/+31
*
|
#2211: properly document the Morsel behavior changes.
R David Murray
2015-03-29
4
-12/+55
*
|
merge 3.4 (#23801)
Benjamin Peterson
2015-03-29
3
-2/+29
|
\
\
|
|
/
|
*
Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage
Donald Stufft
2015-03-29
3
-2/+29
*
|
Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active.
R David Murray
2015-03-29
2
-3/+14
|
\
\
|
|
/
|
*
#23792: Ignore KeyboardInterrupt when the pydoc pager is active.
R David Murray
2015-03-29
2
-3/+14
*
|
Added explicit tests for issue #23803.
Serhiy Storchaka
2015-03-29
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
Serhiy Storchaka
2015-03-29
3
-5/+10
*
|
Removed unintentional trailing spaces in text files.
Serhiy Storchaka
2015-03-29
15
-66/+66
*
|
Make some tests more frienly to MemoryError.
Serhiy Storchaka
2015-03-28
6
-16/+42
|
\
\
|
|
/
|
*
Make some tests more frienly to MemoryError.
Serhiy Storchaka
2015-03-28
6
-16/+43
*
|
Issue #22117: Fix _PyTime_GetMonotonicClock() and
Victor Stinner
2015-03-28
1
-12/+20
*
|
Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime
Victor Stinner
2015-03-28
5
-56/+43
*
|
Issue #22117: Use the _PyTime_t API for time.clock_settime()
Victor Stinner
2015-03-28
3
-27/+5
*
|
Issue #22117: Use the new _PyTime_t API in the select module
Victor Stinner
2015-03-28
3
-41/+22
*
|
Issue #22117: The thread module uses the new _PyTime_t timestamp API
Victor Stinner
2015-03-28
3
-219/+76
*
|
Issue #22117: Fix ssl to use _PyTime_t API on sock_timeout
Victor Stinner
2015-03-28
1
-11/+14
*
|
Issue #22117: remove _PyTime_INTERVAL() macro
Victor Stinner
2015-03-28
1
-10/+0
*
|
Issue #22117: The socket module uses _PyTime_t timestamp for timeouts
Victor Stinner
2015-03-28
2
-91/+124
*
|
Issue #22117: Write unit tests for _PyTime_AsTimeval()
Victor Stinner
2015-03-28
5
-15/+103
*
|
Issue #23618, #22117: refactor socketmodule.c
Victor Stinner
2015-03-27
1
-83/+113
*
|
Issue #22117: The signal modules uses the new _PyTime_t API
Victor Stinner
2015-03-27
5
-15/+88
*
|
Issue #22117: The gc module now uses _PyTime_t timestamp
Victor Stinner
2015-03-27
1
-6/+6
*
|
Issue #22117: time.time() now uses the new _PyTime_t API
Victor Stinner
2015-03-27
3
-12/+133
*
|
Issue #22117: time.monotonic() now uses the new _PyTime_t API
Victor Stinner
2015-03-27
5
-15/+121
*
|
format .. note properly
Benjamin Peterson
2015-03-27
1
-3/+5
*
|
Remove a dead test for a never-launched API
Brett Cannon
2015-03-27
1
-9/+0
*
|
Merge
Brett Cannon
2015-03-27
5
-86/+211
|
\
\
|
*
|
Issue #22117: Fix rounding in _PyTime_FromSecondsObject()
Victor Stinner
2015-03-27
5
-86/+211
*
|
|
Fix module deprecation warnings to have a useful stacklevel
Brett Cannon
2015-03-27
2
-2/+2
|
/
/
*
|
Issue #22117: Fix test_gdb for the new time.sleep()
Victor Stinner
2015-03-27
1
-6/+8
*
|
Merge 3.4 (test.support)
Victor Stinner
2015-03-27
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og
Victor Stinner
2015-03-27
1
-1/+1
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-03-27
2
-1/+6
|
\
\
|
|
/
|
*
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
Victor Stinner
2015-03-27
2
-1/+6
*
|
Issue #23715: Fix test_sigtimedwait() of test_eintr
Victor Stinner
2015-03-27
1
-1/+1
[next]