Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4d55bf9fcc1acea845e843f52540198f81fe0359
/
Lib
7ec754b
#1078919: make add_header automatically do RFC2231 encoding when needed.
by R. David Murray
· 14 years ago
771d33e
Issue 10687. When --without-pymalloc is given, $VERSION is the same as
by Barry Warsaw
· 14 years ago
e98e8a3
Captured IO streams with embedded backslashes are always such a fun combination...
by Nick Coghlan
· 14 years ago
51ee270
issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from
by Gregory P. Smith
· 14 years ago
f560485
Get rid of the close_fds DeprecationWarning. Changes the default on a per
by Gregory P. Smith
· 14 years ago
3c54ea6
Actually finish the tests for r87182
by Nick Coghlan
· 14 years ago
5260a9b
#243654: only create a new MIME boundary if we don't already have one.
by R. David Murray
· 14 years ago
6b22f3f
Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager
by Nick Coghlan
· 14 years ago
8c84b71
having three copies of the same test is surely a bit excessive
by Benjamin Peterson
· 14 years ago
28a4dce
remove (un)transform methods
by Benjamin Peterson
· 14 years ago
ab3734f
Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed.
by Georg Brandl
· 14 years ago
5a27d40
logging: added handler of last resort.
by Vinay Sajip
· 14 years ago
cf03ac0
#10668: fix wrong call of __init__.
by Georg Brandl
· 14 years ago
40e86f0
Fied typo
by Vinay Sajip
· 14 years ago
129fd04
test.support: Added TestHandler and Matcher classes for better support of assertions about logging.
by Vinay Sajip
· 14 years ago
8f77630
#10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it.
by Ezio Melotti
· 14 years ago
c95c918
Guard against rogue tuples.
by Georg Brandl
· 14 years ago
b56c0e2
#10661: give QName a nicer repr.
by Georg Brandl
· 14 years ago
fb1720b
Fix "seperate".
by Georg Brandl
· 14 years ago
5280275
Fixed typo in comment.
by Hirokazu Yamamoto
· 14 years ago
e239d23
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
by Alexander Belopolsky
· 14 years ago
1b2bd3b
Have script_helper._assert_python strip refcount strings from stderr.
by R. David Murray
· 14 years ago
53a9dd7
Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters
by Victor Stinner
· 14 years ago
f34445f
Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib.
by Senthil Kumaran
· 14 years ago
3fcf002
Update whatsnew. Salt the random number seed.
by Raymond Hettinger
· 14 years ago
10e05e1
Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting.
by Ronald Oussoren
· 14 years ago
0eb7f86
return views from dict proxy items/values/keys #10630
by Benjamin Peterson
· 14 years ago
7c23ea2
Don't use deprecated aliases.
by Georg Brandl
· 14 years ago
724d089
Temporarily disable newly failing test for the release.
by Georg Brandl
· 14 years ago
7bd5dbe
More fine-grained monitoring of alterations to logging state
by Nick Coghlan
· 14 years ago
7d81975
Issue 10626 investigation: regrtest now checks for alterations to the logging state in the current process (and yes, test_pydoc alters it)
by Nick Coghlan
· 14 years ago
26253bb
Should use posix_error here.
by Hirokazu Yamamoto
· 14 years ago
8e9fe9f
Avoid possible zombi process.
by Hirokazu Yamamoto
· 14 years ago
2668145
Now can reproduce the error on AMD64 Windows Server 2008
by Hirokazu Yamamoto
· 14 years ago
41ea8ae
Bump to 3.2b1.
by Georg Brandl
· 14 years ago
b0592a6
Update pydoc topics.
by Georg Brandl
· 14 years ago
8c647cd
clarify the docs and new warning message.
by Gregory P. Smith
· 14 years ago
2f0fd0f
configparser: mapping protocol access get() handles configparser-specific arguments as well
by Łukasz Langa
· 14 years ago
1215915
Use proper plural forms in argparse (#4391)
by Éric Araujo
· 14 years ago
13d49ee
Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
by Victor Stinner
· 14 years ago
44588b4
More issue #10624: Add requires_IEEE_754 to __all__.
by Eric Smith
· 14 years ago
34748cd
Fix test suite to not activate new sigint behavior in pdb.
by Georg Brandl
· 14 years ago
f8b893e
Fix accidental checkin.
by Georg Brandl
· 14 years ago
cbc79c7
Add display/undisplay pdb commands.
by Georg Brandl
· 14 years ago
44f2b64
#7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C.
by Georg Brandl
· 14 years ago
1ed77f3
Issue 10625: Add tests for negative zeros in complex str and repr.
by Eric Smith
· 14 years ago
3ab08ca
Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.
by Eric Smith
· 14 years ago
535c077
support for checking test coverage added.
by Łukasz Langa
· 14 years ago
f24a0d9
Issue #10624: Move requires_IEEE_754 into test.support. I'll fix up other uses of it shortly.
by Eric Smith
· 14 years ago
70099a1
Removed static function complex_format, moved it into complex_repr. Modified tests to check both str and repr, which are the same for complex.
by Eric Smith
· 14 years ago
2cf9ddb
configparser: fixed inconsistency where in SafeConfigParser option values
by Łukasz Langa
· 14 years ago
d2a9b20
Issue #10596: Fix float.__mod__ to have the same behaviour as
by Mark Dickinson
· 14 years ago
24bcc61
configparser: minute refactoring of RawConfigParser.items()
by Łukasz Langa
· 14 years ago
d4cc7bf
issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller
by Gregory P. Smith
· 14 years ago
1acb746
Add the "interact" pdb command from pdb++.
by Georg Brandl
· 14 years ago
732324a
#7905: Actually respect the keyencoding parameter to shelve.Shelf.
by Georg Brandl
· 14 years ago
c29cc6a
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat.
by Georg Brandl
· 14 years ago
cbd2ab1
#1513299: cleanup some map() uses where a comprehension works better.
by Georg Brandl
· 14 years ago
8334fd9
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
by Georg Brandl
· 14 years ago
b416230
refactor the warning test.
by Gregory P. Smith
· 14 years ago
d9e833c
#6045: provide at least get() and setdefault() for all dbm modules.
by Georg Brandl
· 14 years ago
d23047b
issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is
by Gregory P. Smith
· 14 years ago
942af5a
Issue #10557: Fixed error messages from float() and other numeric
by Alexander Belopolsky
· 14 years ago
36526bf
Correct comment in unittest test
by Michael Foord
· 14 years ago
37d120a
Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest'
by Michael Foord
· 14 years ago
e2bb4eb
Merged revisions 85551,86156-86157,86464 via svnmerge from
by Martin v. Löwis
· 14 years ago
bcd8988
Issue 10534 deprecate isbjunk and isbpopular methods.
by Terry Reedy
· 14 years ago
3a11e71
%s -> %r correction after review by Éric Araujo
by Łukasz Langa
· 14 years ago
c4df784
Issue #10272: The ssl module now raises socket.timeout instead of a generic
by Antoine Pitrou
· 14 years ago
bb48a8b
Allow translators to reorder placeholders in localizable messages from
by Éric Araujo
· 14 years ago
add7cbf
Fix so that test.test_unittest can be executed by unittest and not just regrtest
by Michael Foord
· 14 years ago
a9c7a8f
Fix incorrect use of gettext in argparse (#10497).
by Éric Araujo
· 14 years ago
74a7c67
by Terry Reedy
· 14 years ago
f3b68b3
Issue #10478: Reentrant calls inside buffered IO objects (for example by
by Antoine Pitrou
· 14 years ago
b6a6f5f
Issue 10499: Modular interpolation in configparser
by Łukasz Langa
· 14 years ago
ecace28
Handle Windows paths and don't double up on HTML header sections in new pydoc URL handler
by Nick Coghlan
· 14 years ago
a524070
Add missing CSS file from r86962
by Nick Coghlan
· 14 years ago
37ee850
Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length).
by Nick Coghlan
· 14 years ago
fad058f
logging: tidied up some docstrings.
by Vinay Sajip
· 14 years ago
3ab34cc
Factor out common code from lib/test/__main__.py and lib/test/regrtest.py into a function.
by Michael Foord
· 14 years ago
6156152
logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.
by Vinay Sajip
· 14 years ago
97cbb76
Fix lib/test/__main__.py to work even outside a Python build.
by Michael Foord
· 14 years ago
ee4a5e0
Adding lib/test/__main__.py for running tests with 'python -m test'
by Michael Foord
· 14 years ago
9bd45f99
#10549: fix interface of docclass() for text documenter.
by Georg Brandl
· 14 years ago
7bb30b7
Improve Pydoc interactive browsing (#2001). Patch by Ron Adam.
by Nick Coghlan
· 14 years ago
f8de3fe
#10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does.
by Georg Brandl
· 14 years ago
bd87d08
Use booleans.
by Georg Brandl
· 14 years ago
d80d5f4
#940286: pydoc.Helper.help() ignores input/output init parameters.
by Georg Brandl
· 14 years ago
4c4c0f2
Partially revert r78719 - it removed a check that is still needed in some cases (i.e. this will allow Michael to add the test.__main__ support that broke the buildbots previously)
by Nick Coghlan
· 14 years ago
1e5c5f8
#1745035: add limits for command and data size to smtpd; patch by Savio Sena.
by Georg Brandl
· 14 years ago
b579dba
#1486713: Add a tolerant mode to HTMLParser.
by R. David Murray
· 14 years ago
79cdb66
Fix #10554. Added context manager support to Popen objects.
by Brian Curtin
· 14 years ago
2d93e6e
Update the itertools.accumulate() docs.
by Raymond Hettinger
· 14 years ago
240f112
Remove test/__main__.py until runpy tests can be fixed
by Michael Foord
· 14 years ago
d8ff465
Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max().
by Raymond Hettinger
· 14 years ago
a7a0e1a
Set test.regrtest.TEMPDIR correctly when run with 'python -m test'
by Michael Foord
· 14 years ago
e2befc1
Initial implementation of Lib/test/__main__.py so we can run tests with 'python -m test'
by Michael Foord
· 14 years ago
5074df6
Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default
by Michael Foord
· 14 years ago
5137d64
Fix wrong test code in test_csv (#10602)
by Éric Araujo
· 14 years ago
a0b44b5
#8989: add 'domain' keyword to make_msgid.
by R. David Murray
· 14 years ago
Next »