Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7a219110e6b9972a96e78e389e243c5cecfcfccc
7a21911
docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7
by Yury Selivanov
· 9 years ago
153192b
Merge 3.5
by Yury Selivanov
· 9 years ago
8fa6d4f
docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7
by Yury Selivanov
· 9 years ago
0938d98
merge 3.5
by Benjamin Peterson
· 9 years ago
264be6f
remove STORE_MAP, since it's unused
by Benjamin Peterson
· 9 years ago
2ec8f9b
merge 3.5 (#11205)
by Benjamin Peterson
· 9 years ago
ee85339
in dict displays, evaluate the key before the value (closes #11205)
by Benjamin Peterson
· 9 years ago
26f7057
Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar
by Yury Selivanov
· 9 years ago
6e6883f
Issue #24309: Removed Python 2 idioms.
by Serhiy Storchaka
· 9 years ago
bffc2b4
Fixes test in installer.
by Steve Dower
· 9 years ago
44e6258
Fixes text in installer.
by Steve Dower
· 9 years ago
ac0bffb
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
by Yury Selivanov
· 9 years ago
6ef0590
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
by Yury Selivanov
· 9 years ago
ee941b0
asyncio: Drop some useless code from tasks.py.
by Yury Selivanov
· 9 years ago
6076a38
asyncio: Drop some useless code from tasks.py.
by Yury Selivanov
· 9 years ago
1ad08a5
asyncio: Drop some useless code from tasks.py.
by Yury Selivanov
· 9 years ago
ffb40e5
More version bumping to 3.6.
by Ned Deily
· 9 years ago
a8c22a0
update configure version to 3.6
by Benjamin Peterson
· 9 years ago
d1da507
Add whatsnew for 3.6
by Yury Selivanov
· 9 years ago
72f389f
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
by Yury Selivanov
· 9 years ago
507cd3c
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
by Yury Selivanov
· 9 years ago
46c759d
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
by Yury Selivanov
· 9 years ago
fa0e7f6
merge 3.5
by Benjamin Peterson
· 9 years ago
d663cc4
merge 3.4
by Benjamin Peterson
· 9 years ago
68fe9aa
update for 3.6 emerging
by Benjamin Peterson
· 9 years ago
debf5ad
Issue 24304: Fix broken license link in FAQ.
by Ned Deily
· 9 years ago
6f05a20
Issue 24304: Fix broken license link in FAQ.
by Ned Deily
· 9 years ago
72c2400
Issue 24304: Fix broken license link in FAQ.
by Ned Deily
· 9 years ago
e998aad
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
by Serhiy Storchaka
· 9 years ago
3028c95
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
by Serhiy Storchaka
· 9 years ago
8651a50
Issue #23359: Specialize set_lookkey intoa lookup function and an insert function.
by Raymond Hettinger
· 9 years ago
8544e25
Issue 24297: Update symbol.py. See also issue 24017.
by Yury Selivanov
· 9 years ago
0109812
Issue 24297: Update symbol.py. See also issue 24017.
by Yury Selivanov
· 9 years ago
572183e
Merge with 3.5: tarfile.open() with mode 'x' created files without an end of archive marker.
by Lars Gustäbel
· 9 years ago
20703c6
tarfile.open() with mode 'x' created files without an end of archive marker.
by Lars Gustäbel
· 9 years ago
8b5fb5c
Issue #24293: Fixes installer colors to use system settings throughout.
by Steve Dower
· 9 years ago
c30a6ce
Issue #24293: Fixes installer colors to use system settings throughout.
by Steve Dower
· 9 years ago
a724304
Merge 3.5
by Benjamin Peterson
· 9 years ago
e328323
rephrase
by Benjamin Peterson
· 9 years ago
944db38
Issue #23509: Speed up Counter operators (Based on patch by Serhiy Storchaka.)
by Raymond Hettinger
· 9 years ago
06f155f
Merge fix for issue #24285 from 3.5
by Nick Coghlan
· 9 years ago
55871f0
Issue #24285: fix importing extensions from packages
by Nick Coghlan
· 9 years ago
c074e9d
Issue #24286: Forward port dict view abstract base class tests.
by Raymond Hettinger
· 9 years ago
395f92d
Moved Misc/NEWS entries to correct section and fix formatting.
by Serhiy Storchaka
· 9 years ago
6f68314
Moved Misc/NEWS entries to correct section and fix formatting.
by Serhiy Storchaka
· 9 years ago
ca208a0
Moved Misc/NEWS entries to correct section and fix formatting.
by Serhiy Storchaka
· 9 years ago
39bdb9e
Merge 3.5
by Benjamin Peterson
· 9 years ago
09479d0
merge 3.4
by Benjamin Peterson
· 9 years ago
82d8f06
merge 3.3
by Benjamin Peterson
· 9 years ago
86c3a3b
merge 3.2
by Benjamin Peterson
· 9 years ago
b03856a
keep distutils version in sync with python version automatically
by Benjamin Peterson
· 9 years ago
d0c2a20
Version bump for trunk to 3.6.0a0. Welcome to the future!
by Larry Hastings
· 9 years ago
6a0ee2b
(Merge 3.6) Issue #23840: tokenize.open() now closes the temporary binary file
by Victor Stinner
· 9 years ago
24d262a
(Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file
by Victor Stinner
· 9 years ago
387729e
Issue #23840: tokenize.open() now closes the temporary binary file on error to
by Victor Stinner
· 9 years ago
aea8fa3
Added a section for news items for 3.6.
by Larry Hastings
· 9 years ago
4cae9d1
Remove UTF-8 BOMs.
by Serhiy Storchaka
· 9 years ago
e6efbdc
Remove UTF-8 BOMs.
by Serhiy Storchaka
· 9 years ago
410d77f
Remove UTF-8 BOMs.
by Serhiy Storchaka
· 9 years ago
e91829c
Create 3.5 branch.
by Larry Hastings
· 9 years ago
aca575c
Merge.
by Larry Hastings
· 9 years ago
f46aa8e
Post-release fixes for 3.5.0b1.
by Larry Hastings
· 9 years ago
46c5611
Backed out changeset: b0a0b9b59012
by Serhiy Storchaka
· 9 years ago
a7a0ad6
Issue #24276: Fixed optimization of property descriptor getter.
by Serhiy Storchaka
· 9 years ago
3805019
Exclude _testmultiphase.pyd from embeddable ZIP file.
by Steve Dower
· 9 years ago
2446e2e
Prevents attempt to sign ZIP file when building embeddable version.
by Steve Dower
· 9 years ago
42a059b
Issue #24268: Adds PCBuild project to build _testmultiphase module.
by Steve Dower
· 9 years ago
f772409
Added tag v3.5.0b1 for changeset 071fefbb5e3d
by Larry Hastings
· 9 years ago
205acde
Version bump for 3.5.0b1.
by Larry Hastings
· 9 years ago
40040df
Update SOURCE_URI to reflect that we're branching 3.5 now.
by Larry Hastings
· 9 years ago
0482af4
Updated topics (and susp-ignored) for Python 3.5.0b1.
by Larry Hastings
· 9 years ago
f64b9d5
Fixes handling of long values of PYTHONPATH on Windows.
by Steve Dower
· 9 years ago
7ca1353
Fix bad indent in whatsnew/3.5.rst.
by Guido van Rossum
· 9 years ago
44825cf
Add pointer to IDLE what's new file.
by Terry Jan Reedy
· 9 years ago
e9cd1d3
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
a6f6a68
whitespace
by Terry Jan Reedy
· 9 years ago
ca1ad94
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
571164f
Add pointer to IDLE what's new file.
by Terry Jan Reedy
· 9 years ago
d68ec17
Merge backout of 57776eee74f2.
by Larry Hastings
· 9 years ago
8252cc9
Backed out changeset 57776eee74f2
by Larry Hastings
· 9 years ago
11d7b14
Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
by Steve Dower
· 9 years ago
1a90b17
Fix Sphinx warnings.
by Berker Peksag
· 9 years ago
b888d61
Update idlelib/NEWS.txt
by Terry Jan Reedy
· 9 years ago
c4dc43e
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
fa2c866
merge
by Terry Jan Reedy
· 9 years ago
5addf89
Add Idle NEWS item.
by Terry Jan Reedy
· 9 years ago
adc2fb8
Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin.
by Steve Dower
· 9 years ago
4cbb9e6
Add NEWS item for Idle.
by Terry Jan Reedy
· 9 years ago
c779216
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
43cba21
Make expression legal python by adding '1'.
by Terry Jan Reedy
· 9 years ago
1c858c3
Issue #14373: Added C implementation of functools.lru_cache(). Based on
by Serhiy Storchaka
· 9 years ago
c709085
Issue #23970: Fixes bdist_wininst not working on non-Windows platform.
by Steve Dower
· 9 years ago
19cfb57
Issue #24204: Elaborate of the str.strip() documentation.
by Raymond Hettinger
· 9 years ago
fd3664b
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
by Steve Dower
· 9 years ago
7689154
Issue #24268: Fixes generation of init import name on Windows.
by Steve Dower
· 9 years ago
6baa0f9
Fixes cast warning in bufferedio.c
by Steve Dower
· 9 years ago
855482e
Issue #24269: Minor doc fixups.
by Raymond Hettinger
· 9 years ago
5a69420
merge 3.4 (#22931)
by Benjamin Peterson
· 9 years ago
c4ae86e
merge 3.3 (#22931)
by Benjamin Peterson
· 9 years ago
d504f20
merge 3.2 (#22931)
by Benjamin Peterson
· 9 years ago
Next »