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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unintentional trailing spaces in text files.
Serhiy Storchaka
2015-03-29
4
-11/+11
*
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: 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
*
|
Merge
Brett Cannon
2015-03-27
1
-79/+173
|
\
\
|
*
|
Issue #22117: Fix rounding in _PyTime_FromSecondsObject()
Victor Stinner
2015-03-27
1
-79/+173
*
|
|
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
*
|
Issue #23775: pprint() of OrderedDict now outputs the same representation
Serhiy Storchaka
2015-03-26
2
-24/+37
*
|
Issue #23776: Removed asserts from pprint.PrettyPrinter constructor.
Serhiy Storchaka
2015-03-26
2
-7/+23
*
|
Issue #23765: Removed IsBadStringPtr calls in ctypes
Steve Dower
2015-03-26
1
-8/+4
*
|
Issue #22364: Improved some re error messages using regex for hints.
Serhiy Storchaka
2015-03-25
4
-193/+295
*
|
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
2
-1/+2
|
\
\
|
|
/
|
*
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
Serhiy Storchaka
2015-03-25
2
-1/+2
*
|
Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive
Serhiy Storchaka
2015-03-25
2
-12/+27
*
|
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
*
|
Fixed using deprecated escaping in regular expression in _strptime.py (issue2...
Serhiy Storchaka
2015-03-24
2
-3/+3
*
|
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
2
-2/+51
|
\
\
|
|
/
|
*
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
2
-2/+51
*
|
Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``
Serhiy Storchaka
2015-03-24
3
-17/+46
*
|
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka
2015-03-24
3
-3/+48
|
\
\
|
|
/
|
*
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka
2015-03-24
3
-3/+44
*
|
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
*
|
Issue #23583: Added tests for standard IO streams in IDLE.
Serhiy Storchaka
2015-03-24
1
-0/+233
|
\
\
|
|
/
|
*
Issue #23583: Added tests for standard IO streams in IDLE.
Serhiy Storchaka
2015-03-24
1
-0/+233
|
*
Issue #21560: An attempt to write a data of wrong type no longer cause
Serhiy Storchaka
2015-03-23
2
-2/+35
*
|
Issue #23502: The pprint module now supports mapping proxies.
Serhiy Storchaka
2015-03-24
2
-0/+38
*
|
Issue #17530: pprint now wraps long bytes objects and bytearrays.
Serhiy Storchaka
2015-03-24
2
-0/+147
*
|
Issue #23741: Slightly refactor the pprint module to make it a little more
Serhiy Storchaka
2015-03-24
1
-108/+122
*
|
Issue #22687: Fixed some corner cases in breaking words in tetxtwrap.
Serhiy Storchaka
2015-03-24
2
-4/+35
*
|
Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and
Serhiy Storchaka
2015-03-24
2
-2/+72
*
|
Issue #23571: Enhance _Py_CheckFunctionResult()
Victor Stinner
2015-03-24
1
-4/+4
*
|
Issue #23571: Update test_capi
Victor Stinner
2015-03-24
1
-2/+23
*
|
Issue #23688: Added support of arbitrary bytes-like objects and avoided
Serhiy Storchaka
2015-03-23
2
-8/+48
*
|
Issue #23252: Added support for writing ZIP files to unseekable streams.
Serhiy Storchaka
2015-03-22
2
-34/+108
*
|
Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
R David Murray
2015-03-22
1
-5/+6
|
\
\
|
|
/
|
*
#23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
R David Murray
2015-03-22
1
-5/+6
[next]