Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
deadbf50e4cc3c541e706d5bf1aa73624bed36a6
/
Lib
deadbf5
SF #662923
by Raymond Hettinger
· 21 years ago
b7b1db9
Oops. Really fix the indentation problem this time.
by Jeremy Hylton
· 21 years ago
d7fb676
Fix inconsistent mix of tabs and spaces that caused test to fail.
by Jeremy Hylton
· 21 years ago
4997a69
display link to module docs when it looks like the object module is a core
by Skip Montanaro
· 21 years ago
62685d3
Python Bug 775061
by Kurt B. Kaiser
· 21 years ago
a098b33
Add an example to address a common question of how to split iterators.
by Raymond Hettinger
· 21 years ago
9d50d91
Set the warnings stacklevel to two.
by Raymond Hettinger
· 21 years ago
f1827cf
SF bug 801631: file.truncate fault on windows.
by Tim Peters
· 21 years ago
3f7a948
**kwds arg was missing from __init__ for Dict{Reader,Writer} classes.
by Skip Montanaro
· 21 years ago
66d09f1
SF bug #801342: Bug (documentation or real, your choice) in random.sample.
by Raymond Hettinger
· 21 years ago
b859c07
SF bug #800796: Difference between hash() and __hash__()
by Raymond Hettinger
· 21 years ago
f5b9373
Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
by Martin v. Löwis
· 21 years ago
8ad1dd7
Catch locale.error as well. Fixes #788378. Will backport to 2.3.
by Martin v. Löwis
· 21 years ago
2e31ce2
test_get_param_with_semis_in_quotes(): Test case for SF bug #794466.
by Barry Warsaw
· 21 years ago
a74e868
A fix for parsing parameters when there are semicolons inside the
by Barry Warsaw
· 21 years ago
6f7b213
use the long names for re compilation options; this makes it easier to
by Fred Drake
· 21 years ago
f19f861
Modernize code a bit: use isinstance instead of type(); return True/False
by Andrew M. Kuchling
· 21 years ago
0ec5288
[Patch #759208] Fix has_key emulation to not raise KeyError
by Andrew M. Kuchling
· 21 years ago
f70e076
Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py
by Raymond Hettinger
· 21 years ago
eeca37e
SF bug #453515: filecmp.dircmp case sensitivity bug
by Raymond Hettinger
· 21 years ago
5f8b0b1
SF 798269: bug fix for doctest (sf bug id: 798254
by Raymond Hettinger
· 21 years ago
5d2e777
SF patch #736962: Port tests to unittest (Part 2)
by Raymond Hettinger
· 21 years ago
99c2d53
SF patch #790443: add SafeConfigParser to __all__
by Raymond Hettinger
· 21 years ago
6d362b2
SF bug #785222: zlib monotonic test
by Raymond Hettinger
· 21 years ago
f9f4c69
SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald).
by Raymond Hettinger
· 21 years ago
c11dbcd
SF bug 797650: Infinite loop in textwrap.py
by Raymond Hettinger
· 21 years ago
6229713
Eliminate unnecessary eval() in tests
by Raymond Hettinger
· 21 years ago
a56f6b6
SF bug #793826: using itertools.izip to mutate tuples
by Raymond Hettinger
· 21 years ago
b738041
Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check mustn't prevent the meta-bit check at the end
by Andrew M. Kuchling
· 21 years ago
e8792c1
Add tests for meta- bit set
by Andrew M. Kuchling
· 21 years ago
72cdb70
[Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave Cinege.
by Andrew M. Kuchling
· 21 years ago
e752e20
Add simple unit test for ascii.unctrl() function
by Andrew M. Kuchling
· 21 years ago
ff638ea
[Bug #776542] open_https() generates a bad Authorization header because it calls .putheader() wrongly. Reported by Steffen Ries.
by Andrew M. Kuchling
· 21 years ago
953c6f5
Make sure parentheses are escaped when used in the format string.
by Brett Cannon
· 21 years ago
6676f6e
Support DBEnv.set_shm_key() to allow multi-threaded multi-process
by Gregory P. Smith
· 21 years ago
ead21f5
Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py
by Jeremy Hylton
· 21 years ago
4651f53
Fix typo in docstring: The switch is '-x', not '-s'.
by Thomas Heller
· 21 years ago
611dbc3
Remove a typo. (Or is this some markup I don't understand? ;-)
by Thomas Heller
· 21 years ago
9bfe533
SF bug #795506: Wrong handling of string format code for float values.
by Raymond Hettinger
· 21 years ago
063606a
test_largefile can leave its temp file open if one of many tests fail. On
by Jason Tishler
· 21 years ago
c86c24e
Bump the version number for the standalone mimelib package.
by Barry Warsaw
· 21 years ago
622d60b
test_rfc2231_no_language_or_charset_in_filename(),
by Barry Warsaw
· 21 years ago
6208369
get_param(): Update the docstring to explain how CHARSET and LANGUAGE
by Barry Warsaw
· 21 years ago
0b6f0d8
decode_rfc2231(): We need to urllib.unquote() the value even if the
by Barry Warsaw
· 21 years ago
6a18012
Improvements to set.py:
by Raymond Hettinger
· 21 years ago
1954035
Keep doctests in sync with the docs.
by Raymond Hettinger
· 21 years ago
ee562fc
Make sets.py compatible with Py2.2
by Raymond Hettinger
· 21 years ago
c8cb5d9
Make a copy of L before appending, so the global L remains
by Walter Dörwald
· 21 years ago
b2c7de4
Fix for
by Michael W. Hudson
· 21 years ago
b785518
IDLE didn't start correctly when Python was installed in "Program Files"
by Kurt B. Kaiser
· 21 years ago
69f31eb
[Patch #739124] Add use_default_colors() to curses module
by Andrew M. Kuchling
· 21 years ago
a54b92b
Add a unicode prefix to the characters in the UnicodeEncodeError and
by Walter Dörwald
· 21 years ago
fd196bd
Enhance message for UnicodeEncodeError and UnicodeTranslateError.
by Walter Dörwald
· 21 years ago
c83124a
Fix bug in test_bad_timezone where test was assuming locale knew of PDT.
by Brett Cannon
· 21 years ago
b2f89ee
Comment typo fixes
by Andrew M. Kuchling
· 21 years ago
0fd54d8
Unconditionally opening the temp file in text mode causes this test to fail
by Jason Tishler
· 21 years ago
a290e3d
Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX,
by Jack Jansen
· 21 years ago
5187a3b
Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and
by Brett Cannon
· 21 years ago
3081d59
SF bug #778964: bad seed in python 2.3 random
by Raymond Hettinger
· 21 years ago
39a682f
Add HIDDEN. Fixes #777664.
by Martin v. Löwis
· 21 years ago
cffb9de
SF patch #747364: BaseHTTPServer doesn't need StringIO intermediary
by Raymond Hettinger
· 21 years ago
3f42a6d
IDLEfork Bug 782759 backported to 23-maint
by Kurt B. Kaiser
· 21 years ago
5475f23
SF bug #770485: cStringIO does not set closed attr
by Raymond Hettinger
· 21 years ago
b5a4208
Modified itertools.izip() to match the behavior of __builtin__.zip()
by Raymond Hettinger
· 21 years ago
77fe69b
Re-sync doc tests with the doc updates.
by Raymond Hettinger
· 21 years ago
f5c96fb
Fix docstring in LocaleTime.
by Brett Cannon
· 21 years ago
e723e45
Repair refcounting on error return from type_set_bases.
by Michael W. Hudson
· 21 years ago
7edd0a9
Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.
by Mark Hammond
· 21 years ago
5301d9c
Remove useless import.
by Walter Dörwald
· 21 years ago
b27cca6
Check both __div__ and __truediv__ in division tests. (From SF patch #543867)
by Walter Dörwald
· 21 years ago
f8a52d3
Removed deprecated functions
by Raymond Hettinger
· 21 years ago
0d8e16c
Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.
by Martin v. Löwis
· 21 years ago
8db4403
Correct URL of normalization file. Fixes #781065. Will backport to 2.3.
by Martin v. Löwis
· 21 years ago
249d50a
Make sure eol_convention is an ASCII string. Fixes #774680.
by Martin v. Löwis
· 21 years ago
474335c
Re-introduce caching of TimeRE and compiled regexes with added thread-safety.
by Brett Cannon
· 21 years ago
8ab27df
Touch-up to docstrings.
by Brett Cannon
· 21 years ago
ed9bf12
protect against test problems with Jython
by Skip Montanaro
· 21 years ago
d5cf0b8
added test for bug 782369
by Skip Montanaro
· 21 years ago
c1b4154
more extension marshal tests and conversion to unittest - was surprised to
by Skip Montanaro
· 21 years ago
eaef615
As discussed on python-dev, changed builtin.zip() to handle zero arguments
by Raymond Hettinger
· 21 years ago
220fecf
Added a banner to the shell startup message discussing possible
by Kurt B. Kaiser
· 21 years ago
7fbc304
Update for release.
by Kurt B. Kaiser
· 21 years ago
2c24d42
Fixes bug of having default argument for TimeRE's __init__ that caused the
by Brett Cannon
· 21 years ago
175ddb5
Remove caching of TimeRE (and thus LocaleTime) instance. Error was being
by Brett Cannon
· 21 years ago
6145a62
1. Python Bug 775541: Calltips error when docstring is None. Introduced
by Kurt B. Kaiser
· 21 years ago
5943b4a
Restored commented-out line checked in by mistake.
by Tim Peters
· 21 years ago
9390dd5
locale-restoration code: Don't leave comparison to None implicit. For
by Tim Peters
· 21 years ago
36f7e93
Fred wasn't kidding -- there really are docs for the locale module <wink>.
by Tim Peters
· 21 years ago
d1deac0
Fix error in test of not comparing against 0 item of a list
by Brett Cannon
· 21 years ago
c23f39c
Patch #775784: YA Cygwin expected regression test skip patch
by Jason Tishler
· 21 years ago
354e3d9
Change the zipimport implementation to accept files containing
by Thomas Heller
· 21 years ago
5d6ceb4
more generic reference to python interpreter
by Skip Montanaro
· 21 years ago
291f14e
Windows fix: When PYTHONCASEOK is set, or for any other reason imports
by Tim Peters
· 21 years ago
e3ea281
readerThread(): Add max_retries to both DeadlockWrap() calls. This
by Barry Warsaw
· 21 years ago
749f481
Backport from r23c1-branch:
by Jack Jansen
· 21 years ago
e676c5e
test01_join(): Fix a test failure when run with "python -O". The
by Barry Warsaw
· 21 years ago
6d58bf6
Repair operator error.
by Jeremy Hylton
· 21 years ago
bdf3b50
SF patch 773476: NameError when there are no prefixes.
by Jeremy Hylton
· 21 years ago
a920a88
up the b/w compatibility requirement to 2.2
by Just van Rossum
· 21 years ago
969a700
Make sure mimetypes is reinitialized before running the tests.
by Jeremy Hylton
· 21 years ago
Next »