Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0fb88f7c51cca016e6210e8058b5d5d271f79989
0fb88f7
correct ref counting of default_action (closes #22017)
by Benjamin Peterson
· 11 years ago
8f25762
args doesn't need to be a tuple (closes #17210)
by Benjamin Peterson
· 11 years ago
70beff1
Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for the report.
by Mark Dickinson
· 11 years ago
ee5729d
add missing 'because' (closes #22008)
by Benjamin Peterson
· 11 years ago
a2dd3b2
Issue #22004: Correct an argument name.
by Zachary Ware
· 11 years ago
e7829bd
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
by Serhiy Storchaka
· 11 years ago
fdfe9fc
Add helpers for testing unicode disabled builds.
by Serhiy Storchaka
· 11 years ago
2d011e6
Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.
by Zachary Ware
· 11 years ago
af0dce9
Issue #21982: Add minimal unittest for configDialog with 46% coverage.
by Terry Jan Reedy
· 11 years ago
5d93f40
Call PyErr_NoMemory() when PyMem_Malloc() fails.
by Serhiy Storchaka
· 11 years ago
6e9a3ac
Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7.
by Terry Jan Reedy
· 11 years ago
e2c409f
Issue #18592: Method return signature changes made to SearchDialogBase for
by Terry Jan Reedy
· 11 years ago
c893762
Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
f289287
#21959: Adds 2.7.8 product code to Tools/msi/uuids.py
by Steve Dower
· 11 years ago
d6c3163
Issue #18592: Make unittest for SearchDialogBase work on all tk versions.
by Terry Jan Reedy
· 11 years ago
4761934
Idle News entries.
by Terry Jan Reedy
· 11 years ago
c03c110
#21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar.
by Terry Jan Reedy
· 11 years ago
d11dde4
Issue #21940: add docstrings to idlelib.WidgetRedirector.
by Terry Jan Reedy
· 11 years ago
f97376f
#21945: fix typo in Cookie module docstring.
by Ezio Melotti
· 11 years ago
65a6436
Fix typo found by Scott Hinton on docs@
by Zachary Ware
· 11 years ago
5fc570f
Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl.
by Serhiy Storchaka
· 11 years ago
668af7e
Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN
by Serhiy Storchaka
· 11 years ago
9be5789
Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
by Ned Deily
· 11 years ago
4f7e09a
#20135: move FAQ about mutable default arguments to the programming FAQs page.
by Ezio Melotti
· 11 years ago
a830501
properly decref the return value of close()
by Benjamin Peterson
· 11 years ago
6690eed
Issue #21151: Fixed a segfault in the _winreg module.
by Zachary Ware
· 11 years ago
809b665
Fix guidance for subclassing collections.Set()
by Raymond Hettinger
· 11 years ago
f6b3c84
Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
by Victor Stinner
· 11 years ago
cf0a706
Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags.
by Berker Peksag
· 11 years ago
228b99e
More idlelib cleanup inspired by pyflakes.
by Terry Jan Reedy
· 11 years ago
9bc5056
Delete a few unused names suggested by pyflakes.
by Terry Jan Reedy
· 11 years ago
5b1b38cb
Issue #14097: Backport 796d1371605d and subsequent changes.
by Zachary Ware
· 11 years ago
6a0fe8d
Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods
by Terry Jan Reedy
· 11 years ago
1530a82
whitespace
by Terry Jan Reedy
· 11 years ago
72eb075
Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.
by Terry Jan Reedy
· 11 years ago
f7f746a
Issue #21882: In turtle demos, remove module scope gui and sys calls by
by Terry Jan Reedy
· 11 years ago
04a37be
Issue #21811: Add Misc/NEWS entry.
by Ned Deily
· 11 years ago
7ce6a96
after 2.7.8
by Benjamin Peterson
· 11 years ago
808335f
Added tag v2.7.8 for changeset ee879c0ffa11
by Benjamin Peterson
· 11 years ago
fdbdcfe
bump to 2.7.8
by Benjamin Peterson
· 11 years ago
f722c29
update pydoc-topics
by Benjamin Peterson
· 11 years ago
bb4d352
add a test for access errors from OpenKey (closes #21871)
by Benjamin Peterson
· 11 years ago
4becf85
don't allow unicode into type_map on Windows (closes #21652)
by Benjamin Peterson
· 11 years ago
fd3ba7b
Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris)
by Jesus Cea
· 11 years ago
86af310
Fix typo pointed out by Dmitry Chaplinsky on docs@.
by Berker Peksag
· 11 years ago
5937f39
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
by Ned Deily
· 11 years ago
df71dcb
don't overwrite the error from PyObject_GetAttrString (closes #4346)
by Benjamin Peterson
· 11 years ago
e75f527
Issue #19897: Use python as executable instead of python3.
by Berker Peksag
· 11 years ago
38017b3
Issue #19145: Remove duplicate ACKS entry
by Raymond Hettinger
· 11 years ago
aa608fd
Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings,
by Terry Jan Reedy
· 11 years ago
c40b903
Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite.
by Ned Deily
· 11 years ago
1f70b87
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
by Ned Deily
· 11 years ago
33ad096
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
by Serhiy Storchaka
· 11 years ago
6d52ced
Closes #20872: dbm/gdbm/ndbm close methods are not documented
by Jesus Cea
· 11 years ago
7de9971
Fixed typo in documentation.
by Vinay Sajip
· 11 years ago
58ad245
Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()>
by Raymond Hettinger
· 11 years ago
3fecd48
Issue #14117: Inprove help text and docstrings, some for clarity, some just to
by Terry Jan Reedy
· 11 years ago
5329681
Add news entry for 21832
by Raymond Hettinger
· 11 years ago
3eb76fc
#20155: use fake HTTP method names so windows doesn't hang the tests.
by R David Murray
· 11 years ago
de5170e
Issue 21832: Require named tuple inputs to be exact strings
by Raymond Hettinger
· 11 years ago
b23eef5
add Chris Foster
by Benjamin Peterson
· 11 years ago
550b945
avoid overflow with large buffer sizes and/or offsets (closes #21831)
by Benjamin Peterson
· 11 years ago
58eb605
Issue #11974: Add tutorial section on class and instance variables
by Raymond Hettinger
· 11 years ago
c459755
adjust zipfile tests for splitdrive improvements
by Benjamin Peterson
· 11 years ago
008651c
Display the name not the group itself
by Raymond Hettinger
· 11 years ago
f595a12
Issue #8343: Named group error msgs did not show the group name.
by Raymond Hettinger
· 11 years ago
3bef935
fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672)
by Benjamin Peterson
· 11 years ago
ecb4a1e
clarify that islink only really works if python knows about symlinks (closes #13143)
by Benjamin Peterson
· 11 years ago
ed6820d
Issue #21824: Turtledemo 2.7 help menu entries now display help text instead
by Terry Jan Reedy
· 11 years ago
122df1e
Issue #21823: Catch turtle.Terminator exceptions in turtledemo.
by Terry Jan Reedy
· 11 years ago
4575010
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
by Raymond Hettinger
· 11 years ago
94919a4
Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag.
by Charles-François Natali
· 11 years ago
98fbdd6
Issue #21491: SocketServer: Fix a race condition in child processes reaping.
by Charles-François Natali
· 11 years ago
7299818
Issue #21768: fix type in test_pydoc, patch by Claudiu Popa.
by Terry Jan Reedy
· 11 years ago
454a515
issue 20091 - index entry for __main__ in runpy docs.
by Senthil Kumaran
· 11 years ago
33b810d
#21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey.
by Ezio Melotti
· 11 years ago
e4cda6c
Merge.
by Charles-François Natali
· 11 years ago
cee4f03
Issue #21810: Backport mmap-based arena allocation failure check.
by Charles-François Natali
· 11 years ago
077c956
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
by Antoine Pitrou
· 11 years ago
fa3b9cc
Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
by Terry Jan Reedy
· 11 years ago
24b8209
Issue #21789: fix broken link (reported by Jan Varho)
by Ned Deily
· 11 years ago
a48162a
add Ammar Brohi for running ssllab's test on python.org and reporting a problem
by Benjamin Peterson
· 11 years ago
3232384
revert tstate_delete_common, since it's pretty much wrong
by Benjamin Peterson
· 11 years ago
8166969
avoid a deadlock with the interpreter head lock and the GIL during finalization
by Benjamin Peterson
· 11 years ago
1c78e6d
check if the thread is finalizing after retaking the GIL
by Benjamin Peterson
· 11 years ago
c0bc4ef
avoid crashes and lockups from daemon threads during interpreter shutdown (#1856)
by Benjamin Peterson
· 11 years ago
1a6561e
Add Idle news entries (plus whitespace fix from other entries).
by Terry Jan Reedy
· 11 years ago
7c5318f
Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav
by Terry Jan Reedy
· 11 years ago
487a143
Fix typo reported by Jesse W on docs@
by Zachary Ware
· 11 years ago
ee2cb3f
Closes #21759: URL Typo in Documentation FAQ
by Jesus Cea
· 11 years ago
9f2dcd2
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
by Terry Jan Reedy
· 11 years ago
357d312
whitespace
by Terry Jan Reedy
· 11 years ago
633c33b
Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and
by Terry Jan Reedy
· 11 years ago
87d0136
clarify when the list of subdirectories is read (closes #13779)
by Benjamin Peterson
· 11 years ago
efda558
document IOBase.__del__'s behavior (closes #21764)
by Benjamin Peterson
· 11 years ago
8d24d77
url unquote the path before checking if it refers to a CGI script (closes #21766)
by Benjamin Peterson
· 11 years ago
ce817cb
Issue #21742: Set stream to None after closing.
by Vinay Sajip
· 11 years ago
ec92b4a
#5904: Add sentence about the encoding of strftime's result.
by R David Murray
· 11 years ago
04349c6
Issue #19493: Backport 6f63fff5c120
by Zachary Ware
· 11 years ago
925c6ad
Issue #21726: Remove unnecessary and contextually wrong line.
by Terry Jan Reedy
· 11 years ago
Next »