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 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
|
\
\
|
|
/
|
*
Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),
Victor Stinner
2015-03-25
1
-1/+8
*
|
(Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError()
Victor Stinner
2015-03-25
1
-17/+28
|
\
\
|
|
/
|
*
Issue #23571: Fix reentrant call to Py_FatalError()
Victor Stinner
2015-03-25
1
-17/+28
*
|
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
4
-6/+64
|
\
\
|
|
/
|
*
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
4
-6/+64
*
|
Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``
Serhiy Storchaka
2015-03-24
6
-19/+60
*
|
Issue #4727: Fixed issue number in Misc/NEWS.
Serhiy Storchaka
2015-03-24
1
-1/+1
*
|
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka
2015-03-24
6
-3/+60
|
\
\
|
|
/
|
*
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka
2015-03-24
4
-3/+48
*
|
Issue #23573: Increased performance of string search operations (str.find,
Serhiy Storchaka
2015-03-24
6
-193/+248
*
|
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
2
-0/+235
|
\
\
|
|
/
|
*
Issue #23583: Added tests for standard IO streams in IDLE.
Serhiy Storchaka
2015-03-24
2
-0/+238
*
|
Issue #23502: The pprint module now supports mapping proxies.
Serhiy Storchaka
2015-03-24
3
-0/+40
*
|
Issue #17530: pprint now wraps long bytes objects and bytearrays.
Serhiy Storchaka
2015-03-24
3
-0/+149
*
|
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
3
-4/+38
*
|
change Σ to ν for obscure joke reasons
Benjamin Peterson
2015-03-24
1
-2/+2
*
|
Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and
Serhiy Storchaka
2015-03-24
3
-2/+76
*
|
Issue #23571: Enhance _Py_CheckFunctionResult()
Victor Stinner
2015-03-24
2
-13/+14
*
|
Issue #23571: Update test_capi
Victor Stinner
2015-03-24
1
-2/+23
*
|
(Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and
Victor Stinner
2015-03-24
1
-4/+26
|
\
\
|
|
/
|
*
Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr
Victor Stinner
2015-03-24
1
-4/+26
*
|
stdprinter_write(): mention the encoding
Victor Stinner
2015-03-24
1
-3/+4
*
|
Issue #23571: In debug mode, _Py_CheckFunctionResult() now calls
Victor Stinner
2015-03-24
1
-12/+9
[next]