cpython/Python
Antoine Pitrou 7ff1822ec7 Issue #15340: Fix importing the random module when /dev/urandom cannot be opened.
This was a regression caused by the hash randomization patch.
2012-09-07 23:49:07 +02:00
..
Python-ast.c Issue #13436: commit regenerated Python-ast.c 2011-11-22 21:52:30 +01:00
_warnings.c Remove obsolete py3k comment. 2011-12-09 23:41:21 +01:00
asdl.c
ast.c put * in the normal place 2012-09-02 16:36:01 -04:00
bltinmodule.c Issue #15741: Fix potential NULL dereference. Found by Coverity. 2012-08-20 17:19:50 +02:00
ceval.c catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) 2011-07-15 14:09:26 -05:00
ceval_gil.h
codecs.c Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. 2012-01-18 22:30:21 +01:00
compile.c remove unused variable 2012-07-18 17:57:46 -05:00
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
fileutils.c
formatter_unicode.c
frozen.c Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas 2011-05-16 16:29:35 +02:00
frozenmain.c
future.c Fix typo when "PyObject*" was changed to "identifier" 2012-03-23 12:50:53 +00:00
getargs.c Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c. 2012-05-08 03:51:18 -07:00
getcompiler.c
getcopyright.c add another year to glorious PSF IP 2011-12-31 22:42:26 -06:00
getcwd.c
getopt.c Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. 2012-02-21 19:03:47 +01:00
getplatform.c
getversion.c
graminit.c Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. 2012-01-15 19:15:36 -06:00
import.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 2012-08-15 23:18:25 +02:00
importdl.c
importdl.h
makeopcodetargets.py
marshal.c Issue #14177: marshal.loads() now raises TypeError when given an unicode string. 2012-03-03 02:35:32 +01:00
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 2012-09-06 00:59:49 +02:00
pystrcmp.c
pystrtod.c
pythonrun.c Close #13119: use "\r\n" newline for sys.stdout/err on Windows 2012-08-04 01:37:32 +02:00
pytime.c
random.c Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. 2012-09-07 23:49:07 +02:00
sigcheck.c
strdup.c
structmember.c
symtable.c Issue #13343: Fix a SystemError when a lambda expression uses a global 2011-11-04 22:17:45 +01:00
sysmodule.c Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 2012-02-20 21:31:46 +01:00
thread.c
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h Issue #14184: Increase the default stack size for secondary threads on 2012-03-13 11:18:18 -07:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c