Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bf8ab77f940013e42f7b9af5b4fd2100238f389b
/
Lib
4f1353a
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
by Ezio Melotti
· 11 years ago
c20a7b9
Merge.
by Charles-François Natali
· 11 years ago
249cdc3
Issue #18763: subprocess: The file descriptors are now closed after calling the
by Charles-François Natali
· 11 years ago
b33baf1
Issue #18817: Fix a resource warning in Lib/aifc.py demo.
by Serhiy Storchaka
· 11 years ago
cd0f74b
#16611: BaseCookie now parses 'secure' and 'httponly' flags.
by R David Murray
· 11 years ago
157c983
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
by Christian Heimes
· 11 years ago
eba25ba
Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess
by Antoine Pitrou
· 11 years ago
71fe8c0
test_socket: cancel scheduled alarm on test failure
by Victor Stinner
· 11 years ago
78ede7c
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
0c2dd0c
Close #17702: On error, os.environb now removes suppress the except context
by Victor Stinner
· 11 years ago
a4975a9
Issue #18755: Allow imp.load_*() loaders to have get_data() called
by Brett Cannon
· 11 years ago
06ce077
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
by Serhiy Storchaka
· 11 years ago
203eb31
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
by Serhiy Storchaka
· 11 years ago
00ae435
#18324: set_payload now correctly handles binary input.
by R David Murray
· 11 years ago
1e440cf
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
by Antoine Pitrou
· 11 years ago
9e6b975
Issue #17119: Fixed integer overflows when processing large strings and tuples
by Serhiy Storchaka
· 11 years ago
f77b4b2
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
by Christian Heimes
· 11 years ago
b1973c2
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
by Serhiy Storchaka
· 11 years ago
98985a1
Issue #2537: Remove breaked check which prevented valid regular expressions.
by Serhiy Storchaka
· 11 years ago
1ca66ed
Issue #18647: A regular expression in the doctest module rewritten so that
by Serhiy Storchaka
· 11 years ago
9d96542
Issue #18647: Correctly bound calculated min/max width of a subexpression.
by Serhiy Storchaka
· 11 years ago
ca64d25
Issue #18489: idlelib.SearchEngine - add docstrings
by Terry Jan Reedy
· 11 years ago
ba5d8f3
Issue #18592: whitespace
by Terry Jan Reedy
· 11 years ago
c5507c0
Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
by Terry Jan Reedy
· 11 years ago
85a8629
#18466: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
b5bc353
#18741: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
30b9d5d
#18705: fix a number of typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
a3811e4
merge
by Christian Heimes
· 11 years ago
824f7f3
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
by Christian Heimes
· 11 years ago
7bf1125
Issue #16463: Fix a transient test_timeout failure.
by Charles-François Natali
· 11 years ago
ec34ab5
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
by Antoine Pitrou
· 11 years ago
ac60160
Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
by Antoine Pitrou
· 11 years ago
29c3fc5
Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
by Terry Jan Reedy
· 11 years ago
c2564f9
Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
by Terry Jan Reedy
· 11 years ago
5e4d639
Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD
by Victor Stinner
· 11 years ago
7491f17
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
by Eric Snow
· 11 years ago
0a01ac4
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
by Terry Jan Reedy
· 11 years ago
7f7b941
Issue #18405: Improve the entropy of crypt.mksalt().
by Victor Stinner
· 11 years ago
4bfa6c5
#18687: remove obsolete comment. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
0d53860
Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
by Senthil Kumaran
· 11 years ago
ba5517d
Issue #12645: Clarify and reformat the documentation of import_fresh_module
by Eli Bendersky
· 11 years ago
b212291
Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*.
by Serhiy Storchaka
· 11 years ago
d51914c
#18663: document that assertAlmostEqual also works when the values are equal and add tests.
by Ezio Melotti
· 11 years ago
7608b60
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
by Terry Jan Reedy
· 11 years ago
7c64aad
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
by Terry Jan Reedy
· 11 years ago
056bafe
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
by Ezio Melotti
· 11 years ago
a9e67ad
Merge heads.
by R David Murray
· 11 years ago
f22b62e
#8112: Update the documenting xmlrpc server to use getfullargspec.
by R David Murray
· 11 years ago
1c4810b
#18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
2af76da
Fix a couple of typos.
by Ezio Melotti
· 11 years ago
3191632
#18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
0f12be1
#18465: fix unused variables in test_minidom. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
1d237e5
#18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
7ac17f8
#18483: add one more date format in test_http2time_formats. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
2532635
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
by Ezio Melotti
· 11 years ago
4e4f3b8
#18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
66f2ea0
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
by Ezio Melotti
· 11 years ago
95f34ab
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
by Terry Jan Reedy
· 11 years ago
dd225e4
Issue #17684: Fix some test_socket failures due to limited FD passing support
by Charles-Francois Natali
· 11 years ago
2acc525
Issue #17011: Fix caching of xpath path when namespaces are present.
by Eli Bendersky
· 11 years ago
3ceaff0
Issue #16741: Remove testing of implementation artifact.
by Serhiy Storchaka
· 11 years ago
5e376a7
Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots happy.
by Serhiy Storchaka
· 11 years ago
f6d0aee
Issue #16741: Fix an error reporting in int().
by Serhiy Storchaka
· 11 years ago
1f35ae0
Issue #17998: Fix an internal error in regular expression engine.
by Serhiy Storchaka
· 11 years ago
1dfb918
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
by doko@ubuntu.com
· 11 years ago
60b3ac7
Close #18396: fix spurious test_signal failure on Windows
by Nick Coghlan
· 11 years ago
e92dfbf
Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.
by Ned Deily
· 11 years ago
6ddd265
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
by Charles-François Natali
· 11 years ago
4ebc929
Add simple test for resource.getpagesize()
by Christian Heimes
· 11 years ago
65aa573
Add more tests for hashlib and hash object attributes
by Christian Heimes
· 11 years ago
25f043b
Issue #18593: fix typo in comment
by Eli Bendersky
· 11 years ago
4bd3129
Make all idle test case names end with 'Test'.
by Terry Jan Reedy
· 11 years ago
c06c0ae
Third attempt to fix #15415 on Windows
by Nick Coghlan
· 11 years ago
2f253e8
Attempt to fix #15415 on Windows
by Nick Coghlan
· 11 years ago
015b453
Update gui section of idle test README.
by Terry Jan Reedy
· 11 years ago
a9d16c8
Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).
by Terry Jan Reedy
· 11 years ago
5517596
Close #15415: Factor out temp dir helpers to test.support
by Nick Coghlan
· 11 years ago
69e3bda
Issue #15494: test.support is now a package rather than a module
by Nick Coghlan
· 11 years ago
725d9dd
Issue #18441: Make test.support.requires('gui') skip when it should.
by Terry Jan Reedy
· 11 years ago
d979c72
add a test for issue #17669 (closes #18565)
by Benjamin Peterson
· 11 years ago
271ade8
#18503: small cleanups in test_email.
by R David Murray
· 11 years ago
b042daa
#14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat.
by Ezio Melotti
· 11 years ago
fa6bc29
Issue #17944: test_zipfile now discoverable and uses subclassing to
by Serhiy Storchaka
· 11 years ago
8e8b9ba
Issue #17532: Prevent exception when changing key sets if Options menu is empty.
by Ned Deily
· 11 years ago
14f5ee0
Prevent dangling threads/process warning for test_multiprocessing.
by Richard Oudkerk
· 11 years ago
c406a12
Issue #18266: test_largefile now works with unittest test discovery and
by Serhiy Storchaka
· 11 years ago
880254e
Issue #17767: test_locale now works with unittest test discovery.
by Serhiy Storchaka
· 11 years ago
b5c9dfd
Closes #18475: add unittest.main() to test_email/test_inversions.
by R David Murray
· 11 years ago
d15642e
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
by Richard Oudkerk
· 11 years ago
4883003
Closes #18464: fix typo in test name.
by R David Murray
· 11 years ago
889b92d
Issue #18432: Fix unintended API change in the sched module
by Raymond Hettinger
· 11 years ago
e6a1786
Issue #18365: convert buildbot errors to skips.
by Terry Jan Reedy
· 11 years ago
4f133e2
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
by Terry Jan Reedy
· 11 years ago
037f658
#18437: fix comment typo.
by R David Murray
· 11 years ago
04ff038
Issue #18365: normalize whitespace
by Terry Jan Reedy
· 11 years ago
21784da
Issue #18365: Add mock Text class and test thereof versus tk.Text.
by Terry Jan Reedy
· 11 years ago
8c7dde3
Merged upstream changes.
by Vinay Sajip
· 11 years ago
c07aa9e
Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace.
by Vinay Sajip
· 11 years ago
923512f
#18431: Decode encoded words in atoms in new email parser.
by R David Murray
· 11 years ago
65171b2
#18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
by R David Murray
· 11 years ago
Next »