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
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match
Barry Warsaw
2004-05-09
1
-5/+7
*
test_mime_attachments_in_constructor(): New test to check for SF bug # 884030.
Barry Warsaw
2004-05-09
1
-0/+9
*
Add this year to the copyright notices.
Barry Warsaw
2004-05-09
1
-1/+1
*
we dont support any Python's before 2.3 now.
Barry Warsaw
2004-05-09
2
-139/+0
*
Update to Python 2.3, getting rid of backward compatiblity crud.
Barry Warsaw
2004-05-09
5
-84/+19
*
Update to Python 2.3, getting rid of backward compatiblity crud.
Barry Warsaw
2004-05-09
1
-281/+20
*
Update to Python 2.3, getting rid of backward compatiblity crud.
Barry Warsaw
2004-05-09
1
-28/+17
*
Update to Python 2.3, getting rid of backward compatiblity crud. We don't
Barry Warsaw
2004-05-09
1
-10/+52
*
Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a
Barry Warsaw
2004-05-09
1
-27/+6
*
Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a
Barry Warsaw
2004-05-09
1
-57/+29
*
An updated FeedParser that should be RFC complaint, passes all existing
Barry Warsaw
2004-05-09
1
-289/+359
*
Add MessageDefect and subclasses.
Barry Warsaw
2004-05-09
1
-4/+27
*
Update to Python 2.3, getting rid of backward compatiblity crud.
Barry Warsaw
2004-05-09
1
-16/+7
*
Like msg_12.txt but with some extra vertical whitespace around the inner
Barry Warsaw
2004-05-09
1
-0/+38
*
A bunch of new tests, and updated tests for the email 3.0 FeedParser.
Barry Warsaw
2004-05-09
1
-63/+189
*
Add more examples.
Raymond Hettinger
2004-05-09
2
-1/+103
*
SF #950057: itertools.chain doesn't "process" exceptions as they occur
Raymond Hettinger
2004-05-08
2
-0/+42
*
Small fixes in freeze.py.
Gustavo Niemeyer
2004-05-08
1
-3/+3
*
Record UnixWare 7.1.4 as broken. Fixes #929689.
Martin v. Löwis
2004-05-07
2
-3/+4
*
Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.
Martin v. Löwis
2004-05-07
3
-4/+15
*
Revert last change.
Raymond Hettinger
2004-05-07
1
-12/+12
*
Use sets instead of lists for membership testing
Raymond Hettinger
2004-05-06
1
-12/+12
*
[Bug #945063] Get file extension correct. (2.3 bugfix candidate)
Andrew M. Kuchling
2004-05-06
1
-1/+1
*
note that descriptor objects must be instances of new-style types
Fred Drake
2004-05-06
1
-1/+2
*
fix documentation for ContentHandler.ignorableWhitespace()
Fred Drake
2004-05-06
2
-5/+2
*
markup adjustments
Fred Drake
2004-05-06
1
-9/+10
*
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
*
Swap public and system ID in start_doctype_decl. Fixes #780300.
Martin v. Löwis
2004-05-06
3
-1/+8
*
Patch #944110: Properly process empty passwords. Fixes #944082.
Martin v. Löwis
2004-05-06
1
-1/+1
*
Patch #940026: Explain "in" when it is first used.
Martin v. Löwis
2004-05-06
1
-0/+3
*
[Bug #810879] Document that copyfile() can fail if you don't have permissions...
Andrew M. Kuchling
2004-05-05
1
-3/+5
*
Fix small grammatical mistake.
Brett Cannon
2004-05-05
1
-1/+1
*
Nits:
Raymond Hettinger
2004-05-05
1
-16/+9
*
SF patch #947476: Apply freelist technique to lists
Raymond Hettinger
2004-05-05
2
-4/+20
*
add an index entry for __getnewargs__()
Fred Drake
2004-05-05
1
-0/+2
*
- note that __getinitargs__() is only for old-style classes
Fred Drake
2004-05-05
1
-2/+17
*
Remove list of pickle protocol names used by the copy module; there
Fred Drake
2004-05-05
1
-5/+1
*
note that the error code for socket.gaierror will be one of the EAI_*
Fred Drake
2004-05-05
1
-0/+2
*
SF #814606: merge from release23-maint branch: clarify/cleanup
Greg Ward
2004-05-05
1
-25/+27
*
Removed 'U' from the documentation for Py_BuildValue to bring it in line
Nicholas Bastin
2004-05-04
1
-3/+0
*
Document readline module functions added in Python 2.3. See:
Phillip J. Eby
2004-05-04
1
-0/+16
*
Using reversed() is not compatible with Python 1.5.2.
Guido van Rossum
2004-05-04
1
-1/+1
*
Replace str.find()!=1 with the more readable "in" operator.
Raymond Hettinger
2004-05-04
7
-9/+9
*
Testing for None should be done with 'is'
Raymond Hettinger
2004-05-04
1
-1/+1
*
Stacks based on lists work better and read more clearly when they
Raymond Hettinger
2004-05-04
1
-8/+7
*
Fix [ 947405 ] os.utime() raises bad exception for unicode filenames
Mark Hammond
2004-05-04
1
-1/+6
*
Do not use the default namespace for attributes.
Martin v. Löwis
2004-05-02
2
-16/+26
*
Minor documentation nits.
Raymond Hettinger
2004-05-01
1
-11/+29
*
Add an example application to the docs.
Raymond Hettinger
2004-04-30
1
-2/+31
[next]