Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
88b174c977f552ddcc5ff3078742a2922b236f83
/
Lib
88b174c
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
by Christian Heimes
· 12 years ago
326ec04
test_execvpe_with_bad_arglist shouldn't be in URandomTests
by Antoine Pitrou
· 12 years ago
f48a67b
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
by Antoine Pitrou
· 12 years ago
1703df6
Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
by Terry Jan Reedy
· 12 years ago
74b3290
Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport.
by Terry Jan Reedy
· 12 years ago
8ce36dd
Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
by Terry Jan Reedy
· 12 years ago
b638a38
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
by Terry Jan Reedy
· 12 years ago
d674927
#18687: remove obsolete comment. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
1eeba83
Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
by Senthil Kumaran
· 12 years ago
d599142
#18663: document that assertAlmostEqual also works when the values are equal and add tests.
by Ezio Melotti
· 12 years ago
bb8114c
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
by Terry Jan Reedy
· 12 years ago
3d35489
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
by Terry Jan Reedy
· 12 years ago
7921b30
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
by Ezio Melotti
· 12 years ago
e822b03
Issue #15866: The xmlcharrefreplace error handler no more produces two XML
by Serhiy Storchaka
· 12 years ago
f948943
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
by Terry Jan Reedy
· 12 years ago
b671701
Issue #13612: Fix a buffer overflow in case of a multi-byte encoding.
by Eli Bendersky
· 12 years ago
06fbac5
Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots happy.
by Serhiy Storchaka
· 12 years ago
3ade66c
Issue #17998: Fix an internal error in regular expression engine.
by Serhiy Storchaka
· 12 years ago
e8e3121
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
by Charles-François Natali
· 12 years ago
ba7620c
Fix tkinter regression introduced by the security fix in #16248.
by Antoine Pitrou
· 12 years ago
fb77386
Issue #18071: Extension module builds on OS X could fail with TypeError
by Ned Deily
· 12 years ago
9ba8d6b
Make all idle test case names end with 'Test'.
by Terry Jan Reedy
· 12 years ago
aea6c11
Update gui section of idle test README.
by Terry Jan Reedy
· 12 years ago
662908b
Restore the data block size to 62.
by Raymond Hettinger
· 12 years ago
16b10c6
Issue #18441: Move commented out code to issue message.
by Terry Jan Reedy
· 12 years ago
d826d77
Issue #18441: whitespace
by Terry Jan Reedy
· 12 years ago
47cb4d6
Issue #18441: Comment out code that will not compile because the standard
by Terry Jan Reedy
· 12 years ago
d71244f
Issue #18441: add Mac (darwin) gui check. This is not needed today, but has been
by Terry Jan Reedy
· 12 years ago
cc8506e
Update int division to quiet 2to3 warning.
by Terry Jan Reedy
· 12 years ago
6fb6f8c
Issue #18441: Correct previous patch, which hg committed before I wanted it to.
by Terry Jan Reedy
· 12 years ago
09eb26f
Issue #18441: Make test.support.requires('gui') skip when it should.
by Terry Jan Reedy
· 12 years ago
3490655
Issue #18539: Calltips now work for float default arguments.
by Terry Jan Reedy
· 12 years ago
e21b6ae
#14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat.
by Ezio Melotti
· 12 years ago
f688f72
Backed out changeset: 23b0164b9c82 #18441 not working
by Terry Jan Reedy
· 12 years ago
1ad65ac
Backed out changeset: 9f922270a929 so can backout larger patch
by Terry Jan Reedy
· 12 years ago
518e48b
Issue #18441: fix buildbot name-error for TclError.
by Terry Jan Reedy
· 12 years ago
2c636fd
Issue #18441: Make test.support.requires('gui') skip when it should.
by Terry Jan Reedy
· 12 years ago
14ef0c8
Issue #17532: Prevent exception when changing key sets if Options menu is empty.
by Ned Deily
· 12 years ago
c8ef9bc
Issue #18455: multiprocessing should not retry connect() with same socket.
by Richard Oudkerk
· 12 years ago
a25a31a
Issue #18365: convert buildbot errors to skips.
by Terry Jan Reedy
· 12 years ago
c8a198c
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
by Terry Jan Reedy
· 12 years ago
e7cbd3f
Issue #18365: 2.7 corrections so tests run
by Terry Jan Reedy
· 12 years ago
d781b07
#18437: fix comment typo.
by R David Murray
· 12 years ago
fccb0d2
Issue #18365: normalize whitespace
by Terry Jan Reedy
· 12 years ago
16c1070
Issue #18365: Add mock Text class and test thereof versus tk.Text.
by Terry Jan Reedy
· 12 years ago
fab6542
Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it
by Serhiy Storchaka
· 12 years ago
20d4669
Issue #18347: ElementTree's html serializer now preserves the case of closing tags.
by Christian Heimes
· 12 years ago
0c503c2
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
by Antoine Pitrou
· 12 years ago
1e462fe
Issue #17261: Ensure multiprocessing's proxies use proper address.
by Richard Oudkerk
· 12 years ago
41072db
Issue #17097: Make multiprocessing ignore EINTR.
by Richard Oudkerk
· 12 years ago
44d8b11
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
by Terry Jan Reedy
· 12 years ago
b6eeef4
Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by
by Terry Jan Reedy
· 12 years ago
d1caae8
Issue #18189: add test_delegator for Idle Delegator class.
by Terry Jan Reedy
· 12 years ago
7ab0c31
Issue 18189: remove unused methods in idlelib.Delegator.Delegator.
by Terry Jan Reedy
· 12 years ago
6c1d9dd
Tempfile.py: stop buildbot warning about using deprecated xreadlines.
by Terry Jan Reedy
· 12 years ago
24dc753
#18155: Regex-escape delimiter, in case it is a regex special char.
by R David Murray
· 12 years ago
1d14246
Issue #18103: Update README.txt and test_idle to describe and run gui tests.
by Terry Jan Reedy
· 12 years ago
2b14986
Issue #18316: Update idlelib 2.7 except clauses to ease backports.
by Terry Jan Reedy
· 12 years ago
8eab008
Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop
by Terry Jan Reedy
· 12 years ago
35115e6
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
by Terry Jan Reedy
· 12 years ago
227f0fa
reapply 5accb0ac8bfb
by Benjamin Peterson
· 12 years ago
9575222
#18179: reflow paragraphs.
by R David Murray
· 12 years ago
7f01d55
#18179: document the local_hostname parameter.
by R David Murray
· 12 years ago
262df4d
Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate
by Christian Heimes
· 12 years ago
7603881
Issue #18137: Detect integer overflow on precision in float.__format__()
by Victor Stinner
· 12 years ago
223a22b
#18151, part 2: Silence debug build resource warning for each file opened by
by Terry Jan Reedy
· 12 years ago
10c74d2
backout 5accb0ac8bfb; needs more discussion on python-dev
by Benjamin Peterson
· 12 years ago
0a89f8e
transplant test_stat from default to 2.7 in order to make sure it works on all supported platforms
by Christian Heimes
· 12 years ago
aa6c297
#18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again
by Andrew Kuchling
· 12 years ago
e2cc341
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
by Serhiy Storchaka
· 12 years ago
a49dcc5
#18113: Objects associated to a curses.panel object with set_userptr() were leaked.
by Andrew Kuchling
· 12 years ago
03512c1
Fix comment blocks. Adjust blocksize to a power-of-two for better divmod computations.
by Raymond Hettinger
· 12 years ago
16ce43a
#5492: Avoid traceback when exiting IDLE caused by a race condition.
by Roger Serwy
· 12 years ago
c94f07d
Issue #18186: remove obsolete 2.2 compatibility comment.
by Ned Deily
· 12 years ago
fff3f48
#17511: Keep IDLE find dialog open after clicking "Find Next".
by Roger Serwy
· 12 years ago
045e457
Issue #18174: Fix fd leaks in tests.
by Richard Oudkerk
· 12 years ago
0e6283e
Ensure that the fix for #17269 also works on OSX 10.4
by Ronald Oussoren
· 12 years ago
729ad5c
Issue #18038: SyntaxError raised during compilation sources with illegal
by Serhiy Storchaka
· 12 years ago
8d6834a
Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.
by Terry Jan Reedy
· 12 years ago
964c25f
Fix #17967 - Fix related to regression on Windows.
by Senthil Kumaran
· 12 years ago
7351b66
Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when
by Senthil Kumaran
· 12 years ago
243cb80
Fix #17967: For ftp urls CWD to target instead of hopping to each directory
by Senthil Kumaran
· 12 years ago
a085f00
Fix #16450 test_missing_localfile testcase fails on misconfigured hostname.
by Senthil Kumaran
· 12 years ago
95787fd
Issue #18094: test_uuid no more reports skipped tests as passed.
by Serhiy Storchaka
· 12 years ago
b02a1b8
Issue #15392: Use test.test_support, as used test.support in 3.x.
by Terry Jan Reedy
· 12 years ago
b8fd9ca
Issue #15392: Create a unittest framework for IDLE, 2.7 version.
by Terry Jan Reedy
· 12 years ago
8e60f6e
Issue #18098: The deprecated OS X Build Applet.app fails to build on
by Ned Deily
· 12 years ago
2c4810e
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
by Senthil Kumaran
· 12 years ago
1ab29e7
Issue #18080: When building a C extension module on OS X, if the compiler
by Ned Deily
· 12 years ago
7393c69
Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
by Raymond Hettinger
· 12 years ago
16c52a3
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
by Ronald Oussoren
· 12 years ago
674f4fa
Issue #17532: Always include Options menu for IDLE on OS X.
by Ned Deily
· 12 years ago
1cf48b4
implement missing inequality on WeakSet
by Benjamin Peterson
· 12 years ago
02c0ed0
#14146: Highlight source line while debugging on Windows.
by Roger Serwy
· 12 years ago
b91ef00
add missing NULL check (closes #18019)
by Benjamin Peterson
· 12 years ago
f41ffed
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
by Antoine Pitrou
· 12 years ago
bb6b51c
Issue #17981: Closed socket on error in SysLogHandler.
by Vinay Sajip
· 12 years ago
9855249
- Fix typos in the multiprocessing module.
by doko@ubuntu.com
· 12 years ago
96645cc
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
by doko@ubuntu.com
· 12 years ago
7423903
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
by Serhiy Storchaka
· 12 years ago
Next »