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
...
*
SF bug #453515: filecmp.dircmp case sensitivity bug
Raymond Hettinger
2003-09-02
2
-8/+12
*
SF 798269: bug fix for doctest (sf bug id: 798254
Raymond Hettinger
2003-09-02
1
-2/+3
*
SF patch #736962: Port tests to unittest (Part 2)
Raymond Hettinger
2003-09-02
1
-12/+90
*
SF patch #790443: add SafeConfigParser to __all__
Raymond Hettinger
2003-09-01
1
-1/+1
*
SF bug #785222: zlib monotonic test
Raymond Hettinger
2003-08-31
1
-11/+0
*
SF patch #736962: Port tests to unittest
Raymond Hettinger
2003-08-30
5
-33/+145
*
SF bug 797650: Infinite loop in textwrap.py
Raymond Hettinger
2003-08-30
2
-1/+11
*
Eliminate unnecessary eval() in tests
Raymond Hettinger
2003-08-30
1
-19/+18
*
SF bug #793826: using itertools.izip to mutate tuples
Raymond Hettinger
2003-08-29
1
-1/+32
*
Rework previous fix slightly; the &0x20 test seems useless, and the isprint()...
Andrew M. Kuchling
2003-08-29
1
-4/+2
*
Add tests for meta- bit set
Andrew M. Kuchling
2003-08-29
1
-1/+4
*
[Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave ...
Andrew M. Kuchling
2003-08-29
1
-0/+2
*
Add simple unit test for ascii.unctrl() function
Andrew M. Kuchling
2003-08-29
1
-0/+13
*
[Bug #776542] open_https() generates a bad Authorization header because it ca...
Andrew M. Kuchling
2003-08-29
1
-1/+1
*
Make sure parentheses are escaped when used in the format string.
Brett Cannon
2003-08-29
2
-1/+10
*
Support DBEnv.set_shm_key() to allow multi-threaded multi-process
Gregory P. Smith
2003-08-28
1
-0/+2
*
Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py
Jeremy Hylton
2003-08-28
1
-1/+6
*
Fix typo in docstring: The switch is '-x', not '-s'.
Thomas Heller
2003-08-27
1
-1/+1
*
Remove a typo. (Or is this some markup I don't understand? ;-)
Thomas Heller
2003-08-27
1
-1/+1
*
SF bug #795506: Wrong handling of string format code for float values.
Raymond Hettinger
2003-08-27
1
-0/+1
*
test_largefile can leave its temp file open if one of many tests fail. On
Jason Tishler
2003-08-26
1
-73/+81
*
Bump the version number for the standalone mimelib package.
Barry Warsaw
2003-08-19
1
-1/+1
*
test_rfc2231_no_language_or_charset_in_filename(),
Barry Warsaw
2003-08-19
1
-0/+37
*
get_param(): Update the docstring to explain how CHARSET and LANGUAGE
Barry Warsaw
2003-08-19
1
-7/+12
*
decode_rfc2231(): We need to urllib.unquote() the value even if the
Barry Warsaw
2003-08-19
1
-1/+1
*
Improvements to set.py:
Raymond Hettinger
2003-08-17
2
-49/+190
*
Keep doctests in sync with the docs.
Raymond Hettinger
2003-08-16
1
-5/+5
*
Make sets.py compatible with Py2.2
Raymond Hettinger
2003-08-15
1
-1/+19
*
Make a copy of L before appending, so the global L remains
Walter Dörwald
2003-08-15
1
-4/+4
*
Fix for
Michael W. Hudson
2003-08-15
1
-0/+31
*
IDLE didn't start correctly when Python was installed in "Program Files"
Kurt B. Kaiser
2003-08-14
2
-2/+19
*
[Patch #739124] Add use_default_colors() to curses module
Andrew M. Kuchling
2003-08-13
1
-0/+3
*
Add a unicode prefix to the characters in the UnicodeEncodeError and
Walter Dörwald
2003-08-12
1
-9/+9
*
Enhance message for UnicodeEncodeError and UnicodeTranslateError.
Walter Dörwald
2003-08-12
1
-3/+35
*
Fix bug in test_bad_timezone where test was assuming locale knew of PDT.
Brett Cannon
2003-08-11
1
-2/+3
*
Comment typo fixes
Andrew M. Kuchling
2003-08-11
2
-2/+2
*
Unconditionally opening the temp file in text mode causes this test to fail
Jason Tishler
2003-08-11
1
-2/+5
*
Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX,
Jack Jansen
2003-08-11
1
-1/+3
*
Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and
Brett Cannon
2003-08-11
2
-10/+39
*
SF bug #778964: bad seed in python 2.3 random
Raymond Hettinger
2003-08-09
2
-1/+4
*
Add HIDDEN. Fixes #777664.
Martin v. Löwis
2003-08-09
1
-0/+2
*
SF patch #747364: BaseHTTPServer doesn't need StringIO intermediary
Raymond Hettinger
2003-08-09
1
-11/+1
*
IDLEfork Bug 782759
Kurt B. Kaiser
2003-08-09
1
-4/+9
*
SF bug #770485: cStringIO does not set closed attr
Raymond Hettinger
2003-08-08
1
-0/+10
*
Modified itertools.izip() to match the behavior of __builtin__.zip()
Raymond Hettinger
2003-08-08
1
-1/+6
*
Re-sync doc tests with the doc updates.
Raymond Hettinger
2003-08-08
1
-3/+7
*
Fix docstring in LocaleTime.
Brett Cannon
2003-08-08
1
-2/+2
*
Repair refcounting on error return from type_set_bases.
Michael W. Hudson
2003-08-07
1
-0/+7
*
Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.
Mark Hammond
2003-08-06
1
-0/+2
*
Remove useless import.
Walter Dörwald
2003-08-05
1
-1/+1
[prev]
[next]