Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
88b174c977f552ddcc5ff3078742a2922b236f83
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
7cad370
#18707: point to Doc/README.txt in the README file. Patch by Madison May.
by Ezio Melotti
· 12 years ago
79a16a8
Issue #16190: fix random module recommendation to use ssl.RAND_bytes().
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
a80d3a0
Issue #18718: datetime documentation contradictory on leap second support
by David Wolever
· 12 years ago
0e413bd
Issue 18719: Remove a false optimization
by Raymond Hettinger
· 12 years ago
b638a38
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
by Terry Jan Reedy
· 12 years ago
4221b7c
Add NEWS entry for 0f17aed78168 (issue #16248)
by Antoine Pitrou
· 12 years ago
d674927
#18687: remove obsolete comment. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
6681398
Issue 18724: Fix typo noticed by Susan Tan.
by Ned Deily
· 12 years ago
1eeba83
Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
by Senthil Kumaran
· 12 years ago
b4e186c
Documenting that json.load may raise a ValueError.
by Felix Crux
· 12 years ago
452dd38
Issue #17701: Improving strftime documentation
by David Wolever
· 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
0fd1156
Issue #18429: Add user-oriented News entry about Format / Format Paragraph
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
5ad3514
Issue #18661: typo in grp.struct_group docstring.
by Mark Dickinson
· 12 years ago
007684a
Silence compiler warning for unused declaration.
by Raymond Hettinger
· 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
d5375df
Issue #16067: Add description into MSI file to replace installer's temporary name.
by Martin v. Löwis
· 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
8074364
Issue #17557: Fix os.getgroups() to work with the modified behavior of
by Ned Deily
· 12 years ago
594e8eb
Add 2.7.6 uuids.
by Martin v. Löwis
· 12 years ago
9a32543
Add 2.7.5 uuid
by Martin v. Löwis
· 12 years ago
ba7620c
Fix tkinter regression introduced by the security fix in #16248.
by Antoine Pitrou
· 12 years ago
92fae55
Issue #18589: fix hyperlinking of type slots (tp_*)
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
241f653
Remove repetition of string escapes note 1 at end of note 2.
by Terry Jan Reedy
· 12 years ago
3490655
Issue #18539: Calltips now work for float default arguments.
by Terry Jan Reedy
· 12 years ago
d5648ac
#15130: remove repeat of abstract paragraph from socket howto body.
by R David Murray
· 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
bcf55a7
Issue #18541: simplified LoggerAdapter example.
by Vinay Sajip
· 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
7af16b3
Issue #18439: Move news entry misplaced by graft merge.
by Terry Jan Reedy
· 12 years ago
68ad1d1
Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
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
6946814
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results.
by Raymond Hettinger
· 12 years ago
f52d574
Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py.
by Serhiy Storchaka
· 12 years ago
b77ed2c
Backport c952f3d122ae: Tweak the deque struct by moving the least used fields
by Raymond Hettinger
· 12 years ago
90180c1
Move the leftlink to the end of the block structure.
by Raymond Hettinger
· 12 years ago
b7a285f
Issue #18471: Fix typo in heapq documentation (reported by François Pinard).
by Ned Deily
· 12 years ago
c8ef9bc
Issue #18455: multiprocessing should not retry connect() with same socket.
by Richard Oudkerk
· 12 years ago
a85fa5c
Move entry from #18427 to the right section in the NEWS file
by Ronald Oussoren
· 12 years ago
c967a59
Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
by Ned Deily
· 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
4f0102f
#18389: Clarify that relpath does not access the file system.
by R David Murray
· 12 years ago
fab6542
Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it
by Serhiy Storchaka
· 12 years ago
fe2e839
Fix reference leaks introduced by the patch for issue #5308.
by Serhiy Storchaka
· 12 years ago
8cedb89
Merge heads
by Serhiy Storchaka
· 12 years ago
6cda0ad
Issue #18336. Fix a link to StreamReader's read() method.
by Serhiy Storchaka
· 12 years ago
3687e80
Issue #18427: str.replace could crash the interpreter with huge strings.
by Ronald Oussoren
· 12 years ago
f7c8584
#18424: PEP8ify the tense of the sum docstring.
by R David Murray
· 12 years ago
cc879a0
Issue #18377: Code cleanup in Python Launcher
by Ronald Oussoren
· 12 years ago
51ee656
Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters.
by Ronald Oussoren
· 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
e38905b
Closes #18312: 'make distclean' no longer deletes files in dot-directories.
by Eric V. Smith
· 12 years ago
1e462fe
Issue #17261: Ensure multiprocessing's proxies use proper address.
by Richard Oudkerk
· 12 years ago
4bc130c
Issue #14206: Clarify docs for Queue.join_cancel_thread().
by Richard Oudkerk
· 12 years ago
4903253
Issue #17273: Clarify that pool methods can only be used by parent process.
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
8d75003
Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.
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
Next »