Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ee44314f9309b7b89dd5a7d897f0f917e9e47b1a
/
Lib
ee44314
this is why tests are great
by Benjamin Peterson
· 11 years ago
efa3cf8
add context parameter to xmlrpclib.ServerProxy (#22960)
by Benjamin Peterson
· 11 years ago
af358ef
2.7.9rc1
by Benjamin Peterson
· 11 years ago
d58cec2
update pydoc-topics
by Benjamin Peterson
· 11 years ago
0cb0b30
disable tests that always fail on windows (#22943)
by Benjamin Peterson
· 11 years ago
f7363ed
use more ugly but hopefully more robust method
by Benjamin Peterson
· 11 years ago
69a64d3
handle errors without a reason attribute
by Benjamin Peterson
· 11 years ago
f671de4
don't fail tests when www.python.org can't be validated by the system
by Benjamin Peterson
· 11 years ago
226fa56
debugging: print ca certs loaded into default ctx
by Benjamin Peterson
· 11 years ago
dfdae02
Issue #16056: Rename test methods to avoid conflict.
by Berker Peksag
· 11 years ago
51f461f
is OpenIndiana actually sunos?
by Benjamin Peterson
· 11 years ago
98b1b24
loosen solaris test
by Benjamin Peterson
· 11 years ago
0636a4b
skip test_gdb on OpenIndiana
by Benjamin Peterson
· 11 years ago
e3e7d40
pep 476: verify certificates by default (#22417)
by Benjamin Peterson
· 11 years ago
b206473
give urllib.urlopen a context parameter (closes #22927)
by Benjamin Peterson
· 11 years ago
31aa69e
allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI (closes #22921)
by Benjamin Peterson
· 11 years ago
88922db
fix this test when sizeof(long) < sizeof(size_t)
by Benjamin Peterson
· 11 years ago
b0609ec
remove py3k warning guard
by Benjamin Peterson
· 11 years ago
fcfb18e
allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection
by Benjamin Peterson
· 11 years ago
5f6b89b
initialize _makefile_refs earlier so things don't blow up when close() is called in the constructor
by Benjamin Peterson
· 11 years ago
95b6164
Backport disabling of SSLv3 in ssl._create_stdlib_context() (issue #22638).
by Antoine Pitrou
· 11 years ago
138ec8c
Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.
by Serhiy Storchaka
· 11 years ago
b9a4501
Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
by Antoine Pitrou
· 11 years ago
f9b2aa2
Issue #22193: Fixed integer overflow error in sys.getsizeof().
by Serhiy Storchaka
· 11 years ago
f44b9c4
Define a __hash__ to quiet down a -3 warning
by Donald Stufft
· 11 years ago
3ecc8db
Upgrade setuptools to 7.0
by Donald Stufft
· 11 years ago
8aaff54
Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7
by Donald Stufft
· 11 years ago
e927757
Issue #12728: Different Unicode characters having the same uppercase but
by Serhiy Storchaka
· 11 years ago
fb136d1
Remove unused import
by Raymond Hettinger
· 11 years ago
c4d2760
Silence the failure of test_pyclbr after adding a property in sre_parse
by Serhiy Storchaka
· 11 years ago
15ea870
Issues #814253, #9179: Group references and conditional group references now
by Serhiy Storchaka
· 11 years ago
b4f3d80
Backported tests for issue #22406.
by Serhiy Storchaka
· 11 years ago
4535b11
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
by Serhiy Storchaka
· 11 years ago
7a02582
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
by Serhiy Storchaka
· 11 years ago
a6a8a4f
merge heads
by Georg Brandl
· 11 years ago
6246f2a
#22650: test suite: load Unicode test data files from www.pythontest.net
by Georg Brandl
· 11 years ago
31221a7
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip
by Steve Dower
· 11 years ago
9580510
use pythontest.net for url fragment test
by Benjamin Peterson
· 11 years ago
57b00ed
Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings
by Victor Stinner
· 11 years ago
06c1497
Issue #22773: fix failing test with old readline versions due to issue #19884.
by Antoine Pitrou
· 11 years ago
04439fd
test that keyfile can be None
by Benjamin Peterson
· 11 years ago
186c5f0
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
by Serhiy Storchaka
· 11 years ago
009352a
#22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo.
by Ezio Melotti
· 11 years ago
21a2350
Issue #17896: Move Windows external lib sources from .. to externals.
by Zachary Ware
· 11 years ago
33db23f
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
by Ned Deily
· 11 years ago
a79d6f4
Brought excluded code into the scope of a try block in SysLogHandler.emit().
by Vinay Sajip
· 11 years ago
e9e54ae
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
by Serhiy Storchaka
· 11 years ago
c04fcd4
Backported the optimization of compiling charsets in regular expressions
by Serhiy Storchaka
· 11 years ago
e969b1b
Fixed compile error in issue #22410. The _locale module is optional.
by Serhiy Storchaka
· 11 years ago
d4c7290
Issue #22410: Module level functions in the re module now cache compiled
by Serhiy Storchaka
· 11 years ago
78be2f4
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.
by Antoine Pitrou
· 11 years ago
7a16207
Issue #3068: Add Idle extension configuration dialog to Options menu.
by Terry Jan Reedy
· 11 years ago
0daddbd
Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,
by Terry Jan Reedy
· 11 years ago
af26c15
#9351: set_defaults on subparser is no longer ignored if set on parent.
by R David Murray
· 11 years ago
0746b00
Issue #22646: Accept list as well as tuple to support initialisation via dictConfig().
by Vinay Sajip
· 11 years ago
cf83476
Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
by Terry Jan Reedy
· 11 years ago
833dfad
Issue #22628: Increase Treewidge line spacing so lines do not overlap.
by Terry Jan Reedy
· 11 years ago
0234fd1
Issue #16233: When the module browser is not invoked in an editor window with
by Terry Jan Reedy
· 11 years ago
cca5b69
Issue #3068: Change 0/1 to False/True so that extension configure dialog can
by Terry Jan Reedy
· 11 years ago
26e8252
Issue #22632: replace dead link with version-specific doc link.
by Terry Jan Reedy
· 11 years ago
20c049d
Issue #21855: Fixed the decimal module in unicode disabled build.
by Serhiy Storchaka
· 11 years ago
b29ab4a
Merge.
by Charles-François Natali
· 11 years ago
977c424
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
by Charles-François Natali
· 11 years ago
fbddffa
Fixed the test of issue #13664 on platforms without unicode filenames support.
by Serhiy Storchaka
· 11 years ago
08da46e
Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.
by Terry Jan Reedy
· 11 years ago
c0dc65e
Change deprecated Exception.message to Exception.args-[0] where the use of
by Terry Jan Reedy
· 11 years ago
54edfb3
Issue #13664: GzipFile now supports non-ascii Unicode filenames.
by Serhiy Storchaka
· 11 years ago
55bf20a
#13096: Fix segfault in CTypes POINTER handling of large values.
by R David Murray
· 11 years ago
e73b8c6
Always handle non-handled events before destoying root widget in tests.
by Serhiy Storchaka
· 11 years ago
d7f44e2
#11973: add test for previously fixed kevent signed/unsigned bug.
by R David Murray
· 11 years ago
80f0c82
Fixed and optimized a test of issue #22526.
by Serhiy Storchaka
· 11 years ago
987a02b
Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
by Terry Jan Reedy
· 11 years ago
d0a5e9b
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
by Antoine Pitrou
· 11 years ago
f85a856
Issue #11694: Raise ConversionError in xdrlib as documented
by Petri Lehtinen
· 11 years ago
a68109a
#0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods.
by R David Murray
· 11 years ago
1375538
De-'colour'ize stdlib except for idlelib.configDialog.
by Terry Jan Reedy
· 11 years ago
23030db
Issue 3068: Move idlelib.configDialog action button creation into a separate
by Terry Jan Reedy
· 11 years ago
163d7fb
idlelib.configHandler: revise docstrings, add spaces, use False/True, add some
by Terry Jan Reedy
· 11 years ago
3d1f2d3
make _socket.socket weakrefable (closes #22569)
by Benjamin Peterson
· 11 years ago
ae41086
PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,
by Terry Jan Reedy
· 11 years ago
04fa704
Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
by Serhiy Storchaka
· 11 years ago
19b7a75
Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog.
by Terry Jan Reedy
· 11 years ago
77149a1
Issue #21951: Temporary skip crashing test_user_command on AIX.
by Serhiy Storchaka
· 11 years ago
2af8d2f
Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat().
by Victor Stinner
· 11 years ago
af09c77
Issue #21591: add test for qualified exec in tuple form.
by Robert Jordens
· 11 years ago
c382807
Issue #19612: subprocess.communicate() now also ignores EINVAL when using at
by Victor Stinner
· 11 years ago
110796f
Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.
by Terry Jan Reedy
· 11 years ago
0a649c7
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
by Victor Stinner
· 11 years ago
5a1427c
Issue #19875: Fix random test_getsockaddrarg() failure.
by Charles-François Natali
· 11 years ago
1b5f58d
Issue #21990: Cleanup unnecessary inner class definition in saxutils.
by Raymond Hettinger
· 11 years ago
2ce9ddd
Issue #22061: Add deprecation warnings in empty obsolete methods.
by Serhiy Storchaka
· 11 years ago
fe9ebe4
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
by Victor Stinner
· 11 years ago
186f665
Issue #1730136: Fix comparison between a tk Font object and an object of a
by Serhiy Storchaka
· 11 years ago
63a4747
Issue #19884: readline: Disable the meta modifier key if stdout is not a
by Victor Stinner
· 11 years ago
f2eb721
Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
by Zachary Ware
· 11 years ago
9cb68ca
Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set()
by Serhiy Storchaka
· 11 years ago
fc1ae6c
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
by Serhiy Storchaka
· 11 years ago
7cc3b0a
Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on
by Serhiy Storchaka
· 11 years ago
4e64d87
Issue #21976: Fix test_ssl to accept LibreSSL version strings.
by Antoine Pitrou
· 11 years ago
b606d45
Issue #21868: Prevent turtle crash due to invalid undo buffer size.
by Raymond Hettinger
· 11 years ago
Next »