Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a78c7954d549fba967a842143b4e3050ff488468
/
Python
a78c795
Issue 25483: Add an opcode to make f-string formatting more robust.
by Eric V. Smith
· 10 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 10 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
f7d2471
Merge 3.5 (sys.setrecursionlimit)
by Victor Stinner
· 10 years ago
50856d5
sys.setrecursionlimit() now raises RecursionError
by Victor Stinner
· 10 years ago
bc5b80b
Close #24784: Fix compilation without thread support
by Victor Stinner
· 10 years ago
92f0113
Close #24784: Fix compilation without thread support
by Victor Stinner
· 10 years ago
5344da5
Issue #24402: Merge input() fix from 3.5
by Martin Panter
· 10 years ago
e02f8fc
Issue #24402: Merge input() fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
c9a6ab5
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
by Martin Panter
· 10 years ago
bd5f0e8
Hoist constant expression out of the inner loop.
by Raymond Hettinger
· 10 years ago
5098b58
Make comparison more consistent
by Raymond Hettinger
· 10 years ago
c2432f6
One more typo in a comment
by Martin Panter
· 10 years ago
585a6ac
Merge typo fixes from 3.5
by Martin Panter
· 10 years ago
3f930dc
Merge typo fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 10 years ago
13f7fc5
Update importlib_external.h
by Victor Stinner
· 10 years ago
0b40aab
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
by Serhiy Storchaka
· 10 years ago
f731bc0
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
by Serhiy Storchaka
· 10 years ago
0e25a8f
Merge 3.5
by Victor Stinner
· 10 years ago
861f067
Merge 3.4 (os.urandom)
by Victor Stinner
· 10 years ago
78cc2e8
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
by Victor Stinner
· 10 years ago
4d45be7
Merge 3.5
by Victor Stinner
· 10 years ago
bae2d62
Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom()
by Victor Stinner
· 10 years ago
b7a8af2
Fix _PyTime_AsTimevalStruct_impl() on OpenBSD
by Victor Stinner
· 10 years ago
c29f399
Backout change 28d3bcb1bad6: "Try to fix _PyTime_AsTimevalStruct_impl() on
by Victor Stinner
· 10 years ago
c51d244
Issue #25171: Fix compilation issue on OpenBSD in random.c
by Victor Stinner
· 10 years ago
449b271
Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat()
by Victor Stinner
· 10 years ago
2bfed53
Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD
by Victor Stinner
· 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
1dae0c6
Issue #25186: Remove duplicated function from importlib._bootstrap_external
by Brett Cannon
· 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
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
5567f89
Issue #24779: Remove unused rawmode parameter to unicode_decode.
by Eric V. Smith
· 10 years ago
235a6f0
Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that.
by Eric V. Smith
· 10 years ago
3abf44e
Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom()
by Victor Stinner
· 10 years ago
ec26f83
Issue #25155: Fix _PyTime_Divide() rounding
by Victor Stinner
· 10 years ago
9a8b177
Issue #25155: Add _PyTime_AsTimevalTime_t() function
by Victor Stinner
· 10 years ago
1e2b688
Issue #25155: Add _PyTime_AsTimevalTime_t() function
by Victor Stinner
· 10 years ago
3e30fd7
Merge 3.5 (imp/_imp)
by Victor Stinner
· 10 years ago
cd6e694
Issue #25160: Fix import_init() comments and messages
by Victor Stinner
· 10 years ago
7920b70
merge 3.5 (#25060)
by Benjamin Peterson
· 10 years ago
b685515
compute stack effect of BUILD_MAP correctly (closes #25060)
by Benjamin Peterson
· 10 years ago
51b9398
pytime: oops, fix typos on Windows
by Victor Stinner
· 10 years ago
c60542b
pytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour
by Victor Stinner
· 10 years ago
ff0ed3e
New try to fix test_time.test_AsSecondsDouble() on x86 buildbots.
by Victor Stinner
· 10 years ago
1efbeba
Try to fix test_time.test_AsSecondsDouble() on "x86 Gentoo Non-Debug with X 3.x" buildbot
by Victor Stinner
· 10 years ago
9c72f9b
Fix test_time on Windows
by Victor Stinner
· 10 years ago
3e2c8d8
test_time: rewrite PyTime API rounding tests
by Victor Stinner
· 10 years ago
9ae47df
pytime: add _PyTime_Round() helper to factorize code
by Victor Stinner
· 10 years ago
ce6aa74
Make _PyTime_RoundHalfEven() private again
by Victor Stinner
· 10 years ago
7667f58
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
by Victor Stinner
· 10 years ago
45fd951
Merge from 3.5
by Steve Dower
· 10 years ago
f35bd30
Merge from 3.5.0 branch.
by Steve Dower
· 10 years ago
56f6e76
Issue #15989: Fixed some scarcely probable integer overflows.
by Serhiy Storchaka
· 10 years ago
714e493
Issue #24305: Prevent import subsystem stack frames from being counted
by Larry Hastings
· 10 years ago
adfefa5
Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in
by Victor Stinner
· 10 years ago
d05f499
Merge 3.5 (create_stdio)
by Victor Stinner
· 10 years ago
874dbe8
Merge 3.4 (create_stdio)
by Victor Stinner
· 10 years ago
6fb5bae
Fix race condition in create_stdio()
by Victor Stinner
· 10 years ago
5786aef
Don't abuse volatile keyword in pytime.c
by Victor Stinner
· 10 years ago
29ee674
Enhance _PyTime_AsTimespec()
by Victor Stinner
· 10 years ago
fbb215c
Merge 3.5 (namereplace)
by Victor Stinner
· 10 years ago
38b8ae0
Issue #24993: Handle import error in namereplace error handler
by Victor Stinner
· 10 years ago
00723e0
Fix ast_for_atom()
by Victor Stinner
· 10 years ago
5a682c9
Merge 3.5 (monotonic)
by Victor Stinner
· 10 years ago
5ad5821
oops, rename pymonotonic_new() to pymonotonic()
by Victor Stinner
· 10 years ago
c3c616c
Issue #24707: Remove assertion in monotonic clock
by Victor Stinner
· 10 years ago
2ec5587
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
by Victor Stinner
· 10 years ago
1fa3652
Merge 3.5 (issue #24975)
by Yury Selivanov
· 10 years ago
24b822e
Issue #23517: Try to fix test_time on "x86 Ubuntu Shared 3.x" buildbot
by Victor Stinner
· 10 years ago
67edcc9
Issue #23517: Fix _PyTime_ObjectToDenominator()
by Victor Stinner
· 10 years ago
7447423
Issue #23517: Add "half up" rounding mode to the _PyTime API
by Victor Stinner
· 10 years ago
bbdda21
Move assertion inside _PyTime_ObjectToTimeval()
by Victor Stinner
· 10 years ago
53e137c
Refactor pytime.c
by Victor Stinner
· 10 years ago
b3d5313
Issue #24975: Fix AST compilation for PEP 448 syntax.
by Yury Selivanov
· 10 years ago
45d1c00
Merge from 3.5 (with 3.5.0rc2 changes) into default (3.6). Messy!
by Larry Hastings
· 10 years ago
01b1ff6
Rebuilt Clinic generated code.
by Larry Hastings
· 10 years ago
1df0b35
Issue #24769: Interpreter now starts properly when dynamic loading
by Larry Hastings
· 10 years ago
163b5c6
Fix a trivial typo.
by Eric V. Smith
· 10 years ago
501b4a7
Use PyTuple_GET_SIZE like the adjacent code does.
by Raymond Hettinger
· 10 years ago
f109414
Inline PyIter_Next() matching the other itertools code.
by Raymond Hettinger
· 10 years ago
d868376
Merge from 3.5 for issue #24492
by Brett Cannon
· 10 years ago
3008bc0
Issue #24492: make sure that ``from ... import ...` raises an
by Brett Cannon
· 10 years ago
df39599
Issue #9232: Support trailing commas in function declarations.
by Robert Collins
· 10 years ago
dca249b
Merge 3.5 (issue #24791)
by Yury Selivanov
· 10 years ago
14acf5f
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
by Yury Selivanov
· 10 years ago
f716e74
Merge 3.5 (os.urandom)
by Victor Stinner
· 10 years ago
61d5aab
py_getrandom(): getrandom() *can* return EINTR
by Victor Stinner
· 10 years ago
0bd5fb0
Issue #24728: Fix building without threads.
by Berker Peksag
· 10 years ago
ff9fe23
Fix refleak.
by Stefan Krah
· 10 years ago
c0cbed1
Fix refleak.
by Stefan Krah
· 10 years ago
6d35043
Merge 3.5 (Issue #24687)
by Yury Selivanov
· 10 years ago
f315c1c
Issue #24687: Plug refleak on SyntaxError in function parameters annotations.
by Yury Selivanov
· 10 years ago
0811c5d
Merge 3.5 (Issue #24619)
by Yury Selivanov
· 10 years ago
b7666a3
Issue #24619: More tests; fix nits in compiler.c
by Yury Selivanov
· 10 years ago
9f71cb0
merge 3.5 (#24569)
by Benjamin Peterson
· 10 years ago
d5d77aa
set items in dict displays from left to right (closes #24569)
by Benjamin Peterson
· 10 years ago
Next »