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 27921: Remove backslash from another f-string. I'll revert this change ...
Eric V. Smith
2016-09-03
3
-4/+14
*
Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...
Mark Dickinson
2016-09-03
7
-11/+393
*
Closes #27935: returned numeric value for 'FATAL' logging level.
Vinay Sajip
2016-09-03
2
-0/+5
*
Merge upstream change.
Vinay Sajip
2016-09-03
1
-14/+14
|
\
|
*
Issue 27921: Remove backslash from another f-string. I'll revert this change ...
Eric V. Smith
2016-09-03
1
-14/+14
*
|
Closes #27937: Merge fix from 3.5.
Vinay Sajip
2016-09-03
0
-0/+0
|
\
\
|
*
|
Fixes #27937: optimise code used in all logging calls.
Vinay Sajip
2016-09-03
1
-4/+5
*
|
|
Fixes #27937: optimise code used in all logging calls.
Vinay Sajip
2016-09-03
1
-2/+3
|
|
/
|
/
|
*
|
Issue 27921: Remove backslash from another f-string.
Eric V. Smith
2016-09-03
1
-1/+1
*
|
Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...
Eric V. Smith
2016-09-03
6
-98/+69
*
|
Merge
Raymond Hettinger
2016-09-03
4
-2/+17
|
\
\
|
|
/
|
*
Issue 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger
2016-09-03
4
-2/+17
*
|
issue23591: bool(empty_flags) == False; more docs & tests
Ethan Furman
2016-09-02
3
-3/+78
*
|
issue23591: optimize _high_bit()
Ethan Furman
2016-09-02
1
-7/+2
*
|
PEP 7 style for if/else in C
Victor Stinner
2016-09-02
3
-17/+35
*
|
issue23591: add docs; code cleanup; more tests
Ethan Furman
2016-09-02
3
-67/+202
*
|
Issue #12885: Merge with 3.5
Jason R. Coombs
2016-09-02
0
-0/+0
|
\
\
|
|
/
|
*
Issue #12885: Merge with 3.4, retaining commits reverted there.
Jason R. Coombs
2016-09-02
0
-0/+0
|
|
\
|
|
*
Issue #12885: Revert commits in 3.4 branch which is security-only fixes.
Jason R. Coombs
2016-09-02
3
-69/+29
*
|
|
Issue #12885: Merge with 3.5
Jason R. Coombs
2016-09-02
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #12885: Merge 3.4
Jason R. Coombs
2016-09-02
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #12885: Correct issue reference in NEWS
Jason R. Coombs
2016-09-02
1
-1/+1
*
|
|
Merge backout for test suite fix
Jason R. Coombs
2016-09-02
1
-2/+9
|
\
\
\
|
|
/
/
|
*
|
Merge backout for test suite fix
Jason R. Coombs
2016-09-02
1
-2/+9
|
|
\
\
|
|
|
/
|
|
*
Backed out changeset cc86e9e102e8
Jason R. Coombs
2016-09-02
1
-2/+9
*
|
|
Issue #12885: Merge with 3.5
Jason R. Coombs
2016-09-02
3
-31/+61
|
\
\
\
|
|
/
/
|
*
|
Issue #12285: Merge with 3.4
Jason R. Coombs
2016-09-02
3
-31/+61
|
|
\
\
|
|
|
/
|
|
*
Issue #12285: Update NEWS
Jason R. Coombs
2016-09-02
1
-0/+2
|
|
*
Issue #12285: Replace implementation of findall with implementation from Setu...
Jason R. Coombs
2015-09-19
1
-27/+21
|
|
*
Sort result to avoid spurious errors due to order.
Jason R. Coombs
2015-08-30
1
-2/+2
|
|
*
Add docstring and additional test revealing nuances of the implementation as ...
Jason R. Coombs
2015-09-19
1
-0/+16
|
|
*
Add another test capturing the basic discovery expectation.
Jason R. Coombs
2015-08-30
1
-0/+11
|
|
*
Issue #12285: Add test capturing failure.
Jason R. Coombs
2015-08-30
1
-0/+10
|
|
*
Use modern mechanism for test discovery
Jason R. Coombs
2015-08-30
1
-5/+2
*
|
|
- Issue #27917: Set platform triplets for Android builds.
doko@ubuntu.com
2016-09-01
3
-2/+52
*
|
|
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
4
-46/+65
|
\
\
\
|
|
/
/
|
*
|
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
4
-46/+65
*
|
|
Issue #27919: Deprecate extra_path option in distutils.
Jason R. Coombs
2016-09-01
3
-0/+15
*
|
|
Minor beautification (turn nested-if into a conjunction).
Raymond Hettinger
2016-09-01
1
-6/+5
*
|
|
Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).
Terry Jan Reedy
2016-09-01
9
-6/+21
|
\
\
\
|
|
/
/
|
*
|
Issue #27922: IDLE tests no longer flash tk widgets.
Terry Jan Reedy
2016-09-01
6
-5/+13
*
|
|
Improve idlelib.textview comments.
Terry Jan Reedy
2016-08-31
1
-7/+6
*
|
|
Issue #27891: Tweak new idlelib README entry.
Terry Jan Reedy
2016-08-31
1
-2/+2
*
|
|
Merge
Raymond Hettinger
2016-08-31
3
-0/+30
|
\
\
\
|
|
/
/
|
*
|
Issue #27706: Fix regression in random.seed(somestr, version=1)
Raymond Hettinger
2016-08-31
3
-0/+30
*
|
|
Merge asyncio from 3.5
Guido van Rossum
2016-08-31
2
-10/+96
|
\
\
\
|
|
/
/
|
*
|
Fix ordering issues in UNIX read/write pipe transport constructors.
Guido van Rossum
2016-08-31
1
-6/+17
|
*
|
Don't select for read on character devices in _UnixWritePipeTransport.
Guido van Rossum
2016-08-31
2
-4/+79
*
|
|
Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6)
Guido van Rossum
2016-08-31
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #27907: variable rename. (Ville Skyttä)
Guido van Rossum
2016-08-31
1
-2/+2
[next]