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
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka
2016-11-03
1
-0/+1
*
|
|
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka
2016-10-31
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka
2016-10-31
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka
2016-10-31
1
-0/+1
*
|
|
Issue #26240: Merge subprocess doc string from 3.6
Martin Panter
2016-10-26
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #26240: Merge subprocess doc string from 3.5 into 3.6
Martin Panter
2016-10-25
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #26240: Clean up the subprocess module doc string
Martin Panter
2016-10-25
1
-0/+1
*
|
|
Issue #28435: Merge urllib test fixes from 3.6
Martin Panter
2016-10-22
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #28435: Merge urllib test fixes from 3.5 into 3.6
Martin Panter
2016-10-22
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #28435: Avoid no_proxy environment variable interfering with tests
Martin Panter
2016-10-22
1
-0/+1
*
|
|
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
1
-0/+1
*
|
|
Add myself to the ACKS file.
Steve Dower
2016-10-03
1
-0/+1
*
|
|
Issue #21085: add configure check for siginfo_t.si_band
Zachary Ware
2016-10-01
1
-0/+1
*
|
|
Merge with 3.6
Terry Jan Reedy
2016-09-30
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Merge with 3.5
Terry Jan Reedy
2016-09-30
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #28815: Change '?' to '<module>' in some doc examples.
Terry Jan Reedy
2016-09-30
1
-0/+1
|
|
*
IDLE NEWS item and ack.
Terry Jan Reedy
2016-09-29
1
-0/+1
*
|
|
Merged from 3.6
Alexander Belopolsky
2016-09-28
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #28148: Stop using localtime() and gmtime() in the time module.
Alexander Belopolsky
2016-09-28
1
-0/+1
*
|
|
Issue #28203: Merge from 3.6
Mark Dickinson
2016-09-24
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #28203: Merge from 3.5
Mark Dickinson
2016-09-24
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...
Mark Dickinson
2016-09-24
1
-0/+1
*
|
|
Added proper spelling for the name Elazar.
Alexander Belopolsky
2016-09-16
1
-1/+1
*
|
|
Issue #28181: Add Kaartic Sivaraam to Misc/ACKS.
Christian Heimes
2016-09-16
1
-0/+1
|
/
/
*
|
Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Terry Jan Reedy
2016-09-12
1
-0/+1
|
\
\
|
|
/
*
|
DTrace support: function calls, GC activity, line execution
Ćukasz Langa
2016-09-10
1
-0/+1
*
|
Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray
2016-09-10
1
-0/+1
|
\
\
|
|
/
|
*
#14977: Make mailcap respect the order of the lines in the mailcap file.
R David Murray
2016-09-10
1
-0/+1
*
|
Issue #19489: Merge with 3.5
Zachary Ware
2016-09-09
1
-0/+1
|
\
\
|
|
/
|
*
Issue #19489: Add NEWS and ACKS
Zachary Ware
2016-09-09
1
-0/+1
|
*
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
Senthil Kumaran
2016-09-07
1
-0/+1
*
|
Remove duplicate entry for Ivan L.
Guido van Rossum
2016-09-09
1
-1/+0
*
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
1
-0/+1
*
|
add recipes for pseudo-valueless enums
Ethan Furman
2016-09-07
1
-0/+1
*
|
Add Francisco Couzo to Misc/ACKS (for issue #27427 patch).
Mark Dickinson
2016-09-04
1
-0/+1
*
|
Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...
Mark Dickinson
2016-09-03
1
-0/+1
*
|
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: Support for chunked encoding of HTTP request bodies
Martin Panter
2016-08-24
1
-0/+1
*
|
Issue #27539: Merge from 3.5.
Mark Dickinson
2016-08-22
1
-0/+1
|
\
\
|
|
/
|
*
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...
Mark Dickinson
2016-08-22
1
-0/+1
*
|
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-0/+1
|
\
\
|
|
/
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-0/+1
*
|
Merge: #2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-19
1
-0/+1
|
\
\
|
|
/
|
*
#2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-19
1
-0/+1
*
|
[merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
1
-0/+1
|
\
\
|
|
/
|
*
Issue #27453: CPP invocation in configure must use CPPFLAGS.
Xavier de Gaye
2016-07-30
1
-0/+1
*
|
Issue #27366: Implement PEP 487
Nick Coghlan
2016-07-30
1
-0/+1
[prev]
[next]