Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9cb41dfbaa20bab73172076b598ac874ab8c8b4f
/
Python
11942a5
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
by Antoine Pitrou
· 13 years ago
d7c8fbf
Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error.
by Antoine Pitrou
· 13 years ago
5e8f810
Issue #13436: commit regenerated Python-ast.c
by Amaury Forgeot d'Arc
· 13 years ago
a233df8
Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the
by Charles-François Natali
· 13 years ago
0d776b1
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
by Antoine Pitrou
· 13 years ago
97c1bef
Issue #13343: Fix a SystemError when a lambda expression uses a global
by Amaury Forgeot d'Arc
· 13 years ago
5df1108
Add signatures to the docstring of functions added to imp by PEP 3147
by Éric Araujo
· 13 years ago
8db076c
Issue #10363: Deallocate global locks in Py_Finalize().
by Antoine Pitrou
· 13 years ago
4d46c2a
Remove unused variable.
by Florent Xicluna
· 13 years ago
de31b19
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
by Nick Coghlan
· 13 years ago
53ffdc5
Issue #7732: Don't open a directory as a file anymore while importing a
by Victor Stinner
· 13 years ago
916048d
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
by Barry Warsaw
· 13 years ago
1619132
Fix the import machinery if there is an error on sys.path or sys.meta_path
by Victor Stinner
· 13 years ago
0af0306
Remove unused variable if Python is build without threads
by Victor Stinner
· 13 years ago
0224d4e
accept bytes for the AST 'string' type
by Benjamin Peterson
· 13 years ago
6c0ba44
Fix style in code added by edba722f3b02
by Éric Araujo
· 13 years ago
cf9d3c0
Issue #1813: Fix codec lookup under Turkish locales.
by Antoine Pitrou
· 13 years ago
180e635
None is ok for identifiers but not strings
by Benjamin Peterson
· 13 years ago
efad244
hardcode the old svn __version__
by Benjamin Peterson
· 13 years ago
2193d2b
type check AST strings and identifiers
by Benjamin Peterson
· 13 years ago
5afa03a
catch nasty exception classes with __new__ that doesn't return a exception (closes #11627)
by Benjamin Peterson
· 13 years ago
bb4a747
start out this branch always with filename NULL
by Benjamin Peterson
· 13 years ago
a55007a
plug refleak
by Benjamin Peterson
· 13 years ago
8b0508e
Issue #12467: warnings: fix a race condition if a warning is emitted at
by Victor Stinner
· 13 years ago
ac91341
never retain a generator's caller's exception state on the generator after a yield/return
by Benjamin Peterson
· 13 years ago
d2ed630
merge heads
by Benjamin Peterson
· 13 years ago
83195c3
restore a generator's caller's exception state both on yield and (last) return
by Benjamin Peterson
· 13 years ago
b7149ca
fix indentation
by Benjamin Peterson
· 13 years ago
f63d615
fix indentation
by Benjamin Peterson
· 13 years ago
623e8b8
Removed some unused local variables.
by Vinay Sajip
· 13 years ago
5bdae3b
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
by Vinay Sajip
· 13 years ago
056f5b9
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 13 years ago
9a7c524
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 13 years ago
a290bac
merge 3.1
by Benjamin Peterson
· 13 years ago
0a5dad9
fix spacing
by Benjamin Peterson
· 13 years ago
5218853
merge 3.1
by Benjamin Peterson
· 13 years ago
74897ba
fix indentation
by Benjamin Peterson
· 13 years ago
9cd6626
(Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written
by Victor Stinner
· 13 years ago
c77b931
Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas
by Victor Stinner
· 13 years ago
318e621
Merge #6498 fix from 3.1.
by Georg Brandl
· 13 years ago
0b2489e
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
by Georg Brandl
· 13 years ago
0d5e52d
Issue #1856: Avoid crashes and lockups when daemon threads run while the
by Antoine Pitrou
· 14 years ago
3cbf14b
Issue #10914: Initialize correctly the filesystem codec when creating a new
by Victor Stinner
· 14 years ago
1188935
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
by Victor Stinner
· 14 years ago
0c759fe
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
by Antoine Pitrou
· 14 years ago
7124f5f
MERGE: Up-port changeset 5cf8f6da8743 (closes #11890)
by Jesus Cea
· 14 years ago
1d4ae84
Up-port changeset 5cf8f6da8743 (closes #11890)
by Jesus Cea
· 14 years ago
71e84a6
#5057: Merge with 3.1.
by Ezio Melotti
· 14 years ago
2df6a93
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]).
by Ezio Melotti
· 14 years ago
62f8bcb
merge 3.1
by Benjamin Peterson
· 14 years ago
bd3e362
make assigning to a bytes literal a syntax error (closes #11506)
by Benjamin Peterson
· 14 years ago
2604e33
Issue9670: Merge backout to 3.2.
by Ned Deily
· 14 years ago
45e47e5
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
by Ned Deily
· 14 years ago
15012a6
Issue #9670: merge with 3.2
by Ned Deily
· 14 years ago
517ac72
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 14 years ago
12338ab
Removed 'or long integer' from bin, oct, and hex docstrings.
by Alexander Belopolsky
· 14 years ago
27181ac
sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not
by Victor Stinner
· 14 years ago
7899acf
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows.
by Antoine Pitrou
· 14 years ago
451385d
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
by Victor Stinner
· 14 years ago
9c4efe5
Fix #11586: typo in initfsencoding()
by Victor Stinner
· 14 years ago
3b3499b
#11565: Merge with 3.1.
by Ezio Melotti
· 14 years ago
1392500
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
29dcaad
Issue 11510: Fix BUILD_SET optimizer bug.
by Raymond Hettinger
· 14 years ago
4969f70
#11515: Merge with 3.1.
by Ezio Melotti
· 14 years ago
42da663
#11515: fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
13039c8
Merge build identification to 3.2 branch.
by Georg Brandl
· 14 years ago
1ca2e79
Commit the hg build identification patch from the pymigr repo.
by Georg Brandl
· 14 years ago
3f0df3b
Merged revisions 88430 via svnmerge from
by Georg Brandl
· 14 years ago
02bfdb3
Merged revisions 88530 via svnmerge from
by Victor Stinner
· 14 years ago
59e87bd
#730467: Another small AIX fix.
by Georg Brandl
· 14 years ago
6a002c0
Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2.
by Antoine Pitrou
· 14 years ago
8ad4cd9
Merged revisions 87796 via svnmerge from
by David Malcolm
· 14 years ago
f1397ad
Issue #10655: Fix the build on PowerPC on Linux with GCC when building with
by David Malcolm
· 14 years ago
90e8f8c
Fix count of flag fields. Being one short caused the 'quiet' option not to print.
by Raymond Hettinger
· 14 years ago
0fcab4a
Issue #9566: use Py_ssize_t instead of int
by Victor Stinner
· 14 years ago
6ab8e82
Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred
by Victor Stinner
· 14 years ago
a093d0d
Issue #8992: Simplify addcleanup() API
by Victor Stinner
· 14 years ago
b3c9e07
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
by Victor Stinner
· 14 years ago
beef5dc
Merged revisions 87607 via svnmerge from
by Benjamin Peterson
· 14 years ago
834cb39
update copyright to 2011
by Benjamin Peterson
· 14 years ago
8aa7e99
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.
by Georg Brandl
· 14 years ago
92be939
Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
by Victor Stinner
· 14 years ago
cb428f0
Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
by Victor Stinner
· 14 years ago
810023d
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
by Antoine Pitrou
· 14 years ago
13d49ee
Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
by Victor Stinner
· 14 years ago
8334fd9
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
by Georg Brandl
· 14 years ago
4d0d471
Merge branches/pep-0384.
by Martin v. Löwis
· 14 years ago
ebc0052
import: use PyUnicode_FSConverter to support bytes path and PEP 383
by Victor Stinner
· 14 years ago
b2ddf79
Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!)
by Nick Coghlan
· 14 years ago
e5b99f0
Remove redundant includes of headers that are already included by Python.h.
by Georg Brandl
· 14 years ago
71c23d4
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
by Georg Brandl
· 14 years ago
e71362d
Issue #10518: Bring back the callable() builtin.
by Antoine Pitrou
· 14 years ago
0a4dae5
fix refleak
by Benjamin Peterson
· 14 years ago
5a96b52
Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil
by Antoine Pitrou
· 14 years ago
787cddc
Merged revisions 86545 via svnmerge from
by Benjamin Peterson
· 14 years ago
d8f6597
new plan: functions that want 'tmp' can declare it
by Benjamin Peterson
· 14 years ago
e82c169
Merged revisions 86540 via svnmerge from
by Benjamin Peterson
· 14 years ago
0e9e98e
c89 declarations
by Benjamin Peterson
· 14 years ago
aab9585
Merged revisions 86538 via svnmerge from
by Benjamin Peterson
· 14 years ago
5b06681
use %R format code; fixes invalid dereferencing #10391
by Benjamin Peterson
· 14 years ago
Next »