Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f2b02ced7edfa30e3ee5f15abcdd8f45b36476f5
f2b02ce
Bump up the maximum number of freeblocks
by Raymond Hettinger
· 10 years ago
0103af3
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
34a8047
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
d2134c7
Issue #24570: Idle: make calltip and completion boxes appear on Macs
by Terry Jan Reedy
· 10 years ago
9c2982a
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
df1fe78
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
00e4ce3
Issue #24988: Idle ScrolledList context menus (used in debugger)
by Terry Jan Reedy
· 10 years ago
3844fe5
Issue #25220: Move most regrtest.py code to libregrtest
by Victor Stinner
· 10 years ago
c22eee6
Precomputing the number iterations allows the inner-loop to be vectorizable.
by Raymond Hettinger
· 10 years ago
7a84552
Hoist constant expression out of an inner loop.
by Raymond Hettinger
· 10 years ago
98de534
Issue #25220: Create Lib/test/libregrtest/
by Victor Stinner
· 10 years ago
e055b88
merge
by Raymond Hettinger
· 10 years ago
bf49fee
Issue #25135: Avoid possible reentrancy issues in deque_clear.
by Raymond Hettinger
· 10 years ago
5b8854e
merge 3.5
by Benjamin Peterson
· 10 years ago
03c59b9
merge 3.4
by Benjamin Peterson
· 10 years ago
e48cf7e
prevent overflow in _Unpickler_Read
by Benjamin Peterson
· 10 years ago
00d4442
merge 3.5 (#25131)
by Benjamin Peterson
· 10 years ago
58b5395
make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131)
by Benjamin Peterson
· 10 years ago
9cd90cc
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
58b07a6
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
3be2e54
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
by Terry Jan Reedy
· 10 years ago
0931ba2
Issue #25211: Merge test_long from 3.5
by Martin Panter
· 10 years ago
429f28d
Issue #25211: Merge test_long from 3.4 into 3.5
by Martin Panter
· 10 years ago
cbe16ae
Issue #25211: Eliminate lazy error message class by using subTest
by Martin Panter
· 10 years ago
1dae0c6
Issue #25186: Remove duplicated function from importlib._bootstrap_external
by Brett Cannon
· 10 years ago
b5bb6f3
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
3acda6e
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
52736dd
Issue #25198: Idle doc viewer now uses user width and height setting.
by Terry Jan Reedy
· 10 years ago
6e5bf06
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
65b2969
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
ce021db
Issue #25225: add revised .html.
by Terry Jan Reedy
· 10 years ago
b8aca4e
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
0588e1a
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
f660ce2
Issue #25225: Condense and rewrite Idle doc section on text colors.
by Terry Jan Reedy
· 10 years ago
c62656d
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
986f531
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
974a271
Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text
by Terry Jan Reedy
· 10 years ago
0030cd5
Issue #25227: Cleanup unicode_encode_ucs1() error handler
by Victor Stinner
· 10 years ago
1e5fcc3
Fixed error creation if the problem is an empty expression in an f-string: use ast_error instead of PyErr_SetString.
by Eric V. Smith
· 10 years ago
038b61f
Merge 3.5 -> default
by Andrew Svetlov
· 10 years ago
1c99e52
Merge 3.4 -> 3.5
by Andrew Svetlov
· 10 years ago
74edd35
Add Benjamin Hodgson to Misc/ACK
by Andrew Svetlov
· 10 years ago
4919907
Fix #25208: Improve "Develop with asyncio" doc page.
by Andrew Svetlov
· 10 years ago
ac2d87a
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
5901b00
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
0053c47
Issue 21995: Explain some differences between IDLE and console Python.
by Terry Jan Reedy
· 10 years ago
63c8907
Merge 3.5 (codecs, issue #24894)
by Victor Stinner
· 10 years ago
0ec69a6
Merge 3.4 (codecs, issue #24894)
by Victor Stinner
· 10 years ago
bfd9767
Issue #24894: Document the codec iso8859_11
by Victor Stinner
· 10 years ago
51c0f3e
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
1749ce7
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
8b5a981
Issue #22820: Explain need for *print* when running file from Idle editor.
by Terry Jan Reedy
· 10 years ago
2b0d646
Replace an unpredictable branch with a simple addition.
by Raymond Hettinger
· 10 years ago
e39b57b
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
0389fcc
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
6e10ec5
Issue 25224: Augment Idle doc feature list and no-subprocess section
by Terry Jan Reedy
· 10 years ago
0cca00b
Issue #25220: Backed out changeset eaf9a99b6bb8
by Victor Stinner
· 10 years ago
7b92abf
Issue #25220: Create Lib/test/libregrtest/
by Victor Stinner
· 10 years ago
b2080f6
f-strings: More tests for empty expressions along with missing closing braces.
by Eric V. Smith
· 10 years ago
548c4d3
Added more f-string test for empty expressions.
by Eric V. Smith
· 10 years ago
1d44c41
Move f-string compilation of the expression earlier, before the conversion character and format_spec are checked. This allows for error messages that more closely match what a user would expect.
by Eric V. Smith
· 10 years ago
3a1a8d0
Eliminate unnecessary variables
by Raymond Hettinger
· 10 years ago
54afac3
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
30d0433
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
968e285
Issue #25219: Update doc for Idle command line options.
by Terry Jan Reedy
· 10 years ago
2e02348
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
e850955
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
6f5cdfe
Idlelib.help: add 'b' prefix needed for bytes + bytes.
by Terry Jan Reedy
· 10 years ago
3766ee5
Issue #12067: Merge comparisons doc from 3.5
by Martin Panter
· 10 years ago
e52c41a
Issue #12067: Merge comparisons doc from 3.4 into 3.5
by Martin Panter
· 10 years ago
aa0da86
Issue #12067: Rewrite Comparisons section in the language reference
by Martin Panter
· 10 years ago
39677a4
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
1ccf44c
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
a0ae789
Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning
by Terry Jan Reedy
· 10 years ago
f9cd8ff
Issue #25047: Merge Element Tree encoding from 3.5
by Martin Panter
· 10 years ago
982a08f
Issue #25047: Merge Element Tree encoding from 3.4 into 3.5
by Martin Panter
· 10 years ago
ebbad80
Merge from 3.5
by Steve Dower
· 10 years ago
5f62112
Issues #25112: py.exe launcher is missing icons
by Steve Dower
· 10 years ago
89f76d3
Issue #25047: Respect case writing XML encoding declarations
by Martin Panter
· 10 years ago
8ce85b5
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
452498a
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
f94471c
whitespace
by Terry Jan Reedy
· 10 years ago
6f1f091
Merge with 3.5
by Terry Jan Reedy
· 10 years ago
5e6201e
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
3c7eccd0
Issue #24570: Right-click for context menus now work on Mac Aqual also.
by Terry Jan Reedy
· 10 years ago
697c43d
Merge from 3.5
by Steve Dower
· 10 years ago
5b1640c
Merge from 3.4
by Steve Dower
· 10 years ago
8f278f1
Handle calls to win32_ver from non-Windows platform
by Steve Dower
· 10 years ago
82f6cab
Merge from 3.5
by Steve Dower
· 10 years ago
81a6183
Merge from 3.4
by Steve Dower
· 10 years ago
64a3387
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
by Steve Dower
· 10 years ago
a0c3c19
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
by Steve Dower
· 10 years ago
b9f4fea
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
by Steve Dower
· 10 years ago
8ef1db3
Merge with 3.5
by Steve Dower
· 10 years ago
a2ea0e4
Issue #25102: Windows installer does not precompile for -O or -OO.
by Steve Dower
· 10 years ago
44fe401
Issue #25081: Makes Back button in installer go back to upgrade page when upgrading.
by Steve Dower
· 10 years ago
14b9e6c
Issue #25126: Clarifies that the non-web installer will download some components.
by Steve Dower
· 10 years ago
bc25032
Issue #25091: Increases font size of the installer.
by Steve Dower
· 10 years ago
2495faf
Closes #25085 and #25086: Exclude distutils and test directories from embeddable distro.
by Steve Dower
· 10 years ago
57ab1cd
Issue #25092: Fix datetime.strftime() failure when errno was already set to EINVAL.
by Steve Dower
· 10 years ago
Next »