Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
317d350f9c535fff36f15e4d3b8adb3be222eebd
/
Lib
317d350
Moved Unicode C API related tests to separate test class.
by Serhiy Storchaka
· 9 years ago
b8a1a27
Issue #27358: Backported tests.
by Serhiy Storchaka
· 9 years ago
78b634d
Issue #28257: Backported a test.
by Serhiy Storchaka
· 9 years ago
67edf73
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 9 years ago
8d7fa40
Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.
by Terry Jan Reedy
· 9 years ago
846466d
build_ext: correctly parse the link_objects user option (closes #1703178)
by Benjamin Peterson
· 9 years ago
32d74e1
Remove disabled ctypes test
by Martin Panter
· 9 years ago
ad7a9ea
IDLE NEWS item and ack.
by Terry Jan Reedy
· 9 years ago
8cab419
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
by Alexander Belopolsky
· 9 years ago
c812009
Issue #27897: Backported tests.
by Serhiy Storchaka
· 9 years ago
2b91fad
Issue #27611: Fixed support of default root window in the Tix module.
by Serhiy Storchaka
· 9 years ago
0259c66
Issue #28221: Remove unused assignment from test_asyncore_server()
by Martin Panter
· 9 years ago
cae6430
merge
by Christian Heimes
· 9 years ago
e56fb8f
Add Lib/test/ssltests.py for faster testing of OpenSSL
by Christian Heimes
· 9 years ago
1de99f7
Issue #26513: Use winver.product_type instead of .product
by Steve Dower
· 9 years ago
db01b3e
Issue #27932: Prevent memory leak in win32_ver().
by Steve Dower
· 9 years ago
75b2c5f
Issue #24363: Continue parsing HTTP header in spite of invalid lines
by Martin Panter
· 9 years ago
12c8855
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
by Serhiy Storchaka
· 9 years ago
87bcc1d
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
by Terry Jan Reedy
· 9 years ago
8f7d36b
Issue #27952: Get fixcid.py working with the re module
by Martin Panter
· 9 years ago
0b5f22d
Backported tests for issue #28070.
by Serhiy Storchaka
· 9 years ago
8b7aff8
IDLE newx items.
by Terry Jan Reedy
· 9 years ago
fcc8a0f
Correct spelling in documentation and code comments
by Martin Panter
· 9 years ago
ad6a99c
Correct print() calls to print a blank line in various test cases
by Martin Panter
· 9 years ago
7f8ce85
Issue #28019: Backported additional tests for itertools.count().
by Serhiy Storchaka
· 9 years ago
13b56ef
remove fix_callable, callable() was readded long ago in 3.x.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
88c0013
Issue #25969: Update the lib2to3 grammar to handle the unpacking
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
019a2e2
Issue #22450: Use "Accept: */*" in the default headers for urllib
by Raymond Hettinger
· 9 years ago
6ddd927
Upgrade setuptools to 27.1.2
by Donald Stufft
· 9 years ago
77ba596
Disable test_gdb.PrettyPrintTests when compiled with optimizations,
by Gregory P. Smith
· 9 years ago
e62a694
Issue #26020: Fix evaluation order for set literals
by Raymond Hettinger
· 9 years ago
cb20a21
skip two test_gdb tests that fail when compiled in profile-opt mode:
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
280290a
Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions
by Davin Potts
· 9 years ago
ba5480b
Issue #27993: Fix problems with the plural “objects” in docs and comments
by Martin Panter
· 9 years ago
6507657
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 9 years ago
6eec878
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
by Martin Panter
· 9 years ago
bf00bc7
Issue #15578: Correctly incref the parent module while importing.
by Eric Snow
· 9 years ago
280bc22
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
6663eb6
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
by Christian Heimes
· 9 years ago
d988f42
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
by Christian Heimes
· 9 years ago
499378f
suppress stderr output when checking gdb (closes #27969)
by Benjamin Peterson
· 9 years ago
b2b734f
Issue #27748: Backed out changeset 6137d0ed0a15
by Zachary Ware
· 9 years ago
19071c0
Issue #27748: strengthen test_alias_nofallback
by Zachary Ware
· 9 years ago
c2fc7c4
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
by Christian Heimes
· 9 years ago
3445827
Issue #27748: Simplify test_winsound.
by Zachary Ware
· 9 years ago
ef2020f
Issue #27918# test.resource.is_gui_available no longer flashes tk window.
by Terry Jan Reedy
· 9 years ago
cb25198
Issue #27922: IDLE test_idlehistory no longer flash tk widgets.
by Terry Jan Reedy
· 9 years ago
e6239a3
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James.
by Mark Dickinson
· 9 years ago
e7607d4
Issue #27922: IDLE tests no longer flash tk widgets.
by Terry Jan Reedy
· 9 years ago
28fb4da
Issue #17642: add larger font sizes for classroom projection.
by Terry Jan Reedy
· 9 years ago
580ca65
Backport spelling fix.
by Terry Jan Reedy
· 9 years ago
02c0c0b
Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory.
by Mark Dickinson
· 9 years ago
e63af90
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
by Serhiy Storchaka
· 9 years ago
eac40fd
Issue #19884: Avoid spurious output on OS X with Gnu Readline
by Martin Panter
· 9 years ago
dc60c75
Issue #10513: Fix a regression in Connection.commit()
by Berker Peksag
· 9 years ago
3f0222c
Add version to title of IDLE help window.
by Terry Jan Reedy
· 9 years ago
558c0de
Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.
by Terry Jan Reedy
· 9 years ago
d833c77
Issue #12660: Backport 84bbb8d2d237
by Zachary Ware
· 9 years ago
68854fd
#2466: fix test failure on windows.
by R David Murray
· 9 years ago
8578316
# 2466: ismount now recognizes mount points user can't access.
by R David Murray
· 9 years ago
7ff1b62
Fix typo in IDLE News.
by Terry Jan Reedy
· 9 years ago
7a2a586
Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.
by Terry Jan Reedy
· 9 years ago
5055612
Issue #27714: Remove unneeded non-idempotent call that fails on retest.
by Terry Jan Reedy
· 9 years ago
3911d83
Issue #27614: Avoid race in test_docxmlrpc server setup
by Martin Panter
· 9 years ago
1872d94
Issue #27611: Don't import volatile attribute.
by Terry Jan Reedy
· 9 years ago
505989c
fail when negative values are passed to instr()
by Benjamin Peterson
· 9 years ago
285a253
Upgrade setuptools/pip to to 25.2.0/8.1.2
by Donald Stufft
· 9 years ago
f670120
do not allow reading negative values with getstr()
by Benjamin Peterson
· 9 years ago
af0b38f
Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification.
by Raymond Hettinger
· 9 years ago
0f0ead5
Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks
by Terry Jan Reedy
· 9 years ago
5c715b0
Correct misspellings of ISO-8859
by Martin Panter
· 9 years ago
fd16fca
Issue #21999: Handled empty strings correctly when in POSIX mode.
by Vinay Sajip
· 9 years ago
e1f3afb
Issue #20160: Handled passing of large structs to callbacks correctly.
by Vinay Sajip
· 9 years ago
3d36f0f
Spelling and grammar fixes in code comments and documentation
by Martin Panter
· 9 years ago
692497a
Switch upload.pypi.io to upload.pypi.org
by Donald Stufft
· 9 years ago
2246f39
Issue #20767: Fix -R option for FreeBSD/clang.
by Stefan Krah
· 9 years ago
75d7b61
Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
a850ef6
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 9 years ago
e2eacc0
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Martin Panter
· 9 years ago
1e411c5
Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module
by Martin Panter
· 9 years ago
cdb8be4
Issue #27528: Document and test warning messages must match at beginning
by Martin Panter
· 9 years ago
6c4fa70
make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514)
by Benjamin Peterson
· 9 years ago
65e0d8c
Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
by Martin Panter
· 9 years ago
bf2dca9
English spelling and grammar fixes
by Martin Panter
· 9 years ago
b362f75
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
8c6849b
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
by Martin Panter
· 9 years ago
2d2e6be
[port to 2.7] - Issue #27466: Change time format returned by
by Senthil Kumaran
· 9 years ago
64c8275
reduce marshal stack size in debug mode on windows (closes #27019)
by Benjamin Peterson
· 9 years ago
7127b62
Switch to the new upload url for PyPI
by Donald Stufft
· 9 years ago
65be04c
Issue #27452: add line counter and crc to IDLE configHandler test dump.
by Terry Jan Reedy
· 9 years ago
77c9106
Fixed a test for issue23908 with C locale.
by Serhiy Storchaka
· 9 years ago
3c9ce74
Issue #23908: os functions, open() and the io.FileIO constructor now reject
by Serhiy Storchaka
· 9 years ago
3626e5e
Issue #4945: Improved the documenting of boolean arguments in the json module.
by Serhiy Storchaka
· 9 years ago
094338e
Update NEWS and idlelib NEWS.text.
by Terry Jan Reedy
· 9 years ago
199b7d5
Issue #22115: Fixed tracing Tkinter variables.
by Serhiy Storchaka
· 9 years ago
919345d
Issue #27365: Add blank lines. to 2.7 test_editmenu
by Terry Jan Reedy
· 9 years ago
7a5691f
merge 2.7.12 release branch
by Benjamin Peterson
· 9 years ago
95d9555
fix idle about dialog #27365
by Benjamin Peterson
· 9 years ago
4183387
Issue #27294: Numerical state in the repr for Tkinter event objects is now
by Serhiy Storchaka
· 9 years ago
4b27f14
update pydoc topics
by Benjamin Peterson
· 9 years ago
Next »