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
*
Patch #1608. Someone with access to autoconf 2.61 or higher needs to
Guido van Rossum
2007-12-13
1
-0/+1
*
Patch #1643738 by Ulisses Furquim -- make the is_tripped variable
Guido van Rossum
2007-12-10
1
-0/+1
*
Add Jeff Wheeler.
Georg Brandl
2007-12-09
1
-0/+1
*
Fix Eren's name.
Georg Brandl
2007-12-08
1
-1/+1
*
Increase unit test coverage of SimpleXMLRPCServer.
Georg Brandl
2007-12-07
1
-0/+1
*
Issue #1727780: Support loading pickles of random.Random objects created
Martin v. Löwis
2007-12-03
1
-0/+1
*
Add test suite for cmd module.
Georg Brandl
2007-12-01
1
-0/+1
*
Patch #1031213: Decode source line in SyntaxErrors back to its original
Martin v. Löwis
2007-09-04
1
-0/+1
*
Patch #1388440: Add set_completion_display_matches_hook and
Martin v. Löwis
2007-09-04
1
-0/+1
*
Add Atul Varma for patch # 1667860
Neal Norwitz
2007-06-11
1
-0/+1
*
SF 1668596/1720897: distutils now copies data files
Neal Norwitz
2007-06-01
1
-0/+1
*
Fix bug in marshal where bad data would cause a segfault due to
Neal Norwitz
2007-05-16
1
-0/+1
*
Add window.chgat() method, submitted via e-mail by Fabian Kreutz
Andrew M. Kuchling
2007-04-11
1
-0/+1
*
Add Mark Dickinson for SF # 1675423.
Neal Norwitz
2007-03-23
1
-0/+1
*
Patch #1630118: add a SpooledTemporaryFile class to tempfile.
Collin Winter
2007-03-19
1
-0/+1
*
Patch 1339796: add a relpath() function to os.path.
Collin Winter
2007-03-16
1
-0/+1
*
Patch #1623563: allow __class__ assignment for classes with __slots__.
Žiga Seilnacht
2007-03-16
1
-0/+1
*
Patch #1533909: the timeit module now accepts callables in addition to
Georg Brandl
2007-03-13
1
-0/+1
*
Acks for recent patches.
Georg Brandl
2007-03-13
1
-0/+3
*
Add acks for recent patch checkins:
Collin Winter
2007-03-13
1
-0/+6
*
Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter
Georg Brandl
2007-03-13
1
-0/+1
*
Add some other acks for recent checkins:
Neal Norwitz
2007-03-13
1
-0/+3
*
Add Jerry Seutter for a bunch of his recent patches refactoring tests
Neal Norwitz
2007-03-13
1
-0/+1
*
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
Martin v. Löwis
2007-02-19
1
-0/+1
*
Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or
Guido van Rossum
2007-01-14
1
-0/+1
*
[Rest of patch #1182394] Add ._current() method so that we can use the writte...
Andrew M. Kuchling
2006-12-27
1
-0/+1
*
Patch #1567274: Support SMTP over TLS.
Martin v. Löwis
2006-10-27
1
-0/+1
*
Patch #1549049: Rewrite type conversion in structmember.
Martin v. Löwis
2006-10-27
1
-0/+1
*
Fix SF bug #1545837: array.array borks on deepcopy.
Thomas Wouters
2006-08-24
1
-0/+1
*
Patch #1541585: fix buffer overrun when performing repr() on
Neal Norwitz
2006-08-21
1
-0/+1
*
Add Chris McDonough (latest cgi.py patch)
Georg Brandl
2006-08-11
1
-0/+1
*
Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during
Neal Norwitz
2006-08-02
1
-0/+1
*
Patch #1531113: Fix augmented assignment with yield expressions.
Neal Norwitz
2006-07-30
1
-0/+1
*
Allow socketmodule to compile on NetBSD -current, whose bluetooth API
Matt Fleming
2006-07-28
1
-0/+1
*
Patch #1096231: Add default argument to wm_iconbitmap.
Martin v. Löwis
2006-06-17
1
-0/+1
*
SF patch 1504676: Make sgmllib char and entity references pluggable
Fred Drake
2006-06-16
1
-0/+1
*
Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy
Neal Norwitz
2006-06-12
1
-0/+1
*
Bug #1334662 / patch #1335972: int(string, base) wrong answers.
Tim Peters
2006-05-23
1
-0/+1
*
Patch #1492356: Port to Windows CE (patch set 1).
Martin v. Löwis
2006-05-22
1
-0/+1
*
Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64.
Neal Norwitz
2006-05-19
1
-0/+1
*
Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport
Neal Norwitz
2006-05-15
1
-0/+1
*
- Bug #1487966: Fix SystemError with conditional expression in assignment
Neal Norwitz
2006-05-15
1
-0/+1
*
SF patch #1473132: Improve docs for tp_clear and tp_traverse,
Tim Peters
2006-05-12
1
-0/+1
*
SF bug/patch #1433877: string parameter to ioctl not null terminated
Thomas Wouters
2006-04-25
1
-0/+1
*
Add Gregory K. Johnson's revised version of mailbox.py (funded by
Andrew M. Kuchling
2006-04-22
1
-0/+1
*
Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c)
Anthony Baxter
2006-04-09
1
-0/+1
*
The email module's parsedate_tz function now sets the daylight savings
Anthony Baxter
2006-04-03
1
-0/+1
*
Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch...
Neal Norwitz
2006-03-20
1
-0/+1
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
1
-0/+1
*
Patch #1422385: Changes to nis module to support multiple NIS domains
Martin v. Löwis
2006-02-04
1
-0/+1
[next]