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
*
Fix base class
Barry Warsaw
2003-03-10
1
-1/+1
*
Use ndiffAssertEqual in a couple of places for better error reporting.
Barry Warsaw
2003-03-10
1
-3/+6
*
Describe what happens when decode=True and the payload has bogus
Barry Warsaw
2003-03-10
1
-3/+4
*
get_payload(): If we get a low-level binascii.Error when base64
Barry Warsaw
2003-03-10
1
-5/+12
*
test_broken_base64_payload(): Test for crash in low-level binascii
Barry Warsaw
2003-03-10
1
-0/+8
*
Patch #700839: Fix bugs in the plural handling.
Martin v. Löwis
2003-03-10
1
-8/+17
*
[Patch #649762] Fix for asynchat endless loop
Andrew M. Kuchling
2003-03-10
1
-1/+1
*
_split_ascii() [method and function]: Don't join the lines just to
Barry Warsaw
2003-03-10
1
-10/+11
*
Use isinstance() instead of type comparison
Andrew M. Kuchling
2003-03-10
1
-3/+2
*
test_another_long_multiline_header(): Yet another formatting test.
Barry Warsaw
2003-03-10
1
-0/+12
*
openmixer()'s 'mode' parameter has been removed.
Greg Ward
2003-03-10
1
-6/+2
*
<sys/soundcard.h> seems to exist on both Linux and FreeBSD, so include
Greg Ward
2003-03-10
1
-22/+10
*
Expand description of ossaudiodev.error exception.
Greg Ward
2003-03-10
1
-17/+38
*
Rewrite intro paragraphs and add a "See also" box for the link to the
Greg Ward
2003-03-10
1
-57/+60
*
Fix two unformatted lists: one is now an 'enumerate' environment, the
Greg Ward
2003-03-10
1
-19/+31
*
Add libossaudiodev.tex.
Greg Ward
2003-03-10
2
-0/+2
*
Wrap all paragraphs to 72 columns.
Greg Ward
2003-03-09
1
-117/+123
*
Documentation for the ossaudiodev module.
Greg Ward
2003-03-09
1
-0/+289
*
SF patch #691928: Use datetime in _strptime
Raymond Hettinger
2003-03-09
2
-88/+56
*
Sf patch #700047: unicode object leaks refcount on resizing
Raymond Hettinger
2003-03-09
1
-0/+1
*
Add contributor name.
Raymond Hettinger
2003-03-09
1
-0/+1
*
SF patch #667730: More DictMixin
Raymond Hettinger
2003-03-09
6
-4/+222
*
SF 698520: Iterator for urllib.URLOpener
Raymond Hettinger
2003-03-09
3
-1/+9
*
[ 684677 ] Allow freeze to exclude implicits
Just van Rossum
2003-03-08
1
-3/+6
*
Skip the test if TESTFN_ENCODING is None. Fixes #699386.
Martin v. Löwis
2003-03-08
1
-19/+6
*
_split_ascii(): lstrip the individual lines in the ascii split lines,
Barry Warsaw
2003-03-07
1
-0/+3
*
test_long_unbreakable_lines_with_continuation(): Another funky example
Barry Warsaw
2003-03-07
1
-0/+16
*
decode_rfc2231(): RFC 2231 allows leaving out both the charset and
Barry Warsaw
2003-03-07
1
-5/+7
*
test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving out
Barry Warsaw
2003-03-07
1
-0/+11
*
Don't quote the path to Python unless the path contains an embedded space.
Tim Peters
2003-03-07
1
-1/+4
*
Whitespace normalization.
Tim Peters
2003-03-07
5
-44/+44
*
whitespace normalization
Barry Warsaw
2003-03-07
1
-6/+6
*
This test relied on significant trailing whitespace in a string literal.
Tim Peters
2003-03-07
1
-7/+12
*
Add a little more verbiage about the bsddb module/package change. It's
Skip Montanaro
2003-03-07
1
-1/+8
*
_write_headers(), _split_header(): All of the smarts for splitting
Barry Warsaw
2003-03-07
1
-35/+20
*
More internal refinements of the ascii splitting algorithm.
Barry Warsaw
2003-03-07
1
-7/+10
*
Test_ioctl and test_tarfile are skipped on MacOS9.
Jack Jansen
2003-03-07
1
-0/+2
*
Removed unused variable
Jack Jansen
2003-03-07
1
-1/+0
*
Filter out macfs warning.
Jack Jansen
2003-03-07
1
-0/+2
*
Somebody must not have run the test before checking this in -- it had
Tim Peters
2003-03-07
1
-1/+1
*
Got PythonStandalone to work again, mainly for debugging purposes (it's much ...
Jack Jansen
2003-03-07
2
-6/+6
*
test_string_headerinst_eq(): Another Jason test :)
Barry Warsaw
2003-03-07
1
-0/+14
*
- The extended type structure used for heap types (new-style
Guido van Rossum
2003-03-07
3
-50/+59
*
Minor clarification about the ob_size field.
Fred Drake
2003-03-07
1
-3/+3
*
Make tarfile raise ImportError on MacOS9. The pathname handling needs work, a...
Jack Jansen
2003-03-07
1
-0/+7
*
The filename fix of the previous checkin was complete bogus, the problem is e...
Jack Jansen
2003-03-07
1
-3/+3
*
Two fixes to make this test pass on MacOS9:
Jack Jansen
2003-03-07
1
-4/+4
*
Test that os.utime and os.chmod actually exist before using them.
Jack Jansen
2003-03-07
1
-4/+7
*
Broke down and made it work for Python 2.0 and up. (Older versions
Guido van Rossum
2003-03-07
1
-24/+25
*
fix name of db2pickle
Skip Montanaro
2003-03-07
1
-1/+1
[next]