Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c106c68aeb5814583a622587e63504f0c93c5140
c106c68
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
by Victor Stinner
· 9 years ago
0c009bf
Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more
by Serhiy Storchaka
· 9 years ago
97f46db
Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more
by Serhiy Storchaka
· 9 years ago
501c16d
Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг.
by Serhiy Storchaka
· 9 years ago
4981dd2
Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг.
by Serhiy Storchaka
· 9 years ago
3a811f2
Issue #24726: Revert setting the value on the dict if
by Serhiy Storchaka
· 9 years ago
d5f353e
Issue #24726: Revert setting the value on the dict if
by Serhiy Storchaka
· 9 years ago
6980be4
Issue #25558: Refactoring OrderedDict iteration.
by Serhiy Storchaka
· 9 years ago
9c96761
Issue #25558: Refactoring OrderedDict iteration.
by Serhiy Storchaka
· 9 years ago
e2e0dee
Issue #18010: Merge pydoc web search fix from 3.5
by Martin Panter
· 9 years ago
98da9d0
Issue #18010: Merge pydoc web search fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
9ad0aae
Issue #18010: Fix pydoc web server search to handle package exceptions
by Martin Panter
· 9 years ago
a2149ed
Merge 3.5
by Yury Selivanov
· 9 years ago
7931be4
Merge 3.4
by Yury Selivanov
· 9 years ago
ade0412
asyncio: Optimize asyncio.sleep(0)
by Yury Selivanov
· 9 years ago
7c1455b
Issue #25554: Got rid of circular references in regular expression parsing.
by Serhiy Storchaka
· 9 years ago
b5d0a21
Issue #25554: Got rid of circular references in regular expression parsing.
by Serhiy Storchaka
· 9 years ago
12b2538
Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c.
by Serhiy Storchaka
· 9 years ago
e20310f
Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception
by Victor Stinner
· 9 years ago
ef07296
Merge 3.5
by Victor Stinner
· 9 years ago
60a1d3c
Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the
by Victor Stinner
· 9 years ago
cf01b68
sysmodule.c: reuse Py_STRINGIFY() macro
by Victor Stinner
· 9 years ago
cf156bc
Issue #24726: Fixed issue number for previous changeset 76e848554b5d.
by Serhiy Storchaka
· 9 years ago
4d11a94
Issue #24726: Fixed issue number for previous changeset 59c7615ea921.
by Serhiy Storchaka
· 9 years ago
f83afa5
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
by Serhiy Storchaka
· 9 years ago
710cd34
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
by Serhiy Storchaka
· 9 years ago
161b6ff
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
by Serhiy Storchaka
· 9 years ago
b45b7b2
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
by Serhiy Storchaka
· 9 years ago
a3a3d73
For FORMAT_VALUE opcode, make it clear that the result of PyObject_Format is pushed on the stack.
by Eric V. Smith
· 9 years ago
4555017
regrtest: display progress every 30 seconds (instead of 60 seconds) when
by Victor Stinner
· 9 years ago
4c3a5f2
merge 3.5
by Benjamin Peterson
· 9 years ago
b25d09a
merge 3.4
by Benjamin Peterson
· 9 years ago
5be2dac
remove trailing ws
by Benjamin Peterson
· 9 years ago
0f1f980
merge 3.5
by Benjamin Peterson
· 9 years ago
1897c98
merge 3.4
by Benjamin Peterson
· 9 years ago
c2f0121
link to modern PUG url
by Benjamin Peterson
· 9 years ago
4a91d21
Neaten-up the inner-loop logic.
by Raymond Hettinger
· 9 years ago
9ce52e3
Issue 25483: Fix doc typo and added versionadded. Thanks, Berker Peksag.
by Eric V. Smith
· 9 years ago
281d532
Issue 25483: Update dis.rst with FORMAT_VALUE opcode description.
by Eric V. Smith
· 9 years ago
a78c795
Issue 25483: Add an opcode to make f-string formatting more robust.
by Eric V. Smith
· 9 years ago
2753a09
locale.delocalize(): only call localeconv() once
by Victor Stinner
· 9 years ago
bbfcb38
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
26825bc
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
8778c6b
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li.
by Guido van Rossum
· 9 years ago
4a7c03a
Issue #25523: Merge a-to-an corrections from 3.5.
by Serhiy Storchaka
· 9 years ago
f51d715
Issue #25523: Further a-to-an corrections new in 3.5.
by Serhiy Storchaka
· 9 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 9 years ago
df8f5b5
Minor cleanup.
by Raymond Hettinger
· 9 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 9 years ago
a1fc949
Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending resolution of the related refcnt leak.
by Raymond Hettinger
· 9 years ago
0bdf9ea
merge
by Raymond Hettinger
· 9 years ago
67b97b8
Move the initial start-search out of the main loop so it can be factored-out later.
by Raymond Hettinger
· 9 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 9 years ago
d2ad571
Issue #25523: Further a-to-an corrections new in 3.5
by Martin Panter
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
9785261
Issue #18973: Command-line interface of the calendar module now uses argparse
by Serhiy Storchaka
· 9 years ago
17bdf20
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
by Serhiy Storchaka
· 9 years ago
56275dc
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
by Serhiy Storchaka
· 9 years ago
314464d
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
by Serhiy Storchaka
· 9 years ago
9b69491
Issue #25395: Fixed crash when highly nested OrderedDict structures were
by Serhiy Storchaka
· 9 years ago
14eefe3
Issue #25395: Fixed crash when highly nested OrderedDict structures were
by Serhiy Storchaka
· 9 years ago
75a8140
Fix typo noticed by Alec Nunn
by Berker Peksag
· 9 years ago
964ec8b
Fix typo noticed by Alec Nunn
by Berker Peksag
· 9 years ago
bfb03a4
Merge from 3.5
by Steve Dower
· 9 years ago
04a4316
Issue #25450: Updates shortcuts to start Python in installation directory.
by Steve Dower
· 9 years ago
940f6a8
Improves handling of test markers for building Python without intefering with actual installs.
by Steve Dower
· 9 years ago
22d4553
Merge 3.5
by Yury Selivanov
· 9 years ago
f97edf1
whatsnew/3.5: NumPy 1.10 has been released
by Yury Selivanov
· 9 years ago
05a4a9c
Merge 3.5
by Yury Selivanov
· 9 years ago
c62162d
docs/inspect: Document __annotations__
by Yury Selivanov
· 9 years ago
ff99988
Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
0e5eba2
Fix more typos in whatsnew/3.5.rst
by Martin Panter
· 9 years ago
4827e48
Merge spelling fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
1f1177d
Fix some spelling errors in documentation and code comments
by Martin Panter
· 9 years ago
7003696
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
c029481
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
3e8a7ad
Issue #25519: Mark difflib.ndiff as a functions where not already.
by Terry Jan Reedy
· 9 years ago
4df4296
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
3f209b6
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
a05e7f6
Issue #25505: Remove unused buggy method.
by Terry Jan Reedy
· 9 years ago
213b405
Issue #25487: Fix tests not updated when the imp module moved to a
by Brett Cannon
· 9 years ago
c6d17c0
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
dc22031
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
bbdc065
Issue #25507: move test-specific imports to test function (idlelib.IOBinding).
by Terry Jan Reedy
· 9 years ago
e448066
merge 3.5 (#25504)
by Benjamin Peterson
· 9 years ago
adf8627
merge 3.4 (#25504)
by Benjamin Peterson
· 9 years ago
dcc13ef
fix usage of undefined name (#25504)
by Benjamin Peterson
· 9 years ago
4b24d63
merge 3.5 (#25515)
by Benjamin Peterson
· 9 years ago
788cb52
always use os.urandom for the uuid4 algorithm (closes #25515)
by Benjamin Peterson
· 9 years ago
fc8a0a5
Issue25506: Fixed a copy-pasting error in test_pprint.
by Serhiy Storchaka
· 9 years ago
265cee0
Issue25506: Fixed a copy-pasting error in test_pprint.
by Serhiy Storchaka
· 9 years ago
c257007
Null merge
by Serhiy Storchaka
· 9 years ago
b2874bc
Merge heads
by Serhiy Storchaka
· 9 years ago
15f74f4
Merge heads
by Serhiy Storchaka
· 9 years ago
6230235
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
by Serhiy Storchaka
· 9 years ago
ac4bdcc
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
by Serhiy Storchaka
· 9 years ago
860c8a4
merge 3.5 (#25502)
by Benjamin Peterson
· 9 years ago
669ff66
remove duplicated imports (closes #25502)
by Benjamin Peterson
· 9 years ago
2e0e18b
Issue #21827: Fixed textwrap.dedent() for the case when largest common
by Serhiy Storchaka
· 9 years ago
Next »