Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
7fd59e09d23bd5a27824fdea47ce0b2d0d830bcc
7fd59e0
properly handle file closing in error cases (closes #22266)
by Benjamin Peterson
· 11 years ago
ce2ec49
Issue 22090: Fix '%' formatting for infinities and NaNs.
by Stefan Krah
· 11 years ago
ec9d547
allow test to work on implementations not using ref-counting (closes #22265)
by Benjamin Peterson
· 11 years ago
8a4448c
fix some test_weakref tests to not rely on ref-counting (closes #22267)
by Benjamin Peterson
· 11 years ago
e373754
don't segfault when trying to fdopen() a fd for a dir (closes #22259)
by Benjamin Peterson
· 11 years ago
d3ea065
Issue #22236: Tkinter tests now don't reuse default root window. New root
by Serhiy Storchaka
· 11 years ago
8cb6738
Issue #21166: fix typo in comment
by Ned Deily
· 11 years ago
a58b255
Issue #22243: fix except grammar in reference.
by Terry Jan Reedy
· 11 years ago
4426870
Merge heads.
by Terry Jan Reedy
· 11 years ago
62990a4
Update PEP 466 What's New in 2.7 section
by Nick Coghlan
· 11 years ago
bd73ae2
Issue #22199: update Misc/NEWS
by Ned Deily
· 11 years ago
9d6488a
Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py
by Ned Deily
· 11 years ago
983df86
Issue #21166: Prevent possible segfaults and other random failures of
by Ned Deily
· 11 years ago
0140845
Issue #22191: Fix warnings.__all__.
by Brett Cannon
· 11 years ago
95cf986
Import Tkinter as tkinter to help merging and avoid backporting errors.
by Serhiy Storchaka
· 11 years ago
c208fe6
Issue #1730136: Fix backported exception name.
by Ned Deily
· 11 years ago
7ed3e29
fix error message for invalid curve name
by Benjamin Peterson
· 11 years ago
b47b54c
Backed out changeset 7c19f1f792c6
by Benjamin Peterson
· 11 years ago
64c1215
don't call rl_initialize when stdout is not a tty
by Benjamin Peterson
· 11 years ago
68482fb
expect socket.error instead of the py3ism OSError
by Benjamin Peterson
· 11 years ago
e208b57
allow any socket error for rude shutdown test
by Benjamin Peterson
· 11 years ago
80bdeab
link _ssl to crypt32.lib on windoze
by Benjamin Peterson
· 11 years ago
cbb144a
PyUnicode -> PyString and PyLong -> PyInt
by Benjamin Peterson
· 11 years ago
daeb925
backport many ssl features from Python 3 (closes #21308)
by Benjamin Peterson
· 11 years ago
0088b62
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
by Senthil Kumaran
· 11 years ago
855a1e9
Idle ColorDelegator: finish removing code for 'as'.
by Terry Jan Reedy
· 11 years ago
52ed755
Idle ColorDelegator: remove special case code for 'as' in import statements.
by Terry Jan Reedy
· 11 years ago
2426da8
Fixed typo.
by Serhiy Storchaka
· 11 years ago
cbee972
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
by Serhiy Storchaka
· 11 years ago
ede745a
Clean up test_user_command.
by Serhiy Storchaka
· 11 years ago
44ae513
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
by Serhiy Storchaka
· 11 years ago
c82c4c3
Issue #22201: Command-line interface of the zipfile module now correctly
by Serhiy Storchaka
· 11 years ago
f880bff
Removed useless Py_LIMITED_API checks.
by Serhiy Storchaka
· 11 years ago
19d07f2
backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797
by Senthil Kumaran
· 11 years ago
8bd3415
Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from
by Victor Stinner
· 11 years ago
7257b50
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
by Senthil Kumaran
· 11 years ago
c11633e
Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.
by Terry Jan Reedy
· 11 years ago
c95f51a
Issue #22193: Added private function _PySys_GetSizeOf() needed to implement
by Serhiy Storchaka
· 11 years ago
ce0f744
Decreased memory requirements of new tests added in issue21448.
by Serhiy Storchaka
· 11 years ago
bc6f8de
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
by Serhiy Storchaka
· 11 years ago
3fdffc9
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
by Serhiy Storchaka
· 11 years ago
6731085
Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).
by Zachary Ware
· 11 years ago
575ee4c
Issue #22174: Clean-up grammar and ambiguities in property() docs.
by Raymond Hettinger
· 11 years ago
baa84b8
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
by doko@ubuntu.com
· 11 years ago
b6f0d05
remove casts
by Benjamin Peterson
· 11 years ago
4f09e61
test for 2 arg exec case
by Benjamin Peterson
· 11 years ago
d2903bd
restore runtime exec test (#21591)
by Benjamin Peterson
· 11 years ago
25327d4
Issue #14105: Stop removing breakpoints from Idle editors.
by Terry Jan Reedy
· 11 years ago
19e455f
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
by Zachary Ware
· 11 years ago
906091b
#22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
a33c843
Issue #18004: test_overflow in test_list by mistake consumed 40 GiB of memory
by Serhiy Storchaka
· 11 years ago
501da1d
Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular
by Serhiy Storchaka
· 11 years ago
075588f
Issue #22130: Corrected fileConfig() documentation.
by Vinay Sajip
· 11 years ago
249fcf6
#21928: clarify functools.wraps docs.
by Ezio Melotti
· 11 years ago
b7414e0
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more
by Berker Peksag
· 11 years ago
c468aba
#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
by Ezio Melotti
· 11 years ago
ae41086
PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,
by Terry Jan Reedy
· 11 years ago
c4a907d
Issue #13540: Merge commits
by Jason R. Coombs
· 11 years ago
2b49203
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
by Jason R. Coombs
· 11 years ago
9376c8b
Fix typo in comment.
by Raymond Hettinger
· 11 years ago
a16fd7a
- update config.guess and config.sub to support openrisc.
by doko@ubuntu.com
· 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
9b1d670
Issue #21591: Handle exec backwards compatibility in the AST builder.
by Dirkjan Ochtman
· 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
87355a7
Modernize turtledemo with conditional expressions; remove duplicate line.
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
465db3c
socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code
by Victor Stinner
· 11 years ago
5a1427c
Issue #19875: Fix random test_getsockaddrarg() failure.
by Charles-François Natali
· 11 years ago
6d8f29a
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.
by Zachary Ware
· 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
98e6fa6
Issue #22061: remove call of useless function slated for removal.
by Terry Jan Reedy
· 11 years ago
8ac01bf
Issue #22053: Make help work, after previous patch for this issue disabled it
by Terry Jan Reedy
· 11 years ago
1d9457d
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
by Victor Stinner
· 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
909d61f
Fix grammar
by Andrew Svetlov
· 11 years ago
cbe6d24
Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.
by Terry Jan Reedy
· 11 years ago
f2eb721
Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
by Zachary Ware
· 11 years ago
12e7870
Merge heads
by Serhiy Storchaka
· 11 years ago
58f9b57
Merge heads
by Serhiy Storchaka
· 11 years ago
9cb68ca
Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set()
by Serhiy Storchaka
· 11 years ago
e2fbf4f
Issue #21597: Turtledemo text pane can now be widened to view or copy complete
by Terry Jan Reedy
· 11 years ago
85b5b73
Fix minor typo in round docs. Reported by Scott Hinton on docs@.
by Zachary Ware
· 11 years ago
f6aac5d
Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk
by Zachary Ware
· 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
7f7d99c
Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
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
e2d1e64
add #
by Benjamin Peterson
· 11 years ago
0fb88f7
correct ref counting of default_action (closes #22017)
by Benjamin Peterson
· 11 years ago
69cd346
Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524.
by Jason R. Coombs
· 11 years ago
8f25762
args doesn't need to be a tuple (closes #17210)
by Benjamin Peterson
· 11 years ago
Next »