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 for issue #26367
Brett Cannon
2016-02-20
1
-0/+3
|
\
|
*
Issue #26367: Have importlib.__init__() raise RuntimeError when
Brett Cannon
2016-02-20
1
-0/+4
*
|
Issue #26309: Merge socketserver fix from 3.5
Martin Panter
2016-02-18
1
-0/+4
|
\
\
|
|
/
|
*
Issue #26309: Shut down socketserver request if verify_request() is false
Martin Panter
2016-02-18
1
-0/+4
*
|
merge 3.5 (closes #25939)
Benjamin Peterson
2016-02-18
1
-0/+2
|
\
\
|
|
/
|
*
merge 3.4 (closes #25939)
Benjamin Peterson
2016-02-18
1
-0/+2
|
|
\
|
|
*
open the cert store readonly
Benjamin Peterson
2016-02-18
1
-0/+2
*
|
|
Issue #25924: merge with 3.5
Ned Deily
2016-02-15
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X
Ned Deily
2016-02-15
1
-0/+3
*
|
|
Issue #26268: merge from 3.5
Ned Deily
2016-02-15
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.
Ned Deily
2016-02-15
1
-1/+1
*
|
|
Issue #26316: Merge Arg Clinic fix from 3.5
Martin Panter
2016-02-14
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #26316: Fix variable name typo in Argument Clinic
Martin Panter
2016-02-14
1
-0/+6
*
|
|
Merge 3.5 (issue #25887)
Yury Selivanov
2016-02-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
Yury Selivanov
2016-02-13
1
-0/+3
|
*
|
Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
Serhiy Storchaka
2016-02-11
1
-0/+2
*
|
|
Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs
Yury Selivanov
2016-02-11
1
-0/+4
*
|
|
Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
Serhiy Storchaka
2016-02-11
1
-0/+2
*
|
|
Issue #25994: Added the close() method and the support of the context manager
Serhiy Storchaka
2016-02-11
1
-0/+3
*
|
|
Issue #26325: Added test.support.check_no_resource_warning() to check that
Serhiy Storchaka
2016-02-11
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #26325: Added test.support.check_no_resource_warning() to check that
Serhiy Storchaka
2016-02-11
1
-0/+3
*
|
|
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
[next]