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
*
Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado...
Éric Araujo
2011-02-24
1
-0/+1
*
#11132: pass optimize parameter to recursive call in compileall.compile_dir()...
Georg Brandl
2011-02-07
1
-0/+1
*
Issue #8275: Fix passing of callback arguments with ctypes under Win64.
Antoine Pitrou
2011-01-31
1
-0/+1
*
Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson
Alexander Belopolsky
2011-01-29
1
-0/+1
*
Issue #4953: add the author of the patch
Victor Stinner
2011-01-14
1
-0/+1
*
#10869: do not visit root node twice in ast.increment_lineno().
Georg Brandl
2011-01-09
1
-0/+1
*
Issue #10042: Fixed the total_ordering decorator to handle cross-type
Raymond Hettinger
2011-01-08
1
-0/+1
*
Issue #8020: Avoid a crash where the small objects allocator would read
Antoine Pitrou
2011-01-07
1
-0/+1
*
Issue #3839: wsgiref should not override a Content-Length header set by
Antoine Pitrou
2011-01-06
1
-0/+1
*
Issue #10756: add the author, Andreas Stührk
Victor Stinner
2011-01-05
1
-0/+1
*
Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in
Antoine Pitrou
2011-01-03
1
-0/+1
*
test_tkinter: use a context manager to close directly the pipe
Victor Stinner
2011-01-03
1
-0/+1
*
Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD
Antoine Pitrou
2011-01-02
1
-0/+1
*
#6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevi...
Georg Brandl
2010-12-19
1
-0/+1
*
Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg fo...
Steven Bethard
2010-12-18
1
-0/+1
*
Issue #10714: Limit length of incoming request in http.server to 65536 bytes
Antoine Pitrou
2010-12-16
1
-0/+1
*
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
Antoine Pitrou
2010-12-15
1
-0/+1
*
#775964: skip YP/NIS entries instead of failing the test
R. David Murray
2010-12-14
1
-0/+1
*
Improve Pydoc interactive browsing (#2001). Patch by Ron Adam.
Nick Coghlan
2010-12-03
1
-0/+1
*
#8989: add 'domain' keyword to make_msgid.
R. David Murray
2010-12-02
1
-0/+1
*
Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex...
Terry Reedy
2010-12-02
1
-0/+1
*
#10464: fix netrc handling of lines with embedded '#" characters.
R. David Murray
2010-12-02
1
-0/+1
*
Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...
Eric Smith
2010-11-25
1
-0/+4
*
Remove UTF-8 BOM.
Georg Brandl
2010-11-24
1
-1/+1
*
IssIssue 1859: Add Jeremy Thurgood to Misc/ACKS
Terry Reedy
2010-11-23
1
-1/+2
*
Issue 10470: 'python -m unittest' launches test discovery by default.(If you...
Michael Foord
2010-11-21
1
-0/+1
*
Issue #8078: Add constants for higher baud rates in the termios module.
Antoine Pitrou
2010-11-20
1
-0/+1
*
add filename to ENOENT message #4925
Benjamin Peterson
2010-11-20
1
-0/+1
*
#1574217: only swallow AttributeErrors in isinstance, not everything.
R. David Murray
2010-11-20
1
-0/+1
*
Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by
Antoine Pitrou
2010-11-09
1
-0/+1
*
Issue #1926: Add support for NNTP over SSL on port 563, as well as
Antoine Pitrou
2010-11-09
1
-0/+1
*
Issue #10311: The signal module now restores errno before returning from
Antoine Pitrou
2010-11-05
1
-0/+1
*
Issue #10285: explain the `flag` return field better in NNTP.list().
Antoine Pitrou
2010-11-03
1
-0/+1
*
Issue #5027: The standard `xml` namespace is now understood by
Antoine Pitrou
2010-10-27
1
-0/+1
*
Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,
Antoine Pitrou
2010-10-14
1
-0/+1
*
Issue #10041: The signature of optional arguments in socket.makefile()
Antoine Pitrou
2010-10-13
1
-0/+1
*
#6612: add the author of the patch (W. Trevor King)
Victor Stinner
2010-10-12
1
-0/+1
*
Some platforms provide uintptr_t in inttypes.h. Patch by
Antoine Pitrou
2010-10-10
1
-0/+1
*
Issue #6608: time.asctime is now checking struct tm fields its input
Alexander Belopolsky
2010-10-01
1
-1/+2
*
#7110: have regrtest print test failures and tracebacks to stderr not stdout.
R. David Murray
2010-09-29
1
-0/+1
*
Issue #1675951: Allow GzipFile to work with unseekable file objects.
Antoine Pitrou
2010-09-23
1
-0/+1
*
Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)
Hirokazu Yamamoto
2010-09-09
1
-0/+1
*
#6394: Add os.getppid() support for Windows.
Amaury Forgeot d'Arc
2010-09-07
1
-0/+1
*
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
Antoine Pitrou
2010-09-04
1
-0/+1
*
Fix Björn's name in ACKS.
Antoine Pitrou
2010-09-04
1
-1/+1
*
Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API
Antoine Pitrou
2010-09-01
1
-0/+1
*
Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
Antoine Pitrou
2010-08-30
1
-0/+1
*
Issue #1512791: In setframerate method of Wave_write, round non-integral
Mark Dickinson
2010-08-28
1
-0/+1
*
#1194222: make parsedate always return RFC2822 four character years.
R. David Murray
2010-08-25
1
-0/+1
*
only catch AttributeError in hasattr() #9666
Benjamin Peterson
2010-08-24
1
-0/+1
[next]