Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
19b6fa6ebb887e498437b4ae87d6e70b92b4742b
/
Lib
19b6fa6
Issue #6477: Added support for pickling the types of built-in singletons.
by Alexandre Vassalotti
· 11 years ago
896414f
Fixed _pickle.Unpickler to handle empty persistent IDs correctly.
by Alexandre Vassalotti
· 11 years ago
04a684b
Issue #19595: Re-enable a long-disabled test in test_winsound
by Zachary Ware
· 11 years ago
5dd40e5
Issue #19815: Fix segfault when parsing empty namespace declaration.
by Eli Bendersky
· 11 years ago
c303cfd
Skip test_find_mac on Windows (issue #19804).
by Serhiy Storchaka
· 11 years ago
0ee22bf
fix format spec recursive expansion (closes #19729)
by Benjamin Peterson
· 11 years ago
99fb051
Merge heads
by Zachary Ware
· 11 years ago
a6edea5
Issue #19588: Fixed tests in test_random that were silently skipped most
by Zachary Ware
· 11 years ago
56507c7
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
by Serhiy Storchaka
· 11 years ago
a04f4e0
Use @bigmemtest more accurately.
by Mark Dickinson
· 11 years ago
c93329b
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 11 years ago
f45bbb6
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
by Mark Dickinson
· 11 years ago
4bcc796
#19620: Fix typo in docstring (noticed by Christopher Welborn).
by Ezio Melotti
· 11 years ago
45059eb
1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects
by Stefan Krah
· 11 years ago
cdac302
Issue #19545: Avoid chained exceptions while passing stray % to
by Serhiy Storchaka
· 11 years ago
a8892a1
Issue #19743: fix test_gdb on some optimized Python builds
by Antoine Pitrou
· 11 years ago
b17d2aa
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
by Antoine Pitrou
· 11 years ago
c17565e
Issue #19733: Temporary disable test_image on MacOSX.
by Serhiy Storchaka
· 11 years ago
0b1386d
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
by Serhiy Storchaka
· 11 years ago
d9a0182
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
by Serhiy Storchaka
· 11 years ago
8db1823
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
by Serhiy Storchaka
· 11 years ago
fb099c9
#19449: Handle non-string keys when generating 'fieldnames' error.
by R David Murray
· 11 years ago
7ad11bf
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
by doko@ubuntu.com
· 11 years ago
4accf45
Issue #19596: Set untestable tests in test_importlib to None
by Zachary Ware
· 11 years ago
30d8e16
Cleanup this test's modification of os.environ in teardown (this already
by Gregory P. Smith
· 11 years ago
162307f
Fix test.support.bind_port() to not cause an error when Python was compiled
by Gregory P. Smith
· 11 years ago
76edd21
Issue #19603: Use specific asserts in test_decr.
by Serhiy Storchaka
· 11 years ago
46b4a5e
Issue #19599: Increase sleep period.
by Richard Oudkerk
· 11 years ago
8731d7b
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
by Richard Oudkerk
· 11 years ago
9d282f6
Issue #19606: Use specific asserts in http.cookiejar tests.
by Serhiy Storchaka
· 11 years ago
2e29c9e
Issue #19607: Use specific asserts in weakref tests.
by Serhiy Storchaka
· 11 years ago
3df4dcc
Issue #19605: Use specific asserts in datetime tests
by Serhiy Storchaka
· 11 years ago
3afec4e
Merge heads
by Serhiy Storchaka
· 11 years ago
497b394
merge with 3.3.3 release clone
by Georg Brandl
· 11 years ago
9e2043a
Bump to 3.3.3 final.
by Georg Brandl
· 11 years ago
91b3e77
Issue #19604: Use specific asserts in array tests.
by Serhiy Storchaka
· 11 years ago
e3b5a76
Issue #19602: Use specific asserts in tkinter tests.
by Serhiy Storchaka
· 11 years ago
78ee078
Issue #19601: Use specific asserts in sqlite3 tests.
by Serhiy Storchaka
· 11 years ago
3998915
Issue #19600: Use specific asserts in distutils tests.
by Serhiy Storchaka
· 11 years ago
5665bc5
Issue #19594: Use specific asserts in unittest tests.
by Serhiy Storchaka
· 11 years ago
7c5e24f
Issue #19591: Use specific asserts in ctype tests.
by Serhiy Storchaka
· 11 years ago
328cf3c
Issue #19590: Use specific asserts in email tests.
by Serhiy Storchaka
· 11 years ago
9c10d6b
Issue #19504: Used American spelling for 'customize'.
by Vinay Sajip
· 11 years ago
a76157d
Issue #19523: Closed FileHandler leak which occurred when delay was set.
by Vinay Sajip
· 11 years ago
8bdc130
Issue #19592: Use specific asserts in lib2to3 tests.
by Serhiy Storchaka
· 11 years ago
98a0d06
Closes #12828: add docstring text noting this is an internal-only module
by Andrew Kuchling
· 11 years ago
6e51b8f
Issue13674 Correct crash with strftime %y format under Windows
by Tim Golden
· 11 years ago
c12f09e
Issue #19440: Clean up test_capi
by Zachary Ware
· 11 years ago
acea823
Remove outdated comment
by Tim Golden
· 11 years ago
4cf9b20
Bump to 3.3.3rc2.
by Georg Brandl
· 11 years ago
a2ebfd0
Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2.
by Jason R. Coombs
· 11 years ago
3492e39
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
by Jason R. Coombs
· 11 years ago
a44372f
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
by Serhiy Storchaka
· 11 years ago
affb9b2
Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).
by Serhiy Storchaka
· 11 years ago
b3acacc
Transplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestHandler.
by Georg Brandl
· 11 years ago
7165d8b
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
by Ezio Melotti
· 11 years ago
7c934da
Revert wrong change in previous commit (issue #19085).
by Serhiy Storchaka
· 11 years ago
8f9f587
Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085).
by Serhiy Storchaka
· 11 years ago
98555f3
Fix typo in tkinter tests (issue #19085).
by Serhiy Storchaka
· 11 years ago
5c81164
Issue #19397: test_pydoc now works with -S (help not added to builtins).
by Terry Jan Reedy
· 11 years ago
2028e01
Issue #19085: Fix running test_ttk_textonly on displayless host.
by Serhiy Storchaka
· 11 years ago
8d8599c
Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.
by Serhiy Storchaka
· 11 years ago
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
Next »