..
Python-ast.c
merge 3.3 (#20588)
12 years ago
_warnings.c
merge 3.3 (#24096)
11 years ago
asdl.c
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
ast.c
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
bltinmodule.c
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
10 years ago
ceval.c
Various minor typos in documentation and comments
10 years ago
ceval_gil.h
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
codecs.c
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
11 years ago
compile.c
Issue #25523: Correct "a" article to "an" article
10 years ago
condvar.h
Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
12 years ago
dtoa.c
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
12 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
dynload_dl.c
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
dynload_hpux.c
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
dynload_next.c
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
dynload_shlib.c
Issue #16136: Remove VMS support and VMS-related code
12 years ago
dynload_stub.c
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
dynload_win.c
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
errors.c
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
fileutils.c
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
formatter_unicode.c
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
12 years ago
frozen.c
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
frozenmain.c
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
future.c
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
getargs.c
Fixed error message for the "u#" format code.
11 years ago
getcompiler.c
The GCC version is loooooooooong; put it on a new line.
26 years ago
getcopyright.c
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
getopt.c
Issue #13540: Expanded argparse documents to clarify the action API
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 #13590: Improve support for OS X Xcode 4:
14 years ago
import.c
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
11 years ago
importdl.c
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
importdl.h
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
importlib.h
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
10 years ago
makeopcodetargets.py
Issue #13590: Improve support for OS X Xcode 4:
14 years ago
marshal.c
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
modsupport.c
Issue #20024: Py_BuildValue() now saves/restores the current exception before
12 years ago
mysnprintf.c
Recorded merge of revisions 81029 via svnmerge from
16 years ago
mystrtoul.c
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
opcode_targets.h
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
peephole.c
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
pyarena.c
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
pyctype.c
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
17 years ago
pyfpe.c
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
25 years ago
pyhash.c
Issue #20162: Fix an alignment issue in the siphash24() hash function which
12 years ago
pymath.c
Issue 24366: Merge 3.3
11 years ago
pystate.c
Issue #19255: The builtins module is restored to initial value before
12 years ago
pystrcmp.c
Untabify C files. Will watch buildbots.
16 years ago
pystrtod.c
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
pythonrun.c
Fix race condition in create_stdio()
10 years ago
pytime.c
Issue #20320: select.select() and select.kqueue.control() now round the timeout
12 years ago
random.c
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
10 years ago
sigcheck.c
REMOVED all CWI, CNRI and BeOpen copyright markings.
26 years ago
strdup.c
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
14 years ago
structmember.c
Issue #13540: Expanded argparse documents to clarify the action API
14 years ago
symtable.c
remove dead *-import checking code (closes #24049)
11 years ago
sysmodule.c
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
11 years ago
thread.c
Issue #25523: Correct "a" article to "an" article
10 years ago
thread_foobar.h
Untabify C files. Will watch buildbots.
16 years ago
thread_nt.h
Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
12 years ago
thread_pthread.h
Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
12 years ago
traceback.c
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
11 years ago