summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #26312: SystemError is now raised in all programming bugs with usingSerhiy Storchaka2016-02-111-0/+4
* Issue #23992: multiprocessing: make MapResult not fail-fast upon exception.Charles-François Natali2016-02-101-0/+2
* Issue #26304: Merge doc wording from 3.5Martin Panter2016-02-102-23/+23
|\
| * Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-102-23/+23
* | Issue #26136: Upgrade the generator_stop warning to DeprecationWarningMartin Panter2016-02-101-0/+4
* | Issue #26243: zlib.compress() keyword argument support by Aviv PalivodaMartin Panter2016-02-101-0/+3
* | Issues #26310, 26311: Merge typo fixes from 3.5Martin Panter2016-02-101-1/+1
|\ \ | |/
| * Issues #26310, #26311: Fix typos in the documentation and code commentsMartin Panter2016-02-101-1/+1
* | compiler: don't emit SyntaxWarning on const stmtVictor Stinner2016-02-081-3/+4
* | compiler now ignores constant statementsVictor Stinner2016-02-081-0/+4
* | Issue #26117: The os.scandir() iterator now closes file descriptor not onlySerhiy Storchaka2016-02-081-0/+3
|\ \ | |/
| * Issue #26117: The os.scandir() iterator now closes file descriptor not onlySerhiy Storchaka2016-02-081-0/+3
* | Issue #25949: __dict__ for an OrderedDict instance is now created only whenSerhiy Storchaka2016-02-081-0/+3
* | Issue #25911: Restored support of bytes paths in os.walk() on Windows.Serhiy Storchaka2016-02-081-0/+2
|\ \ | |/
| * Issue #25911: Restored support of bytes paths in os.walk() on Windows.Serhiy Storchaka2016-02-081-0/+2
* | Issue #26045: Merge http.client error addition from 3.5Martin Panter2016-02-091-0/+3
|\ \ | |/
| * Issue #26045: Add UTF-8 suggestion to error in http.clientMartin Panter2016-02-091-0/+3
* | Issue #26198: ValueError is now raised instead of TypeError on bufferSerhiy Storchaka2016-02-071-0/+7
* | Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().Serhiy Storchaka2016-02-071-0/+3
* | Issue #26288: Optimize PyLong_AsDouble.Yury Selivanov2016-02-061-0/+1
* | Issue #12923: Merge FancyURLopener fix from 3.5Martin Panter2016-02-062-0/+4
|\ \ | |/
| * Issue #12923: Reset FancyURLopener's redirect counter even on exceptionMartin Panter2016-02-042-0/+4
* | Merge 3.5 (issue #25660)Yury Selivanov2016-02-041-0/+3
|\ \ | |/
| * Issue #25660: Fix TAB key behaviour in REPL.Yury Selivanov2016-02-041-0/+3
* | Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-0/+5
|\ \ | |/
| * Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-0/+5
* | Issue #26244: Merge zlib documentation from 3.5Martin Panter2016-02-031-0/+1
|\ \ | |/
| * Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-0/+1
| * Issue #26194: Inserting into a full deque to raise an IndexErrorRaymond Hettinger2016-02-021-2/+2
* | Issue #24421: Compile _math.c separately to avoid race conditionMartin Panter2016-02-031-0/+4
* | Issue #23601: Use small object allocator for dict key objectsRaymond Hettinger2016-01-311-0/+3
* | Issue #23076: Path.glob() now raises a ValueError if it's called with anBerker Peksag2016-01-302-0/+4
|\ \ | |/
| * Issue #23076: Path.glob() now raises a ValueError if it's called with anBerker Peksag2016-01-302-0/+4
* | Issue #4806: Merge * unpacking fix from 3.5Martin Panter2016-01-311-0/+4
|\ \ | |/
| * Issue #4806: Avoid masking original TypeError in call with * unpackingMartin Panter2016-01-311-0/+4
* | Issue #26202: copy.deepcopy() now correctly copies range() objects withSerhiy Storchaka2016-01-281-0/+3
|\ \ | |/
| * Issue #26202: copy.deepcopy() now correctly copies range() objects withSerhiy Storchaka2016-01-281-0/+3
* | Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-281-0/+2
|\ \ | |/
| * Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-281-0/+2
* | Merge 3.5: Issue #26227Victor Stinner2016-01-281-0/+4
|\ \ | |/
| * Windows: Decode hostname from ANSI code pageVictor Stinner2016-01-281-0/+4
* | Issue #19023: Merge ctypes doc and tests from 3.5Martin Panter2016-01-291-0/+1
|\ \ | |/
| * Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-291-0/+1
| * Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlenRaymond Hettinger2016-01-271-0/+4
| * code_richcompare() now uses the constants typesVictor Stinner2016-01-221-0/+6
* | Add ast.ConstantVictor Stinner2016-01-251-0/+4
* | Issue #18018: Raise an ImportError if a relative import is attemptedBrett Cannon2016-01-231-0/+3
* | Issue #25791: Warn when __package__ != __spec__.parent.Brett Cannon2016-01-221-2/+2
* | code_richcompare() now uses the constants typesVictor Stinner2016-01-221-0/+6
* | site: error on sitecustomize import errorVictor Stinner2016-01-221-0/+4