Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bc000509e8ae782ef96c656885c3342d11fca3a6
bc00050
Issue 21832: Require named tuple inputs to be exact strings
by Raymond Hettinger
· 11 years ago
df29c4a
asyncio: repr(Task) now also contains the line number even if the coroutine is
by Victor Stinner
· 11 years ago
14199f9
#20155: use fake HTTP method names so windows doesn't hang the tests.
by R David Murray
· 11 years ago
a02f81f
asyncio: Log an error if a Task is destroyed while it is still pending
by Victor Stinner
· 11 years ago
4c945fe
merge
by Raymond Hettinger
· 11 years ago
17f9b64
add Chris Foster
by Benjamin Peterson
· 11 years ago
04ba0bb
Issue #11974: Add tutorial section on class and instance variables
by Raymond Hettinger
· 11 years ago
c0f964f
inspect: Validate that __signature__ is None or an instance of Signature.
by Yury Selivanov
· 11 years ago
751c7c0
asyncio: Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop()
by Victor Stinner
· 11 years ago
1c99bc8
Issue #8343: Named group error msgs did not show the group name.
by Raymond Hettinger
· 11 years ago
f6f78e1
clarify that islink only really works if python knows about symlinks (closes #13143)
by Benjamin Peterson
· 11 years ago
9b29acd
some timezone doc improvements (closes #16667)
by Benjamin Peterson
· 11 years ago
f328c7d
asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the
by Victor Stinner
· 11 years ago
62511fd
asyncio: document the debug mode
by Victor Stinner
· 11 years ago
1580fe3
asyncio, Tulip issue 172: only log selector timing in debug mode
by Victor Stinner
· 11 years ago
c082ee6
asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env var
by Victor Stinner
· 11 years ago
7b7120e
asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG
by Victor Stinner
· 11 years ago
d6de5d8
asyncio: BaseEventLoop._assert_is_current_event_loop() now only raises an
by Victor Stinner
· 11 years ago
cd95e18
Issue #10747: Use versioned labels in the Windows start menu.
by Martin v. Löwis
· 11 years ago
6dec4ea
Issue #21812: Trigger immediate transformation in turtle.shapetransform().
by Raymond Hettinger
· 11 years ago
f51531e
Issue #21823: Catch turtle.Terminator exceptions in turtledemo.
by Terry Jan Reedy
· 11 years ago
fabefc3
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
by Raymond Hettinger
· 11 years ago
8aa9e42
Merge.
by Charles-François Natali
· 11 years ago
57398c3
Fix test_pydoc failure introduced by 7aa72075d440. Patch by Berker Peksag.
by Charles-François Natali
· 11 years ago
5d82895
Issue #21770: Call function instead of module. Patch by Claudiu Popa.
by Terry Jan Reedy
· 11 years ago
504f5c3
Issue #21491: socketserver: Fix a race condition in child processes reaping.
by Charles-François Natali
· 11 years ago
af9eb96
Issue #21768: fix NameError in test_pydescr. Patch by Claudiu Popa.
by Terry Jan Reedy
· 11 years ago
fe928de
Issue #21768: fix type in test_pydoc, patch by Claudiu Popa.
by Terry Jan Reedy
· 11 years ago
0e6f52a
asyncio, Tulip issue 105: in debug mode, log callbacks taking more than 100 ms
by Victor Stinner
· 11 years ago
4932e14
issue 20091 - index entry for __main__ in runpy docs.
by Senthil Kumaran
· 11 years ago
642d4b6
#21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey.
by Ezio Melotti
· 11 years ago
d143209
Tulip issue 83: document more asyncio functions in docstrings
by Victor Stinner
· 11 years ago
54c4b8e
Closes #21595: asyncio.BaseSelectorEventLoop._read_from_self() now reads all
by Victor Stinner
· 11 years ago
6bfd854
Closes #21758: asyncio doc: mention explicitly that subprocess parameters are
by Victor Stinner
· 11 years ago
2e4d3b1
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
by Antoine Pitrou
· 11 years ago
845fd9a
Issue #3485: remove misleading comment
by Ned Deily
· 11 years ago
8909127
Fix typo pointed out by cocoatomo on docs@
by Zachary Ware
· 11 years ago
64d750b
asyncio: Fix pyflakes errors
by Victor Stinner
· 11 years ago
c73701d
asyncio: Refactor tests: add a base TestCase class
by Victor Stinner
· 11 years ago
d6f02fc
asyncio: Refactor test__run_once_logging() to not rely on the exact number of
by Victor Stinner
· 11 years ago
8d3e02e
asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator on
by Victor Stinner
· 11 years ago
66dc6b0
Issue #21723: asyncio.Queue: support any type of number (ex: float) for the
by Victor Stinner
· 11 years ago
14fbe72
Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
by Terry Jan Reedy
· 11 years ago
67fbed5
add Ammar Brohi for running ssllab's test on python.org and reporting a problem
by Benjamin Peterson
· 11 years ago
59830b6
revert tstate_delete_common, since it's pretty much wrong
by Benjamin Peterson
· 11 years ago
95d7519
remove extra call to tstate_delete_common (merge artifact)
by Benjamin Peterson
· 11 years ago
9db2816
merge 3.3
by Benjamin Peterson
· 11 years ago
0fd3972
merge 3.2
by Benjamin Peterson
· 11 years ago
314dc12
expect the correct platform-dependent linesep
by Benjamin Peterson
· 11 years ago
068f81e
avoid a deadlock with the interpreter head lock and the GIL during finalization
by Benjamin Peterson
· 11 years ago
17548dd
check if the thread is finalizing after retaking the GIL
by Benjamin Peterson
· 11 years ago
6637565
Add Idle news entries.
by Terry Jan Reedy
· 11 years ago
10b1c7c
Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav
by Terry Jan Reedy
· 11 years ago
bc434e2
asyncio: Task.__repr__() now also handles CoroWrapper
by Victor Stinner
· 11 years ago
4b0432d
Issue #21773: Fix TestStdLib.test_pydoc() of test_enum. Patch written by
by Victor Stinner
· 11 years ago
0aecc18
Fix typo reported by Jesse W on docs@
by Zachary Ware
· 11 years ago
4802c6e
Sync asyncio with Tulip: Fix test_tasks for Python 3.5
by Victor Stinner
· 11 years ago
5b1fdc1
Issue #21669: Special case print & exec syntax errors
by Nick Coghlan
· 11 years ago
b6d1f48
Issue #21559: Add alternative (historical) reason for OverflowError.
by Terry Jan Reedy
· 11 years ago
f2fb73f
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
by Terry Jan Reedy
· 11 years ago
d0c1ea4
whitespace
by Terry Jan Reedy
· 11 years ago
3e58330
Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and
by Terry Jan Reedy
· 11 years ago
e58e0c7
clarify when the list of subdirectories is read (closes #13779)
by Benjamin Peterson
· 11 years ago
9204e09
fix a BytesWarning in my previous commit.
by Gregory P. Smith
· 11 years ago
634aa68
Isolate the subprocess test_close_fds_when_max_fd_is_lowered test so
by Gregory P. Smith
· 11 years ago
92a4055
Issue #21774: Fix incorrect variable in xml.dom.minidom
by Raymond Hettinger
· 11 years ago
ef8abfc
document IOBase.__del__'s behavior (closes #21764)
by Benjamin Peterson
· 11 years ago
a8c75fe
merge 3.3 (#21766)
by Benjamin Peterson
· 11 years ago
6cd1954
merge 3.2 (#21766)
by Benjamin Peterson
· 11 years ago
73b8b1c
url unquote the path before checking if it refers to a CGI script (closes #21766)
by Benjamin Peterson
· 11 years ago
0220048
Issue #21742: Set stream to None after closing.
by Vinay Sajip
· 11 years ago
e0d324d
Issue #21752: Documented change to behaviour of logging.getLevelName().
by Vinay Sajip
· 11 years ago
a40e6b0
Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag.
by Terry Jan Reedy
· 11 years ago
6926e3e
Issue #21726: Remove unnecessary and contextually wrong line.
by Terry Jan Reedy
· 11 years ago
9422df0
Issue #19493: Refactor ctypes test package.
by Zachary Ware
· 11 years ago
bc7c96b
Issue #20043: Add direct test for _thread.
by Terry Jan Reedy
· 11 years ago
ee0e510
Per Martin [1], PGO is no longer used for official releases.
by Zachary Ware
· 11 years ago
4856a6a
Issue #21745: Mention VS2010 SP1 as a solution for LNK1123 errors
by Zachary Ware
· 11 years ago
b2788fe
Issue #16136: VMSError is done, bye bye VMS
by Victor Stinner
· 11 years ago
194bcaf
Issue #21709: Improved implementation to cover the frozen module case.
by Vinay Sajip
· 11 years ago
307bccc
asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)
by Victor Stinner
· 11 years ago
f54432e
Issue #12387: Add missing upper(lower)case versions of default Windows key
by Terry Jan Reedy
· 11 years ago
732ac32
Issue #21713: Fix typo in a comment. Found by Joseph Shen.
by Zachary Ware
· 11 years ago
e973823
#21693 - Fix the broken link for pylons project.
by Senthil Kumaran
· 11 years ago
f150378
Issue #21629: Fix Argument Clinic's "--converters" feature.
by Larry Hastings
· 11 years ago
80f2262d
Issue #21709: Remove references to __file__ when part of a frozen application.
by Vinay Sajip
· 11 years ago
76d3f14
PyErr_NormalizeException doesn't like being called with an exception set
by Serhiy Storchaka
· 11 years ago
5989511
Issue #21688: Give informative error message when hhc.exe cannot be found.
by Zachary Ware
· 11 years ago
db74d98
Issue #21596: asyncio.wait(): mention that the sequence of futures must not
by Victor Stinner
· 11 years ago
bb2fc5b
Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop
by Victor Stinner
· 11 years ago
1538665
Issue #21700: Fix asyncio doc, add DatagramProtocol
by Victor Stinner
· 11 years ago
4762382
Issue #21695: Catch AttributeError created when user closes grep output window
by Terry Jan Reedy
· 11 years ago
6ceca4e
#20903: clarify what happens when an smtp connection timeout occurs.
by R David Murray
· 11 years ago
f10063e
Issue #21310: Fixed possible resource leak in failed open().
by Serhiy Storchaka
· 11 years ago
8a8f7f9
Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.
by Serhiy Storchaka
· 11 years ago
b1f59ce
Issue #21569: Fix incorrect cross reference
by Nick Coghlan
· 11 years ago
9789185
Issue #21683: Add Tix build to the Windows buildbot scripts.
by Zachary Ware
· 11 years ago
c6a66cc
whitespace
by Terry Jan Reedy
· 11 years ago
ba229d9
Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.
by Terry Jan Reedy
· 11 years ago
159824e
make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709)
by Benjamin Peterson
· 11 years ago
Next »