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
*
Issue #26312: SystemError is now raised in all programming bugs with using
Serhiy Storchaka
2016-02-11
1
-0/+4
*
Issue #23992: multiprocessing: make MapResult not fail-fast upon exception.
Charles-François Natali
2016-02-10
1
-0/+2
*
Issue #26304: Merge doc wording from 3.5
Martin Panter
2016-02-10
2
-23/+23
|
\
|
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
2
-23/+23
*
|
Issue #26136: Upgrade the generator_stop warning to DeprecationWarning
Martin Panter
2016-02-10
1
-0/+4
*
|
Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda
Martin Panter
2016-02-10
1
-0/+3
*
|
Issues #26310, 26311: Merge typo fixes from 3.5
Martin Panter
2016-02-10
1
-1/+1
|
\
\
|
|
/
|
*
Issues #26310, #26311: Fix typos in the documentation and code comments
Martin Panter
2016-02-10
1
-1/+1
*
|
compiler: don't emit SyntaxWarning on const stmt
Victor Stinner
2016-02-08
1
-3/+4
*
|
compiler now ignores constant statements
Victor Stinner
2016-02-08
1
-0/+4
*
|
Issue #26117: The os.scandir() iterator now closes file descriptor not only
Serhiy Storchaka
2016-02-08
1
-0/+3
|
\
\
|
|
/
|
*
Issue #26117: The os.scandir() iterator now closes file descriptor not only
Serhiy Storchaka
2016-02-08
1
-0/+3
*
|
Issue #25949: __dict__ for an OrderedDict instance is now created only when
Serhiy Storchaka
2016-02-08
1
-0/+3
*
|
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
Serhiy Storchaka
2016-02-08
1
-0/+2
|
\
\
|
|
/
|
*
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
Serhiy Storchaka
2016-02-08
1
-0/+2
*
|
Issue #26045: Merge http.client error addition from 3.5
Martin Panter
2016-02-09
1
-0/+3
|
\
\
|
|
/
|
*
Issue #26045: Add UTF-8 suggestion to error in http.client
Martin Panter
2016-02-09
1
-0/+3
*
|
Issue #26198: ValueError is now raised instead of TypeError on buffer
Serhiy Storchaka
2016-02-07
1
-0/+7
*
|
Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().
Serhiy Storchaka
2016-02-07
1
-0/+3
*
|
Issue #26288: Optimize PyLong_AsDouble.
Yury Selivanov
2016-02-06
1
-0/+1
*
|
Issue #12923: Merge FancyURLopener fix from 3.5
Martin Panter
2016-02-06
2
-0/+4
|
\
\
|
|
/
|
*
Issue #12923: Reset FancyURLopener's redirect counter even on exception
Martin Panter
2016-02-04
2
-0/+4
*
|
Merge 3.5 (issue #25660)
Yury Selivanov
2016-02-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #25660: Fix TAB key behaviour in REPL.
Yury Selivanov
2016-02-04
1
-0/+3
*
|
Issue #25945: Fixed bugs in functools.partial.
Serhiy Storchaka
2016-02-02
1
-0/+5
|
\
\
|
|
/
|
*
Issue #25945: Fixed bugs in functools.partial.
Serhiy Storchaka
2016-02-02
1
-0/+5
*
|
Issue #26244: Merge zlib documentation from 3.5
Martin Panter
2016-02-03
1
-0/+1
|
\
\
|
|
/
|
*
Issue #26244: Clarify default zlib compression level in documentation
Martin Panter
2016-02-03
1
-0/+1
|
*
Issue #26194: Inserting into a full deque to raise an IndexError
Raymond Hettinger
2016-02-02
1
-2/+2
*
|
Issue #24421: Compile _math.c separately to avoid race condition
Martin Panter
2016-02-03
1
-0/+4
*
|
Issue #23601: Use small object allocator for dict key objects
Raymond Hettinger
2016-01-31
1
-0/+3
*
|
Issue #23076: Path.glob() now raises a ValueError if it's called with an
Berker Peksag
2016-01-30
2
-0/+4
|
\
\
|
|
/
|
*
Issue #23076: Path.glob() now raises a ValueError if it's called with an
Berker Peksag
2016-01-30
2
-0/+4
*
|
Issue #4806: Merge * unpacking fix from 3.5
Martin Panter
2016-01-31
1
-0/+4
|
\
\
|
|
/
|
*
Issue #4806: Avoid masking original TypeError in call with * unpacking
Martin Panter
2016-01-31
1
-0/+4
*
|
Issue #26202: copy.deepcopy() now correctly copies range() objects with
Serhiy Storchaka
2016-01-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #26202: copy.deepcopy() now correctly copies range() objects with
Serhiy Storchaka
2016-01-28
1
-0/+3
*
|
Issue #19883: Fixed possible integer overflows in zipimport.
Serhiy Storchaka
2016-01-28
1
-0/+2
|
\
\
|
|
/
|
*
Issue #19883: Fixed possible integer overflows in zipimport.
Serhiy Storchaka
2016-01-28
1
-0/+2
*
|
Merge 3.5: Issue #26227
Victor Stinner
2016-01-28
1
-0/+4
|
\
\
|
|
/
|
*
Windows: Decode hostname from ANSI code page
Victor Stinner
2016-01-28
1
-0/+4
*
|
Issue #19023: Merge ctypes doc and tests from 3.5
Martin Panter
2016-01-29
1
-0/+1
|
\
\
|
|
/
|
*
Issue #19023: Document ctypes array and pointer classes
Martin Panter
2016-01-29
1
-0/+1
|
*
Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen
Raymond Hettinger
2016-01-27
1
-0/+4
|
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-0/+6
*
|
Add ast.Constant
Victor Stinner
2016-01-25
1
-0/+4
*
|
Issue #18018: Raise an ImportError if a relative import is attempted
Brett Cannon
2016-01-23
1
-0/+3
*
|
Issue #25791: Warn when __package__ != __spec__.parent.
Brett Cannon
2016-01-22
1
-2/+2
*
|
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-0/+6
*
|
site: error on sitecustomize import error
Victor Stinner
2016-01-22
1
-0/+4
[next]