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
*
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
*
Patch #798297: Add IMAP THREAD command.
Martin v. Löwis
2003-11-10
1
-0/+1
*
Plug tempfile.mktemp() hole (Iustin Pop).
Guido van Rossum
2003-11-10
1
-0/+1
*
Patch #: Add POP3 over SSL support.
Martin v. Löwis
2003-10-31
1
-0/+1
*
Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring t...
Brett Cannon
2003-10-14
1
-0/+1
*
See rev. 1.250 for log message
Brett Cannon
2003-10-12
1
-0/+1
*
SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net):
Guido van Rossum
2003-10-08
1
-0/+1
*
SF 798269: bug fix for doctest (sf bug id: 798254
Raymond Hettinger
2003-09-02
1
-0/+1
*
SF patch #798534: Windows os.popen needlessly gets a reference to tuple ()
Raymond Hettinger
2003-09-01
1
-0/+1
*
SF patch #798467: Update docstring of has_key for bool changes
Raymond Hettinger
2003-09-01
1
-0/+1
*
[Patch #739124] Add use_default_colors() to curses module
Andrew M. Kuchling
2003-08-13
1
-0/+1
*
SF patch 764470
Jeremy Hylton
2003-07-17
1
-0/+1
*
SF bug 770601.
Jeremy Hylton
2003-07-17
1
-0/+1
[next]