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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge
Raymond Hettinger
2016-09-03
1
-0/+4
|
\
\
|
|
/
|
*
Issue 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger
2016-09-03
1
-0/+4
*
|
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
*
|
|
Issue #12885: Merge with 3.5
Jason R. Coombs
2016-09-02
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #12285: Merge with 3.4
Jason R. Coombs
2016-09-02
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #12285: Update NEWS
Jason R. Coombs
2016-09-02
1
-0/+2
*
|
|
- Issue #27917: Set platform triplets for Android builds.
doko@ubuntu.com
2016-09-01
1
-0/+2
*
|
|
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
1
-0/+3
*
|
|
Issue #27919: Deprecate extra_path option in distutils.
Jason R. Coombs
2016-09-01
1
-0/+3
*
|
|
Merge
Raymond Hettinger
2016-08-31
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #27706: Fix regression in random.seed(somestr, version=1)
Raymond Hettinger
2016-08-31
1
-0/+5
*
|
|
Issue #27842: The csv.DictReader now returns rows of type OrderedDict.
Raymond Hettinger
2016-08-30
1
-0/+3
*
|
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
2
-16/+16
*
|
|
Issue #27870: A left shift of zero by a large integer no longer attempts to a...
Mark Dickinson
2016-08-29
1
-0/+3
*
|
|
Issue #25402: in int-to-decimal-string conversion, reduce intermediate storag...
Mark Dickinson
2016-08-29
1
-0/+4
*
|
|
Issue #27214: Fix potential bug and remove useless optimization in long_inver...
Mark Dickinson
2016-08-29
1
-0/+4
*
|
|
Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.
Mark Dickinson
2016-08-29
1
-0/+4
*
|
|
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-0/+3
*
|
|
Issue #27506: Support bytes/bytearray.translate() delete as keyword argument
Martin Panter
2016-08-27
1
-0/+3
*
|
|
Issue #25825: Merge $(LIBPL) fix from 3.5
Martin Panter
2016-08-27
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #25825: Fix references to $(LIBPL) installation path on AIX
Martin Panter
2016-08-27
1
-2/+4
*
|
|
Issue #19884: Merge Readline updates from 3.5
Martin Panter
2016-08-27
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Martin Panter
2016-08-27
1
-0/+2
*
|
|
Issue #12319: Always send file request bodies using chunked encoding
Martin Panter
2016-08-27
1
-4/+3
*
|
|
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
Brett Cannon
2016-08-26
1
-1/+4
*
|
|
Issue #10513: Merge from 3.5
Berker Peksag
2016-08-26
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
1
-0/+3
*
|
|
Issue #6057: Merge from 3.5
Berker Peksag
2016-08-24
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #6057: Document exceptions in sqlite3 module
Berker Peksag
2016-08-24
1
-0/+1
*
|
|
Issue #12319: Move NEWS under beta 1 heading
Martin Panter
2016-08-24
1
-8/+8
*
|
|
Issue #12319: Support for chunked encoding of HTTP request bodies
Martin Panter
2016-08-24
2
-0/+9
*
|
|
Update NEWS.
Steven D'Aprano
2016-08-24
1
-1/+3
*
|
|
Backed out changeset 1017215f5492
Mark Dickinson
2016-08-23
1
-3/+0
*
|
|
A new version of typing.py from https://github.com/python/typing. (Merge 3.5-...
Guido van Rossum
2016-08-23
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
A new version of typing.py from https://github.com/python/typing.
Guido van Rossum
2016-08-23
1
-0/+6
*
|
|
Issue 27598: Add Collections to collections.abc.
Guido van Rossum
2016-08-23
1
-0/+3
*
|
|
Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff ...
Mark Dickinson
2016-08-23
1
-0/+3
*
|
|
Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.
Mark Dickinson
2016-08-23
1
-0/+3
*
|
|
Issue #12713: reverted fix pending further discussion.
Vinay Sajip
2016-08-23
1
-3/+0
*
|
|
Issue #27587: Merge from 3.5
Berker Peksag
2016-08-22
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #27587: Move null pointer check earlier in _PyState_AddModule()
Berker Peksag
2016-08-22
1
-0/+4
*
|
|
Issue #27792: force int return type for modulo operations involving bools.
Mark Dickinson
2016-08-22
1
-0/+4
*
|
|
Issue #27539: Merge from 3.5.
Mark Dickinson
2016-08-22
2
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...
Mark Dickinson
2016-08-22
2
-0/+4
*
|
|
Issue #26984: int() now always returns an instance of exact int.
Serhiy Storchaka
2016-08-21
1
-0/+2
*
|
|
Issue #21718: Merge from 3.5
Berker Peksag
2016-08-21
1
-0/+2
|
\
\
\
|
|
/
/
[prev]
[next]