Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3d7e11520e5993b2adf9b809a8342084053988ae
/
Lib
« Previous
7908068
Issue #18702: All skipped tests now reported as skipped.
by Serhiy Storchaka
· 11 years ago
0de4d3e
#19485: clarify get_param example.
by R David Murray
· 11 years ago
b281732
Issue #19085: Fixed pixels rounding for last Tk patchlevels.
by Serhiy Storchaka
· 11 years ago
49667f0
Issue #10197: merge heads
by Tim Golden
· 11 years ago
e004175
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan.
by Tim Golden
· 11 years ago
0b9e815
Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.
by Serhiy Storchaka
· 11 years ago
2849e0d
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
by Serhiy Storchaka
· 11 years ago
ca9242f
Merge with 3.2 for Issue #19286.
by Jason R. Coombs
· 11 years ago
0aade62
Merge heads
by Serhiy Storchaka
· 11 years ago
9788497
Issue #19085: Fixed some Tkinter tests on Windows.
by Serhiy Storchaka
· 11 years ago
b8ec1e3
Relax timeout test.
by Richard Oudkerk
· 11 years ago
5028f4d
Use unittest.main() in test_htmlparser.
by Ezio Melotti
· 11 years ago
bd26d86
Issue #19286: [distutils] Only match files in build_py.find_data_files.
by Jason R. Coombs
· 11 years ago
93912b9
Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs.
by Jason R. Coombs
· 11 years ago
007c047
Issue #10734: Fix and re-enable test_ttk test_heading_callback.
by Serhiy Storchaka
· 11 years ago
758c521
Issue #19085: Added basic tests for all tkinter widget options.
by Serhiy Storchaka
· 11 years ago
0e6c66d
Issue #19349: Corrected error message.
by Vinay Sajip
· 11 years ago
a50f899
merge 3.2 (#19435)
by Benjamin Peterson
· 11 years ago
35aca89
merge 3.1 (#19435)
by Benjamin Peterson
· 11 years ago
04e9de4
use the collapsed path in the run_cgi method (closes #19435)
by Benjamin Peterson
· 11 years ago
e90cedb
Issue #19425 -- a pickling error should not cause pool to hang.
by Richard Oudkerk
· 11 years ago
3797065
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
by Nadeem Vawda
· 11 years ago
8797dcd
Fixed merge test for Tcl/Tk <8.5 (issue #18964).
by Serhiy Storchaka
· 11 years ago
78abc9d
Skip overzealous test for existence of the online license.html for pre-release versions.
by Georg Brandl
· 11 years ago
2d34f41
Bump to 3.3.3rc1.
by Georg Brandl
· 11 years ago
c9d597a
Update pydoc topics.
by Georg Brandl
· 11 years ago
045ee06
merge
by Georg Brandl
· 11 years ago
bf3f8eb
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
by Georg Brandl
· 11 years ago
28e7841
Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
by Georg Brandl
· 11 years ago
7e27abb
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
by Georg Brandl
· 11 years ago
72c98d3
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
by Georg Brandl
· 11 years ago
efa5a39
Issue #19405: Fixed outdated comments in the _sre module.
by Serhiy Storchaka
· 11 years ago
ca580f4
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
by Georg Brandl
· 11 years ago
89d8cd9
just return toplevel symbol table rather than all blocks (closes #19393)
by Benjamin Peterson
· 11 years ago
2ff68dd
Close #19339: telnetlib module is now using time.monotonic() when available to
by Victor Stinner
· 11 years ago
3d2f68d
Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
by Ned Deily
· 11 years ago
7d6392c
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
by Serhiy Storchaka
· 11 years ago
9da33ab
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
by Serhiy Storchaka
· 11 years ago
be80fc9
Issue #19327: Fixed the working of regular expressions with too big charset.
by Serhiy Storchaka
· 11 years ago
b82a3dc
Increase the coverage of macurl2path. Patch by Colin Williams.
by Senthil Kumaran
· 11 years ago
a1782e1
Issue #19360: fix test_site when Python is installed into $HOME/.local
by Antoine Pitrou
· 11 years ago
d5d0bc3
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
by Antoine Pitrou
· 11 years ago
dde25c4
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
by Antoine Pitrou
· 11 years ago
776b888
[Issue #19357] Ensure module "loaded" during tests gets forgotten.
by Eric Snow
· 11 years ago
27a8564
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
by Tim Golden
· 11 years ago
f076f53
#8964: fix platform._sys_version to handle IronPython 2.6+.
by Ezio Melotti
· 11 years ago
6e9e4fe
Make test_audioop discoverable by unittest.
by Serhiy Storchaka
· 11 years ago
c30b178
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
by Serhiy Storchaka
· 11 years ago
0abb218
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
by Antoine Pitrou
· 11 years ago
0e071c9
Fixed tests for issue #19279.
by Serhiy Storchaka
· 11 years ago
35804e4
Issue #19279: UTF-7 decoder no more produces illegal strings.
by Serhiy Storchaka
· 11 years ago
d3b7505
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
by Serhiy Storchaka
· 11 years ago
c955291
Issue 19276: Fix tests for wave files on big-endian platforms.
by Serhiy Storchaka
· 11 years ago
9816a1e
Issue #14407: Fix unittest test discovery in test_concurrent_futures.
by Antoine Pitrou
· 11 years ago
b46fe79
Print process instead of pid.
by Richard Oudkerk
· 11 years ago
85812bc
Issue #18919: Fixed resource leaks in audio tests.
by Serhiy Storchaka
· 11 years ago
4606d36
Issue #18919: Check warnings messages in the aifc module tests.
by Serhiy Storchaka
· 11 years ago
d98d6cb
Closes #19258: close WSGI server after handling request in demo code.
by Georg Brandl
· 11 years ago
0079ffc
Closes #17154: error out gracefully on "ignore" or "condition" without argument.
by Georg Brandl
· 11 years ago
9e091e1
Closes #16657: fix docstring of traceback.format_tb().
by Georg Brandl
· 11 years ago
24201d4
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
by Antoine Pitrou
· 11 years ago
1b80e63
Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
by Serhiy Storchaka
· 11 years ago
c30b59f
Closes #17375: port new threading docstrings from 2.7.
by Georg Brandl
· 11 years ago
4f35079
Make test_terminate() succeed or fail quickly.
by Richard Oudkerk
· 11 years ago
e23b2d0
Issue #18919: If the close() method of a writer in the sunau or wave module
by Serhiy Storchaka
· 11 years ago
4b53259
Issue #19131: The aifc module now correctly reads and writes sampwidth of
by Serhiy Storchaka
· 11 years ago
7634e1c
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
by Tim Peters
· 11 years ago
5e59676
Issue #18037: Do not escape '\u' and '\U' in raw strings.
by Serhiy Storchaka
· 11 years ago
d4b9f92
Issue 14927: Remove a docstring line that is no longer applicable.
by Raymond Hettinger
· 11 years ago
8fe47c3
Minor clean-up of function parameters in random().
by Raymond Hettinger
· 11 years ago
4e1f3d6
#19166: use an unused var in a test. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
cb1d96f
Issue #18594: Make the C code more closely match the pure python code.
by Raymond Hettinger
· 11 years ago
5c4b4c5
[issue19152] Revert 832579dbafd6.
by Eric Snow
· 11 years ago
af8566c
[issue19152] Add ExtensionFileLoader.get_filename().
by Eric Snow
· 11 years ago
efbc475
[issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples.
by Eric Snow
· 11 years ago
60b1834
Issue #19014: memoryview.cast() is now allowed on zero-length views.
by Antoine Pitrou
· 11 years ago
def0a4c
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
by Serhiy Storchaka
· 11 years ago
5184438
Issue #19137: The pprint module now correctly formats instances of set and
by Serhiy Storchaka
· 11 years ago
1a33b2f
Close #19092: ExitStack now reraises exceptions from __exit__
by Nick Coghlan
· 11 years ago
3c678c3
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary.
by Antoine Pitrou
· 11 years ago
600b735
Minor code improvement. Review comment by Eric V. Smith
by Senthil Kumaran
· 11 years ago
a5ec63b
remove unused imports
by Benjamin Peterson
· 11 years ago
8b3f5aa
Issue #19112: avoid using function defined in method.
by Richard Oudkerk
· 11 years ago
72a9854
remove duplicate method (closes #19127)
by Benjamin Peterson
· 11 years ago
56b143d
condense two tests with the same name (closes #19114)
by Benjamin Peterson
· 11 years ago
cc6ef36
move helper function into its test method (closes #19112)
by Benjamin Peterson
· 11 years ago
52010b4
fix duplicate test names in test_dis (closes #19117)
by Benjamin Peterson
· 11 years ago
f8ab760
remove duplicate test_mkd (closes #19118)
by Benjamin Peterson
· 11 years ago
db0601f
combine two tests to avoid duplicate names (closes #19116)
by Benjamin Peterson
· 11 years ago
e8c8a59
fix duplicate test name (closes #19126)
by Benjamin Peterson
· 11 years ago
1eca062
fix test to run and test that smtpd does support ELHO (closes #19125)
by Benjamin Peterson
· 11 years ago
05ab702
remove duplicate test from test_import (closes #19122)
by Benjamin Peterson
· 11 years ago
643238e
Issue #4366: Fix building extensions on all platforms when --enable-shared is used.
by Antoine Pitrou
· 11 years ago
3103631
fix duplicate test names (closes #19115)
by Benjamin Peterson
· 11 years ago
0300a8d
Issue #18950: Fix miscellaneous bugs in the sunau module.
by Serhiy Storchaka
· 11 years ago
d2c07a5
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
by Serhiy Storchaka
· 11 years ago
369606d
Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.
by Serhiy Storchaka
· 11 years ago
ce34687
Fix comment in test_gdb
by Nick Coghlan
· 11 years ago
c8bf95c
Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0
by Serhiy Storchaka
· 11 years ago
4b49ae6
Merge #14984: only import pwd on POSIX.
by R David Murray
· 11 years ago
Next »