Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
28363e97cc956ae7b1b4c01c1da16c444e7997f4
28363e9
null merge 3.4 to 3.5 (9a0c5ffe7420 merged 3.4 to default, bypassing 3.5)
by Ned Deily
· 9 years ago
b4760ef
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
by Senthil Kumaran
· 9 years ago
355654c
merge
by Raymond Hettinger
· 9 years ago
1c90670
Issue #24453: Fix doubled word.
by Raymond Hettinger
· 9 years ago
b83c514
Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.
by Berker Peksag
· 9 years ago
192c750
Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.
by Berker Peksag
· 9 years ago
8322b06
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
6ac5cc1
whitespace
by Terry Jan Reedy
· 9 years ago
815f1a9
Merge 3.4
by Terry Jan Reedy
· 9 years ago
fe63c9a
Issue #24406: Add sentences on dict comparisons, similar to those for Sequence
by Terry Jan Reedy
· 9 years ago
138adb8
(Merge 3.4) Issue #15745: Rewrite os.utime() tests in test_os
by Victor Stinner
· 9 years ago
e12e7aa
Issue #15745: Rewrite os.utime() tests in test_os
by Victor Stinner
· 9 years ago
bd44ce8
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
f5d4523
Closes issue #24405: mark set display as code.
by Terry Jan Reedy
· 9 years ago
cec3f56
Issue #24423: Fix formatting error in 3.5 whatsnew
by Ned Deily
· 9 years ago
553e156
Fixed indentation of Python examples in C comments.
by Serhiy Storchaka
· 9 years ago
d741a88
Fixed indentation of Python examples in C comments.
by Serhiy Storchaka
· 9 years ago
785273c
Merge forward extras beyond #21907 backport.
by Zachary Ware
· 9 years ago
6250df8
Clean up/refactor the batch scripts used for building on Windows.
by Zachary Ware
· 9 years ago
9380acb
- Issue #24351: Clarify what is meant by "identifier" in the context of
by Barry Warsaw
· 9 years ago
17d5f47
- Issue #24351: Clarify what is meant by "identifier" in the context of
by Barry Warsaw
· 9 years ago
86a60bf
Merge from 3.4
by Tal Einat
· 9 years ago
f330d53
#23891: correctly refer to PyPI as "Python Package Index"
by Tal Einat
· 9 years ago
fabdc82
Issue #24408: Added more tkinter.Font tests.
by Serhiy Storchaka
· 9 years ago
c0ed707
Issue #24408: Added more tkinter.Font tests.
by Serhiy Storchaka
· 9 years ago
6b84335
Merge from 3.4
by Andrew Kuchling
· 9 years ago
d004071
#23891: remove extra words
by Andrew Kuchling
· 9 years ago
21fd5a9
Merge from 3.4
by Andrew Kuchling
· 9 years ago
dd15b36
#23891: add a section to the Tutorial describing virtual environments and pip
by Andrew Kuchling
· 9 years ago
20f628e
Merge from 3.4
by Andrew Kuchling
· 9 years ago
9901856
Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library.
by Steve Dower
· 9 years ago
23e6109
Issue #24299: Fixed test__locale on Solaris.
by Serhiy Storchaka
· 9 years ago
07c0025
Issue #24299: Fixed test__locale on Solaris.
by Serhiy Storchaka
· 9 years ago
4fafda7
Issue #24408: Fixed AttributeError in measure() and metrics() methods of
by Serhiy Storchaka
· 9 years ago
391af75
Issue #14373: Other attempt to fix threaded test for lru_cache().
by Serhiy Storchaka
· 9 years ago
e7070f0
Issue #14373: C implementation of functools.lru_cache() now can be used with
by Serhiy Storchaka
· 9 years ago
77cb197
Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test.
by Serhiy Storchaka
· 9 years ago
93cfeb9
Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam
by Steve Dower
· 9 years ago
988df6a
added matmul and imatmul to operator.__all__
by Tal Einat
· 9 years ago
4a75174
Add link to pyvideoorg
by Andrew Kuchling
· 9 years ago
0718de9
repair my irrational excuberance
by Benjamin Peterson
· 9 years ago
99e96f2
remove unnecessary braces and indentation
by Benjamin Peterson
· 9 years ago
ecacfd8
#23891: rework discussion of python-list a bit
by Andrew Kuchling
· 9 years ago
277b975
merge 3.4
by Benjamin Peterson
· 9 years ago
d9ede87
that this is "for Python" is obvious
by Benjamin Peterson
· 9 years ago
ab2f966
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
by Berker Peksag
· 9 years ago
12b50ce
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
by Berker Peksag
· 9 years ago
a5f62ed
Issue #24148: Fix incorrect Stats.sort_stats() example.
by Berker Peksag
· 9 years ago
2558774
Issue #24148: Fix incorrect Stats.sort_stats() example.
by Berker Peksag
· 9 years ago
2ad80f5
fix refleak when keys() fails
by Benjamin Peterson
· 9 years ago
4180e43
Docs: Fix typo
by Yury Selivanov
· 9 years ago
94c2263
Issue 24374: Plug refleak in set_coroutine_wrapper
by Yury Selivanov
· 9 years ago
53f9502
Issue #24373: Eliminate PEP 489 test refleaks
by Nick Coghlan
· 9 years ago
4fabf02
Issue #24369: Defend against key-changes during iteration.
by Eric Snow
· 9 years ago
b6c6a4d
Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows
by Steve Dower
· 9 years ago
db4061c
Issue #24377: Fix a ref leak in OrderedDict.__repr__.
by Eric Snow
· 9 years ago
4c72918
Issue #24362: Simplify the C OrderedDict fast nodes resize logic.
by Eric Snow
· 9 years ago
24ac877
upgrade xxlimited abi to 3.5
by Benjamin Peterson
· 9 years ago
ac02ef3
Issue #24368: Support keyword arguments in OrderedDict methods.
by Eric Snow
· 9 years ago
eb698fe
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
by Yury Selivanov
· 9 years ago
ca82910
Issue 24365: Conditionalize PEP 489 additions to the stable ABI
by Yury Selivanov
· 9 years ago
72ea27c
Issue 24366: Merge 3.4
by Yury Selivanov
· 9 years ago
e126857
Issue 24366: Merge 3.3
by Yury Selivanov
· 9 years ago
614bfcc
Issue 24366: Indent code (thanks to li4ick for reporting).
by Yury Selivanov
· 9 years ago
aab3c4a
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
by Yury Selivanov
· 9 years ago
231d906
Merge update to pip/setuptools
by Donald Stufft
· 9 years ago
96cf848
Upgrade pip to 7.0.3 and setuptools to 17.0
by Donald Stufft
· 9 years ago
67872ba
Merge the fix for #24267
by Donald Stufft
· 9 years ago
71a8589
Closes #24267 - Does not check version on ensurepip uninstall
by Donald Stufft
· 9 years ago
b952ab4
Issue #24359: Check for changed OrderedDict size during iteration.
by Eric Snow
· 9 years ago
d171975
Issue #24348: Drop superfluous increfs/decrefs.
by Eric Snow
· 9 years ago
a762af7
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
by Eric Snow
· 9 years ago
fa1b47c
Issue #24357: merge from 3.4
by Ned Deily
· 9 years ago
11cf4f6
Issue #24357: use example.org instead
by Ned Deily
· 9 years ago
03c28fa
Issue #24357: merge from 3.4
by Ned Deily
· 9 years ago
834f029
Issue #24357: fix real typo
by Ned Deily
· 9 years ago
36a6a6b
Issue #24357: merge from 3.4
by Ned Deily
· 9 years ago
9e2dc3f
Issue #24357: fix typo
by Ned Deily
· 9 years ago
3e4f976
Issue #24357: merge from 3.4
by Ned Deily
· 9 years ago
1b79e2d
Issue #24357: Change host in socket.getaddrinfo example to one that
by Ned Deily
· 9 years ago
d8cf382
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
by Yury Selivanov
· 9 years ago
0969a9f
add Py_tp_finalize slot (closes #24345)
by Benjamin Peterson
· 9 years ago
55a57b0
Moved Misc/NEWS entry (issue #24270) to correct section.
by Serhiy Storchaka
· 9 years ago
c72056a
Merge release engineering changes with 3.5 branch head.
by Larry Hastings
· 9 years ago
61eb146
Post-release updates for Python 3.5.0b2.
by Larry Hastings
· 9 years ago
e42cc38
Issue 24017: Add a test for CoroWrapper and 'async def' coroutines
by Yury Selivanov
· 9 years ago
6a0fab9
Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines
by Yury Selivanov
· 9 years ago
70adad2
Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines
by Yury Selivanov
· 9 years ago
7734900
Issue #24317: Makes Customize page default to installing per-user, and switching to All Users enable CompileAll.
by Steve Dower
· 9 years ago
83f34aa
Issue #24293: Adds mapping from explicit colours to system colours to correctly handle user themes.
by Steve Dower
· 9 years ago
4640b30
Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew
by Yury Selivanov
· 9 years ago
d4cbbeb
Issue 24180: Document sys.(set|get)_coroutine_wrapper
by Yury Selivanov
· 9 years ago
f67b0a3
minor fix of module order in whatsnew/3.5
by Tal Einat
· 9 years ago
d5519ed
Issue #19543: Implementation of isclose as per PEP 485
by Tal Einat
· 9 years ago
439c5fe
Issue 24004: Fix DeprecationWarning in a unittest
by Yury Selivanov
· 9 years ago
d4ea03c
Issue #24284: The startswith and endswith methods of the str class no longer
by Serhiy Storchaka
· 9 years ago
3d4a457
improve section title
by Benjamin Peterson
· 9 years ago
ad583a8
Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables
by Yury Selivanov
· 9 years ago
353f229
Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
by Yury Selivanov
· 9 years ago
a316085
Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
by Yury Selivanov
· 9 years ago
Next »