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
*
Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Ec...
Tim Golden
2013-10-25
1
-0/+1
*
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Antoine Pitrou
2013-10-23
1
-0/+1
|
\
|
*
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Antoine Pitrou
2013-10-23
1
-0/+1
*
|
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...
Tim Golden
2013-10-22
1
-0/+1
|
\
\
|
|
/
|
*
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...
Tim Golden
2013-10-22
1
-0/+1
*
|
#8964: merge with 3.3.
Ezio Melotti
2013-10-21
1
-0/+1
|
\
\
|
|
/
|
*
#8964: fix platform._sys_version to handle IronPython 2.6+.
Ezio Melotti
2013-10-21
1
-0/+1
*
|
Issue #19201: Add support for the 'x' mode to the lzma module.
Nadeem Vawda
2013-10-18
1
-0/+1
*
|
Close #19266: contextlib.ignore -> contextlib.suppress
Nick Coghlan
2013-10-17
1
-0/+1
*
|
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan
2013-10-17
1
-0/+1
*
|
#18714: add attribution.
Georg Brandl
2013-10-13
1
-0/+1
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-0/+1
|
\
\
|
|
/
|
*
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV...
Georg Brandl
2013-10-06
1
-0/+1
*
|
#19148: fix markup errors and wording in enum docs. Patch by Esa Peuha.
Ezio Melotti
2013-10-05
1
-0/+1
*
|
Close #10042: functools.total_ordering now handles NotImplemented
Nick Coghlan
2013-10-01
1
-0/+1
*
|
Merge #19092 from 3.3
Nick Coghlan
2013-10-01
1
-1/+1
|
\
\
|
|
/
|
*
Close #19092: ExitStack now reraises exceptions from __exit__
Nick Coghlan
2013-10-01
1
-1/+1
*
|
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...
Antoine Pitrou
2013-09-30
1
-0/+1
|
\
\
|
|
/
|
*
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...
Antoine Pitrou
2013-09-30
1
-0/+1
*
|
Close #18596: Support address sanity checking in clang/GCC
Nick Coghlan
2013-09-28
1
-0/+1
*
|
merge
Raymond Hettinger
2013-09-15
1
-0/+1
|
\
\
|
|
/
|
*
Issue #19018: The heapq.merge() function no longer suppresses IndexError
Raymond Hettinger
2013-09-15
1
-0/+2
*
|
Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle...
Eli Bendersky
2013-09-13
1
-0/+1
|
\
\
|
|
/
|
*
Add Germán M. Bravo to Misc/ACKS
Eli Bendersky
2013-09-13
1
-0/+1
*
|
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
Serhiy Storchaka
2013-09-13
1
-0/+1
|
\
\
|
|
/
|
*
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
Serhiy Storchaka
2013-09-13
1
-0/+1
*
|
Issue #18962: Optimize the single iterator case for heapq.merge()
Raymond Hettinger
2013-09-11
1
-0/+1
*
|
Added Elazar to Misc/ACKS.
Ethan Furman
2013-09-07
1
-0/+1
*
|
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
1
-0/+1
|
\
\
|
|
/
|
*
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
1
-0/+1
*
|
Issue #18912: Fix indentation in docstring
Eli Bendersky
2013-09-03
1
-0/+1
|
\
\
|
|
/
*
|
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
1
-0/+1
|
\
\
|
|
/
|
*
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
1
-0/+1
*
|
Issue #11798: TestSuite now drops references to own tests after execution.
Andrew Svetlov
2013-08-28
1
-0/+2
*
|
#18833: merge with 3.3.
Ezio Melotti
2013-08-25
1
-0/+1
|
\
\
|
|
/
|
*
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
Ezio Melotti
2013-08-25
1
-0/+1
*
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-0/+1
|
\
\
|
|
/
|
*
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-0/+1
*
|
Issue #18676: Merge from 3.3
Terry Jan Reedy
2013-08-10
1
-0/+1
|
\
\
|
|
/
|
*
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
Terry Jan Reedy
2013-08-10
1
-0/+1
*
|
#18357: merge with 3.3.
Ezio Melotti
2013-08-08
1
-0/+1
|
\
\
|
|
/
|
*
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
1
-0/+1
*
|
Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
Antoine Pitrou
2013-08-05
1
-0/+1
*
|
Merge: #18657: remove duplicate entries from Misc/ACKS.
R David Murray
2013-08-04
1
-3/+0
|
\
\
|
|
/
|
*
#18657: remove duplicate entries from Misc/ACKS.
R David Murray
2013-08-04
1
-3/+0
*
|
Issue #17557: merge from 3.3
Ned Deily
2013-08-02
1
-0/+1
|
\
\
|
|
/
|
*
Issue #17557: Fix os.getgroups() to work with the modified behavior of
Ned Deily
2013-08-02
1
-0/+1
|
*
Issue #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
1
-0/+1
*
|
Close #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
1
-0/+1
*
|
#16937: merge with 3.3.
Ezio Melotti
2013-07-25
1
-0/+1
|
\
\
|
|
/
[next]