You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Victor Stinner a1b0c9fc4d PyArg_Parse*("U"): ensure that the Unicode string is ready 14 years ago
..
Python-ast.c Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. 14 years ago
_warnings.c Finally fix all test_capi refleaks 14 years ago
asdl.c Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. 14 years ago
ast.c merge 3.2 14 years ago
bltinmodule.c Issue #2377: Make importlib the implementation of __import__(). 14 years ago
ceval.c PEP 415: Implement suppression of __context__ display with an exception attribute 14 years ago
ceval_gil.h Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2. 15 years ago
codecs.c Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) 14 years ago
compile.c Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue 14 years ago
dtoa.c Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). 14 years ago
dup2.c #9060 Let platforms without dup2() compile the replacement fonction without error. 15 years ago
dynamic_annotations.c Make (most of) Python's tests pass under Thread Sanitizer. 16 years ago
dynload_aix.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
dynload_dl.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
dynload_hpux.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
dynload_next.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
dynload_os2.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
dynload_shlib.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
dynload_stub.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
dynload_win.c Fix #13210. Port the Windows build from VS2008 to VS2010. 14 years ago
errors.c Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. 14 years ago
fileutils.c Issue #14153 Create _Py_device_encoding() to prevent _io from having to import 14 years ago
formatter_unicode.c Close #14648: Compute correctly maxchar in str.format() for substrin 14 years ago
freeze_importlib.py Avoid "warning: no newline at end of file" in importlib.h. 14 years ago
frozen.c Issue #2377: Make importlib the implementation of __import__(). 14 years ago
frozenmain.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
future.c Fix typo when "PyObject*" was changed to "identifier" 14 years ago
getargs.c PyArg_Parse*("U"): ensure that the Unicode string is ready 14 years ago
getcompiler.c The GCC version is loooooooooong; put it on a new line. 26 years ago
getcopyright.c Update copyright years and version name. 14 years ago
getcwd.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
getopt.c Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. 14 years ago
getplatform.c REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
getversion.c Remove trailing whitespace. 16 years ago
graminit.c Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. 14 years ago
import.c Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue 14 years ago
importdl.c Issue #14599: Generalize a test for ImportError.path and add support 14 years ago
importdl.h Issue #13959: Move module type constants to Lib/imp.py. 14 years ago
importlib.h Tweak importlib._bootstrap to avoid zero-argument super so I can work on issue #14857 without breaking imports 14 years ago
makeopcodetargets.py excise the remains of STOP_CODE, which hasn't done anything useful for years 15 years ago
marshal.c - Issue #14177: marshal.loads() now raises TypeError when given an unicode 14 years ago
modsupport.c modsupport.c reuses Py_UNICODE_strlen() 14 years ago
mysnprintf.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
mystrtoul.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
opcode_targets.h Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
peephole.c Implement PEP 393. 14 years ago
pyarena.c Remove redundant includes of headers that are already included by Python.h. 15 years ago
pyctype.c Include files missed in r72044. 17 years ago
pyfpe.c Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. 25 years ago
pymath.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
pystate.c Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. 14 years ago
pystrcmp.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
pystrtod.c Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). 14 years ago
pythonrun.c PEP 415: Implement suppression of __context__ display with an exception attribute 14 years ago
pytime.c Issue #14127: Add ns= parameter to utime, futimes, and lutimes. 14 years ago
random.c enable hash randomization by default 14 years ago
sigcheck.c REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
strdup.c Mass ANSIfication of function definitions. Doesn't cover all 'extern' 26 years ago
structmember.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
symtable.c Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue 14 years ago
sysmodule.c Implemented PEP 405 (Python virtual environments). 14 years ago
thread.c Issue #11863: Remove support for legacy systems deprecated in Python 3.2 15 years ago
thread_foobar.h Recorded merge of revisions 81029 via svnmerge from 16 years ago
thread_nt.h Issue #11618: Fix the timeout logic in threading.Lock.acquire() under 15 years ago
thread_os2.h Recorded merge of revisions 81029 via svnmerge from 16 years ago
thread_pth.h Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 15 years ago
thread_pthread.h Issue #14184: merge 14 years ago
traceback.c Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide 14 years ago