Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
414918a939b02aa3f7048ba341a3f6862ab9a71e
414918a
use the with statement for locking the internal condition (closes #25362)
by Benjamin Peterson
· 9 years ago
b397e3b
add a missing comma (closes #25371)
by Benjamin Peterson
· 9 years ago
0289155
Correct Misc/NEWS.
by Serhiy Storchaka
· 9 years ago
89065d9
Issue #25099: Skip relevant tests in test_compileall when an entry on
by Brett Cannon
· 9 years ago
7b2cfc4
Issue #25365: test_pickle now works in threads disabled builds.
by Serhiy Storchaka
· 9 years ago
7c6420a
Issue #25322: Fix test for nested contextlib.suppress
by Martin Panter
· 9 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 9 years ago
cfad543
Issue #22413: Document newline effect on StringIO initializer and getvalue
by Martin Panter
· 9 years ago
e44dba3
Issue #24402: Factor out PtyTests.run_child() in input() tests
by Martin Panter
· 9 years ago
c9a6ab5
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
by Martin Panter
· 9 years ago
ff1f3d9
Closes #25344: Added cookbook recipe to show buffering of logging events.
by Vinay Sajip
· 9 years ago
24a6109
Issue #16802: Document fileno parameter of socket.socket()
by Berker Peksag
· 9 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 9 years ago
85b8f45
Issue #25286: Dictionary views are not sequences
by Martin Panter
· 9 years ago
bd6c41a
prevent unacceptable bases from becoming bases through multiple inheritance (#24806)
by Benjamin Peterson
· 9 years ago
106ddf0
Issue #25097: Re-raise any other pywin32 error
by Zachary Ware
· 9 years ago
22226c5
Issue #25097: fix Windows error number access
by Zachary Ware
· 9 years ago
a6d04cf
Merge heads
by Serhiy Storchaka
· 9 years ago
36bbd0f
Issue #23972: Fix tests for Windows and Debian.
by Guido van Rossum
· 9 years ago
5f6fa82
Issue #25317: Converted doctests in test_tokenize to unittests.
by Serhiy Storchaka
· 9 years ago
15982aa
reinitialize an Event's Condition with a regular lock (closes #25319)
by Benjamin Peterson
· 9 years ago
601953b
Docs and one small improvement for issue #25304, by Vincent Michel.
by Guido van Rossum
· 9 years ago
b9bf913
Issue #23972: updates to asyncio datagram API. By Chris Laws.
by Guido van Rossum
· 9 years ago
d17e978
Issue #24820: Update IDLE NEWS items.
by Terry Jan Reedy
· 9 years ago
be5b7a2
Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.
by Terry Jan Reedy
· 9 years ago
841d9ee
Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.
by Guido van Rossum
· 9 years ago
3795d12
Issue #16701: Document += and *= for mutable sequences
by Martin Panter
· 9 years ago
cb29e8c
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
by Martin Panter
· 9 years ago
a02e18a
Issue #25232: Fix CGIRequestHandler's splitting of URL query
by Martin Panter
· 9 years ago
d470527
Issue #25224: README.txt is now an idlelib index for IDLE developers and
by Terry Jan Reedy
· 9 years ago
a8aa4d5
Issue #24820: Users can now set breakpoint colors in Settings ->
by Terry Jan Reedy
· 9 years ago
620279b
asyncio: ensure_future() now understands awaitables
by Yury Selivanov
· 9 years ago
e2382c5
Issue #25290: Fix typo in csv.reader() docstring
by Berker Peksag
· 9 years ago
28b21e5
Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
by Serhiy Storchaka
· 9 years ago
223349c
Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing.
by Vinay Sajip
· 9 years ago
f223c53
Closes #25185: Use UTF-8 encoding when reading pyvenv.cfg.
by Vinay Sajip
· 9 years ago
f731bc0
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
by Serhiy Storchaka
· 9 years ago
78cc2e8
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
by Victor Stinner
· 9 years ago
3f18f10
Issue #25274: test_recursionlimit_recovery() of test_sys now checks
by Victor Stinner
· 9 years ago
1c62b52
Reflect parameter name change in the doc
by Andrew Svetlov
· 9 years ago
89719e1
Issue #25182: Fix compilation on Windows
by Victor Stinner
· 9 years ago
a59018c
Issue #25182: The stdprinter (used as sys.stderr before the io module is
by Serhiy Storchaka
· 9 years ago
b5102e3
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
by Serhiy Storchaka
· 9 years ago
68f5ef2
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
by Serhiy Storchaka
· 9 years ago
e060619
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
by Serhiy Storchaka
· 9 years ago
d455a50
Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).
by Guido van Rossum
· 9 years ago
d94c1b9
Fix StreamReader.__repr__
by Andrew Svetlov
· 9 years ago
85976b1
Fixed issue #25034: Fix string.Formatter problem with auto-numbering
by Eric V. Smith
· 9 years ago
b8b951f
Added additional unpickling tests.
by Serhiy Storchaka
· 9 years ago
c6b54b4
Moved unpickling tests with prepickled data to separate class.
by Serhiy Storchaka
· 9 years ago
37f8135
Issue #24028: Add subsection about Idle calltips.
by Terry Jan Reedy
· 9 years ago
f38356a
Remove indent in news item. Error when building 3.x docs.
by Terry Jan Reedy
· 9 years ago
9af7fe7
Add recent IDLE NEWS items.
by Terry Jan Reedy
· 9 years ago
9af30ac
Correct Misc/NEWS about asyncio.Queue rewrite.
by Guido van Rossum
· 9 years ago
99f96c5
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
by Guido van Rossum
· 9 years ago
16a1f28
Issue #25249: Remove unneeded mkstemp helper in test_subprocess
by Berker Peksag
· 9 years ago
d351706
Issue #24972: New option is only valid in tk 8.5+.
by Terry Jan Reedy
· 9 years ago
507a5c4
Issue #24972: Inactive selection background now matches active selection
by Terry Jan Reedy
· 9 years ago
2122b62
Backed out changeset: 70c01dd35100
by Terry Jan Reedy
· 9 years ago
7082cbc
Issue #24972: Inactive selection background now matches active selection
by Terry Jan Reedy
· 9 years ago
672be19
merge
by Alexander Belopolsky
· 9 years ago
edc6885
Closes issue #23600: Wrong results from tzinfo.fromutc().
by Alexander Belopolsky
· 9 years ago
c79447b
Closes issue #23600: Wrong results from tzinfo.fromutc().
by Alexander Belopolsky
· 9 years ago
1138439
Issue #25203: Failed readline.set_completer_delims() no longer left the
by Serhiy Storchaka
· 9 years ago
87d0066
Fix English phrasing.
by R David Murray
· 9 years ago
3c0769d
fix spacing
by Benjamin Peterson
· 9 years ago
c76b1c9
merge heads
by Benjamin Peterson
· 9 years ago
1dd72e6
make wikipedia link https
by Benjamin Peterson
· 9 years ago
28670d1
Issue #25198: When using the Idle dov TOC menu, put the section title at the
by Terry Jan Reedy
· 9 years ago
c402d8d
shorten and fix casing of title
by Benjamin Peterson
· 9 years ago
6aa1564
initialize return value to NULL to avoid compiler compliants (closes #25245)
by Benjamin Peterson
· 9 years ago
d2134c7
Issue #24570: Idle: make calltip and completion boxes appear on Macs
by Terry Jan Reedy
· 9 years ago
00e4ce3
Issue #24988: Idle ScrolledList context menus (used in debugger)
by Terry Jan Reedy
· 9 years ago
e48cf7e
prevent overflow in _Unpickler_Read
by Benjamin Peterson
· 9 years ago
3be2e54
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
by Terry Jan Reedy
· 9 years ago
cbe16ae
Issue #25211: Eliminate lazy error message class by using subTest
by Martin Panter
· 9 years ago
52736dd
Issue #25198: Idle doc viewer now uses user width and height setting.
by Terry Jan Reedy
· 9 years ago
ce021db
Issue #25225: add revised .html.
by Terry Jan Reedy
· 9 years ago
f660ce2
Issue #25225: Condense and rewrite Idle doc section on text colors.
by Terry Jan Reedy
· 9 years ago
974a271
Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text
by Terry Jan Reedy
· 9 years ago
74edd35
Add Benjamin Hodgson to Misc/ACK
by Andrew Svetlov
· 9 years ago
4919907
Fix #25208: Improve "Develop with asyncio" doc page.
by Andrew Svetlov
· 9 years ago
0053c47
Issue 21995: Explain some differences between IDLE and console Python.
by Terry Jan Reedy
· 9 years ago
bfd9767
Issue #24894: Document the codec iso8859_11
by Victor Stinner
· 9 years ago
8b5a981
Issue #22820: Explain need for *print* when running file from Idle editor.
by Terry Jan Reedy
· 9 years ago
6e10ec5
Issue 25224: Augment Idle doc feature list and no-subprocess section
by Terry Jan Reedy
· 9 years ago
968e285
Issue #25219: Update doc for Idle command line options.
by Terry Jan Reedy
· 9 years ago
6f5cdfe
Idlelib.help: add 'b' prefix needed for bytes + bytes.
by Terry Jan Reedy
· 9 years ago
aa0da86
Issue #12067: Rewrite Comparisons section in the language reference
by Martin Panter
· 9 years ago
a0ae789
Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning
by Terry Jan Reedy
· 9 years ago
89f76d3
Issue #25047: Respect case writing XML encoding declarations
by Martin Panter
· 9 years ago
f94471c
whitespace
by Terry Jan Reedy
· 9 years ago
3c7eccd
Issue #24570: Right-click for context menus now work on Mac Aqual also.
by Terry Jan Reedy
· 9 years ago
8f278f1
Handle calls to win32_ver from non-Windows platform
by Steve Dower
· 9 years ago
64a3387
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
by Steve Dower
· 9 years ago
364d6e1
whitespace
by Terry Jan Reedy
· 9 years ago
cba1a1a
Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
by Terry Jan Reedy
· 9 years ago
d9763c2
Issue #24861: add Idle news item and correct previous errors.
by Terry Jan Reedy
· 9 years ago
582b17c
Issue #23630: Fix test_asyncio on Windows
by Victor Stinner
· 9 years ago
72e1eae
Issue #25114: Fix test_asyncio
by Victor Stinner
· 9 years ago
Next »