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 #28731: Optimize _PyDict_NewPresized() to create correct size dict.
INADA Naoki
2016-12-07
1
-0/+3
*
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Serhiy Storchaka
2016-12-07
1
-0/+3
|
\
|
*
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Serhiy Storchaka
2016-12-02
1
-0/+3
*
|
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Serhiy Storchaka
2016-12-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Serhiy Storchaka
2016-12-07
1
-0/+3
*
|
Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will...
Ned Deily
2016-12-07
1
-0/+12
*
|
Version bump for 3.6.0rc1
v3.6.0rc1
Ned Deily
2016-12-07
1
-1/+1
*
|
Issue #27030: Unknown escapes in re.sub() replacement template are allowed
Serhiy Storchaka
2016-12-06
1
-0/+3
*
|
warnings: Fix the issue number
Victor Stinner
2016-12-06
1
-1/+1
*
|
catch_warnings() calls showwarning() if overriden
Victor Stinner
2016-12-06
1
-0/+3
*
|
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-0/+5
|
\
\
|
|
/
|
*
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-0/+2
*
|
Issue #23722: improve __classcell__ compatibility
Nick Coghlan
2016-12-05
1
-0/+12
*
|
Issue #27172: Undeprecate inspect.getfullargspec()
Nick Coghlan
2016-12-02
1
-0/+5
*
|
Issue #28843: Fix asyncio C Task to handle exceptions __traceback__.
Yury Selivanov
2016-12-01
1
-0/+2
*
|
Add TCP_CONGESTION and TCP_USER_TIMEOUT
Victor Stinner
2016-11-29
1
-0/+4
*
|
Issue #28797: Modifying the class __dict__ inside the __set_name__ method of
Serhiy Storchaka
2016-11-29
1
-0/+4
*
|
Merge 3.5, fix for #24142
Łukasz Langa
2016-11-26
2
-0/+4
|
\
\
|
|
/
|
*
Fixes #24142: [configparser] always join multiline values to not leave the pa...
Łukasz Langa
2016-11-26
2
-0/+4
*
|
Fix _PyGen_yf()
Victor Stinner
2016-11-24
1
-0/+4
*
|
Issue #28023: Fix python-gdb.py didn't support new dict implementation
INADA Naoki
2016-11-22
1
-0/+5
*
|
Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following ...
Ned Deily
2016-11-22
1
-0/+12
*
|
Version bump for 3.6.0b4
v3.6.0b4
Ned Deily
2016-11-22
1
-1/+1
*
|
Issue #27100: With statement reports missing __enter__ before __exit__. (Co...
Raymond Hettinger
2016-11-22
1
-0/+4
*
|
Issue #28752: Restored the __reduce__() methods of datetime objects.
Serhiy Storchaka
2016-11-21
1
-0/+2
*
|
issue28082: actually include NEWS entry
Ethan Furman
2016-11-21
1
-0/+2
*
|
closes issue23591: add NEWS entry
Ethan Furman
2016-11-21
1
-0/+2
*
|
Implement rich comparison for _sre.SRE_Pattern
Victor Stinner
2016-11-21
1
-1/+6
*
|
Issue #28532: Show sys.version when -V option is supplied twice
INADA Naoki
2016-11-21
2
-1/+4
*
|
Issue #20572: The subprocess.Popen.wait method's undocumented endtime
Gregory P. Smith
2016-11-21
1
-0/+3
*
|
Fix typos in documentation
Martin Panter
2016-11-20
1
-1/+1
*
|
Issue #25659: Merge ctypes fix from 3.5
Martin Panter
2016-11-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #25659: Change assert to TypeError in from_buffer/_copy()
Martin Panter
2016-11-20
1
-0/+3
*
|
Issue #10656: Merge AIX build fix from 3.5
Martin Panter
2016-11-20
2
-0/+5
|
\
\
|
|
/
|
*
Issue #10656: Fix out-of-tree building on AIX
Martin Panter
2016-11-20
2
-0/+5
*
|
move the enable-optimizations mention to the correct Build section.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-11-20
1
-2/+2
*
|
Rename the new --with-optimiations flag to --enable-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-11-20
1
-0/+2
|
\
\
|
|
/
|
*
Rename the new --with-optimiations flag to --enable-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-11-20
1
-0/+2
*
|
Issue #28666: Now test.support.rmtree is able to remove unwritable or
Serhiy Storchaka
2016-11-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #28666: Now test.support.rmtree is able to remove unwritable or
Serhiy Storchaka
2016-11-20
1
-0/+3
*
|
Merge from 3.5 and fix a few other functions missing IPH handling.
Steve Dower
2016-11-20
1
-0/+2
|
\
\
|
|
/
|
*
Issue #28732: Fix crash in os.spawnv() with no elements in args
Steve Dower
2016-11-20
1
-0/+2
*
|
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
Xavier de Gaye
2016-11-19
1
-0/+3
*
|
Issue #28720: Add collections.abc.AsyncGenerator.
Yury Selivanov
2016-11-16
1
-0/+2
*
|
Issue #28721: Fix asynchronous generators aclose() and athrow()
Yury Selivanov
2016-11-16
1
-0/+3
*
|
Issue #26920: Fix not getting the locale's charset upon initializing the inte...
Xavier de Gaye
2016-11-16
1
-0/+3
*
|
Merge 3.5 (issue #28704)
Yury Selivanov
2016-11-15
1
-0/+3
|
\
\
|
|
/
*
|
Merge 3.5 (issue #28703)
Yury Selivanov
2016-11-15
1
-0/+2
|
\
\
|
|
/
|
*
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
Yury Selivanov
2016-11-15
1
-0/+2
*
|
Merge AIX fixes from 3.5 into 3.6
Martin Panter
2016-11-14
1
-0/+1
|
\
\
|
|
/
[next]