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
*
SF patch #1355913, PEP 341 - Unification of try/except and try/finally
Neal Norwitz
2005-12-17
1
-0/+1
*
Add Michael Urman for work on SF patch #1365916
Neal Norwitz
2005-12-17
1
-0/+1
*
Patch #1350409: Port signal handling to VS 2005.
Martin v. Löwis
2005-11-28
1
-0/+1
*
Prevent threading.Thread.join() from blocking when a previous call raised an
Brett Cannon
2005-11-23
1
-0/+1
*
Fix SF #1345263, colorsys tests, bug in frange
Neal Norwitz
2005-11-02
1
-0/+1
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0/+1
*
SF patch #1227568, Expression AST node not documented.
Neal Norwitz
2005-10-03
1
-0/+1
*
Patch #1309009, Fix segfault in pyexpat when the XML document is
Neal Norwitz
2005-09-30
1
-0/+1
*
Patches #1298449 and #1298499: Add some missing checks for error
Michael W. Hudson
2005-09-22
1
-0/+1
*
credit source of idea for recent doc changes
Skip Montanaro
2005-05-12
1
-0/+1
*
Modified test for tzset to not rely on tm->tm_zone's existence. Also added
Brett Cannon
2005-02-10
1
-0/+1
*
SF patch #1116583: NameError in cookielib domain check
Raymond Hettinger
2005-02-05
1
-0/+1
*
Add strptime() constructor to datetime class. Thanks to Josh Spoerri for
Skip Montanaro
2005-01-13
1
-0/+1
*
Acknowledge contribution of a thorough tutorial review.
Raymond Hettinger
2004-12-03
1
-0/+1
*
SF patch #1077353: add key= argument to min and max
Raymond Hettinger
2004-12-03
1
-0/+1
*
SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contribute...
Raymond Hettinger
2004-11-10
1
-0/+1
*
Fix for SF bug 988120 via patch 1061941.
Jeremy Hylton
2004-11-07
1
-0/+1
*
Fix minor reST error in Misc/NEWS.
Brett Cannon
2004-10-22
1
-0/+1
*
Patch 1046644 - improved distutils support for SWIG.
Anthony Baxter
2004-10-14
1
-0/+1
*
Patch 983206: distutils obeys LDSHARED env var. Removed the code in
Anthony Baxter
2004-10-13
1
-0/+1
*
969574
Anthony Baxter
2004-10-13
1
-0/+1
*
Patch #1025790: Add status code constants to httplib.
Martin v. Löwis
2004-09-18
1
-0/+1
*
Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.
Martin v. Löwis
2004-09-10
1
-0/+1
*
compiler.transformer: correct lineno attribute when possible
Jeremy Hylton
2004-09-07
1
-0/+1
*
SF patch 936813: fast modular exponentiation
Tim Peters
2004-08-29
1
-0/+1
*
Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.
Martin v. Löwis
2004-08-29
1
-0/+1
*
Add Nick Coghlan for his patch solving an issue with joining string
Raymond Hettinger
2004-08-23
1
-0/+1
*
Add name
Andrew M. Kuchling
2004-08-07
1
-0/+1
*
notes for @decorator
Anthony Baxter
2004-08-02
1
-0/+1
*
New codec: [ 996067 ] hp-roman8 codec
Marc-André Lemburg
2004-07-28
1
-0/+1
*
Patch #998149: imaplib deleteacl and myrights.
Martin v. Löwis
2004-07-27
1
-0/+1
*
Patch #605370: Add description[s] for RFC 2980 compliance.
Martin v. Löwis
2004-07-26
1
-0/+1
*
Add item
Andrew M. Kuchling
2004-07-10
1
-0/+1
*
Add note about closing of bug #679953 and add Jimmy Burgett for helping out to
Brett Cannon
2004-07-10
1
-0/+1
*
This closes patch:
Michael W. Hudson
2004-07-07
1
-0/+1
*
[Patch #974633] Check PyObject_MALLOC return for error
Andrew M. Kuchling
2004-06-29
1
-0/+1
*
Fix leak found by Eric Huss.
Raymond Hettinger
2004-06-25
1
-0/+1
*
SF patch 876130: add C API to datetime module, from Anthony Tuininga.
Tim Peters
2004-06-20
1
-0/+1
*
shutil.move() will raise an exception when trying to move a directory into
Brett Cannon
2004-06-19
1
-0/+1
*
pydoc.stripid() is now case-insensitive for its regex to support platforms that
Brett Cannon
2004-06-19
1
-0/+1
*
Add a final permutation step to the tuple hash function.
Raymond Hettinger
2004-06-10
1
-0/+1
*
Add a name (old change sitting in my tree)
Andrew M. Kuchling
2004-06-02
1
-0/+1
*
SF patch #872326: Generator expression implementation
Raymond Hettinger
2004-05-19
1
-0/+1
*
...for work done at PyCon 2004 (and beyond...)
Nicholas Bastin
2004-03-23
1
-0/+1
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
1
-0/+1
*
SF patch #875689: >100k alloc wasted on startup
Raymond Hettinger
2004-02-08
1
-0/+1
*
Patch #874083: Bluetooth support for socket module.
Martin v. Löwis
2004-01-31
1
-0/+1
*
SF Patch #864863: Bisect C implementation
Raymond Hettinger
2004-01-05
1
-0/+1
*
complete backout of listobject.c v2.171
Andrew MacIntyre
2003-12-28
1
-1/+0
*
Performance of list([]) in 2.3 came up in a thread on comp.lang.python,
Andrew MacIntyre
2003-12-25
1
-0/+1
[next]