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
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
1
-0/+11
*
|
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
1
-3/+17
*
|
Issue #23485: Fix test_signal, select.select() now retries the syscall if the
Victor Stinner
2015-03-30
1
-3/+17
*
|
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner
2015-03-30
1
-1/+15
*
|
Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on
Serhiy Storchaka
2015-03-30
1
-1/+18
*
|
Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.
Serhiy Storchaka
2015-03-30
1
-0/+8
*
|
Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods
Victor Stinner
2015-03-30
1
-87/+13
*
|
Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps
Victor Stinner
2015-03-30
1
-4/+61
*
|
Merge: #23745: handle duplicate MIME parameter names in new parser.
R David Murray
2015-03-30
1
-0/+109
|
\
\
|
|
/
|
*
#23745: handle duplicate MIME parameter names in new parser.
R David Murray
2015-03-30
1
-0/+109
*
|
Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in:
Victor Stinner
2015-03-29
1
-2/+2
*
|
Issue #22390: test.regrtest now emits a warning if temporary files or
Serhiy Storchaka
2015-03-29
1
-15/+11
|
\
\
|
|
/
|
*
Issue #22390: test.regrtest now emits a warning if temporary files or
Serhiy Storchaka
2015-03-29
1
-15/+11
*
|
Issue #14260: The groupindex attribute of regular expression pattern object
Serhiy Storchaka
2015-03-29
1
-0/+8
*
|
#2211: properly document the Morsel behavior changes.
R David Murray
2015-03-29
1
-0/+2
*
|
merge 3.4 (#23801)
Benjamin Peterson
2015-03-29
1
-0/+19
|
\
\
|
|
/
|
*
Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage
Donald Stufft
2015-03-29
1
-0/+19
*
|
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
1
-0/+2
*
|
Make some tests more frienly to MemoryError.
Serhiy Storchaka
2015-03-28
4
-12/+28
|
\
\
|
|
/
|
*
Make some tests more frienly to MemoryError.
Serhiy Storchaka
2015-03-28
4
-12/+29
*
|
Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime
Victor Stinner
2015-03-28
1
-48/+18
*
|
Issue #22117: Write unit tests for _PyTime_AsTimeval()
Victor Stinner
2015-03-28
1
-0/+38
*
|
Issue #22117: The signal modules uses the new _PyTime_t API
Victor Stinner
2015-03-27
1
-1/+28
*
|
Issue #22117: time.monotonic() now uses the new _PyTime_t API
Victor Stinner
2015-03-27
1
-10/+54
*
|
Remove a dead test for a never-launched API
Brett Cannon
2015-03-27
1
-9/+0
*
|
Issue #22117: Fix rounding in _PyTime_FromSecondsObject()
Victor Stinner
2015-03-27
1
-79/+173
*
|
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
1
-0/+5
|
\
\
|
|
/
|
*
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
Victor Stinner
2015-03-27
1
-0/+5
*
|
Issue #23715: Fix test_sigtimedwait() of test_eintr
Victor Stinner
2015-03-27
1
-1/+1
*
|
Issue #23775: pprint() of OrderedDict now outputs the same representation
Serhiy Storchaka
2015-03-26
1
-18/+22
*
|
Issue #23776: Removed asserts from pprint.PrettyPrinter constructor.
Serhiy Storchaka
2015-03-26
1
-4/+17
*
|
Issue #22364: Improved some re error messages using regex for hints.
Serhiy Storchaka
2015-03-25
1
-74/+179
*
|
Check that failed writerow() doesn't produce change a file.
Serhiy Storchaka
2015-03-25
1
-14/+16
|
\
\
|
|
/
|
*
Check that failed writerow() doesn't produce change a file.
Serhiy Storchaka
2015-03-25
1
-14/+16
*
|
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
Serhiy Storchaka
2015-03-25
1
-0/+1
|
\
\
|
|
/
|
*
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
Serhiy Storchaka
2015-03-25
1
-0/+1
*
|
Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive
Serhiy Storchaka
2015-03-25
1
-0/+13
*
|
Fixed bytes warnings when run tests with -vv.
Serhiy Storchaka
2015-03-24
2
-6/+6
|
\
\
|
|
/
|
*
Fixed bytes warnings when run tests with -vv.
Serhiy Storchaka
2015-03-24
2
-6/+6
*
|
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
1
-0/+47
|
\
\
|
|
/
|
*
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
1
-0/+47
*
|
Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``
Serhiy Storchaka
2015-03-24
2
-16/+33
*
|
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka
2015-03-24
2
-0/+22
|
\
\
|
|
/
|
*
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka
2015-03-24
2
-0/+21
*
|
Added tests for mixed kinds of Unicode strings.
Serhiy Storchaka
2015-03-24
1
-0/+150
|
\
\
|
|
/
|
*
Added tests for mixed kinds of Unicode strings.
Serhiy Storchaka
2015-03-24
1
-0/+150
[prev]
[next]