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
*
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
*
|
Issue #23451, #22117: Python 3.5 now requires Windows Vista or newer, so
Victor Stinner
2015-03-27
1
-47/+2
*
|
Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h
Victor Stinner
2015-03-27
3
-22/+361
*
|
Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and
Victor Stinner
2015-03-26
3
-0/+33
*
|
_PyUnicodeWriter_WriteStr() now checks that the input string is consistent
Victor Stinner
2015-03-26
1
-0/+1
*
|
Issue #23775: pprint() of OrderedDict now outputs the same representation
Serhiy Storchaka
2015-03-26
3
-24/+40
*
|
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
2
-8/+6
*
|
Issue #22364: Improved some re error messages using regex for hints.
Serhiy Storchaka
2015-03-25
6
-196/+300
*
|
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
3
-1/+4
|
\
\
|
|
/
|
*
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
Serhiy Storchaka
2015-03-25
3
-1/+4
*
|
Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive
Serhiy Storchaka
2015-03-25
5
-21/+49
*
|
Missing brace and minor formatting in Windows installer
Steve Dower
2015-03-25
1
-2/+2
*
|
Closes #9445: Removes detection of GetFinalPathNameByHandle
Steve Dower
2015-03-21
1
-50/+6
*
|
Issue #23765: Remove IsBadStringPtr calls in ctypes
Steve Dower
2015-03-25
1
-20/+4
*
|
Fixes UI labels and ability to add/remove features.
Steve Dower
2015-03-25
1
-10/+21
*
|
Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ...
Steve Dower
2015-03-25
8
-31/+94
*
|
Fix typo
Raymond Hettinger
2015-03-25
1
-1/+1
*
|
Minor code and comment cleanups.
Raymond Hettinger
2015-03-25
1
-21/+18
*
|
Issue #23573: Fix bytes.rfind() and bytearray.rfind() on Windows
Victor Stinner
2015-03-25
2
-2/+4
*
|
Merge 3.4 (traceback)
Victor Stinner
2015-03-25
1
-1/+8
|
\
\
|
|
/
[next]