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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
formatting nit
Anthony Baxter
2004-05-27
1
-8/+8
*
This file no longer compressed with upx.
Thomas Heller
2004-05-25
1
-0/+0
*
Remove the offending added bit of a test case that doesn't apply to
Gregory P. Smith
2004-05-15
1
-5/+0
*
Added a sample message for the test for SF bug # 846938. I'm naming this
Barry Warsaw
2004-05-13
1
-0/+10
*
test_boundary_in_non_multipart(): Added a test for SF bug # 846938.
Barry Warsaw
2004-05-13
1
-0/+15
*
_parsebody(): Do not create subparts unless the container has a main type of
Barry Warsaw
2004-05-13
1
-7/+8
*
Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4.
Barry Warsaw
2004-05-13
1
-3/+3
*
update to match Lib/idlelib/NEWS version number
Anthony Baxter
2004-05-13
1
-1/+1
*
SF #847346: remove misguided optimization for short input from
Greg Ward
2004-05-13
1
-10/+8
*
SF #847346: add test_fix_sentence_endings() to ensure that sentence
Greg Ward
2004-05-13
1
-4/+42
*
Fix version number (2.3.4c1) and release date (12-May-2004).
Thomas Heller
2004-05-12
1
-1/+1
*
fix various descriptions of "ctime"
Fred Drake
2004-05-12
1
-1/+1
*
Fix SF item #876278: Unbounded recursion in modulefinder.
Thomas Heller
2004-05-11
1
-0/+4
*
Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as
Mark Hammond
2004-05-10
1
-1/+1
*
test_mime_attachments_in_constructor(): New test to check for SF bug # 884030.
Barry Warsaw
2004-05-09
1
-0/+9
*
SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match
Barry Warsaw
2004-05-09
1
-5/+7
*
SF #950057: itertools.chain doesn't "process" exceptions as they occur
Raymond Hettinger
2004-05-08
1
-0/+30
*
Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.
Martin v. Löwis
2004-05-07
1
-3/+5
*
[Bug #945063 backport] Get file extension correct.
Andrew M. Kuchling
2004-05-06
1
-1/+1
*
fix documentation for ContentHandler.ignorableWhitespace()
Fred Drake
2004-05-06
1
-4/+1
*
Consider output encoding in XMLGenerator. Fixes #938076.
Martin v. Löwis
2004-05-06
1
-13/+28
*
Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.
Martin v. Löwis
2004-05-06
1
-1/+1
*
Patch #944110: Properly process empty passwords. Fixes #944082.
Martin v. Löwis
2004-05-06
1
-1/+1
*
Merge all fixes from Python 2.4. This includes:
Guido van Rossum
2004-05-05
1
-29/+23
*
Using reversed() is not compatible with Python 1.5.2.
Guido van Rossum
2004-05-04
1
-1/+1
*
Do not use the default namespace for attributes.
Martin v. Löwis
2004-05-02
1
-16/+12
*
SF #926075: Fixed the bug that returns a wrong pattern object for
Hye-Shik Chang
2004-04-20
1
-0/+8
*
SF #926075: Fixed the bug that returns a wrong pattern object for
Hye-Shik Chang
2004-04-20
1
-2/+3
*
backport of patch #934971.
Skip Montanaro
2004-04-16
1
-1/+1
*
Recompiled the binary wininst.exe after this change:
Thomas Heller
2004-04-15
1
-0/+0
*
Backport to 2.3:
Andrew MacIntyre
2004-04-11
1
-4/+19
*
Backport to 2.3 to support Zope 2.7 on OS/2:
Andrew MacIntyre
2004-04-04
1
-2/+5
*
Backport to 2.3:
Andrew MacIntyre
2004-04-04
1
-0/+17
*
Fix support for the "prog" keyword to the OptionParser constructor, as well
Fred Drake
2004-04-01
2
-3/+24
*
backport fix for SF bug #796042: sdist ignores scripts argument in setup
Fred Drake
2004-04-01
2
-0/+6
*
Backport 1.17:
Guido van Rossum
2004-03-31
1
-0/+1
*
Keybindings with the Shift modifier now work correctly. So do bindings
Kurt B. Kaiser
2004-03-30
5
-74/+88
*
Fix last patch to make backwards-compatible with Python 1.5.2 .
Brett Cannon
2004-03-25
1
-14/+26
*
Fixed a caching bug in platform.platform() where the argument of 'terse' was
Brett Cannon
2004-03-25
1
-8/+8
*
Ensure super() lookup of descriptor from classmethod works (SF ID# 743627)
Phillip J. Eby
2004-03-25
1
-0/+14
*
Convert input to a string object. Fixes #909230.
Martin v. Löwis
2004-03-23
1
-0/+1
*
Fix test_strftime.py to escape locale time values that have characters that
Brett Cannon
2004-03-20
1
-2/+14
*
Backporting to 2.3:
Guido van Rossum
2004-03-20
1
-6/+5
*
Raise RuntimeError if the second argument to isinstance() or issubclass()
Brett Cannon
2004-03-20
1
-0/+19
*
Strip all whitespace at the end of a line when validating paths specified in
Brett Cannon
2004-03-20
1
-2/+1
*
commit the portion of PyXML patch #919008 that is relevant to the
Fred Drake
2004-03-20
2
-2/+42
*
fix bug related to SF bug id 788421 where DBC.set_range() could call
Gregory P. Smith
2004-03-16
1
-1/+1
*
Backport checkin:
Walter Dörwald
2004-03-15
2
-152/+149
*
SF patch #911431: robot.txt must be robots.txt
Raymond Hettinger
2004-03-13
1
-2/+2
*
Backport of 1.29 and 1.30 (1.28 is obsolete):
Jack Jansen
2004-02-28
1
-4/+48
[next]