1. 84fedf7 No need to assign the results of expressions used only for side effects. by Georg Brandl · 14 years ago
  2. 4c1f881 Deprecate Bastion and rexec for 3.0. by Brett Cannon · 16 years ago
  3. e2d827d Patch #1698951: clarify deprecation message in rexec and Bastion by Georg Brandl · 17 years ago
  4. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 18 years ago
  5. 810b76a Remove rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  6. acf2618 Remove reference to pcre module by Andrew M. Kuchling · 20 years ago
  7. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  8. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  9. 34a2e08 Sabotage rexec.py. It is not safe since the new-style classes. by Guido van Rossum · 21 years ago
  10. d5ae01a Applying patch by Gustavo Niemeyer · 22 years ago
  11. a0f453b Allow restricted code to get byteorder, getdefaultencoding(), by Fred Drake · 22 years ago
  12. 83d0fd2 Trying alphabet again by Jeremy Hylton · 22 years ago
  13. a325c42 Sort names alphabetically. by Jeremy Hylton · 22 years ago
  14. 69dc0c5 Add hexversion to list of safe sys names (SF bug 621447). by Jeremy Hylton · 22 years ago
  15. 7f7c3d0 Address SF bug #577530: del __builtins__ breaks out of rexec by Guido van Rossum · 22 years ago
  16. da07ea7 Use code.interact(), which is even simpler, *and* imports readline when it can. by Guido van Rossum · 22 years ago
  17. 2aabac8 Don't poorly emulate the interactive interpreter, use by Guido van Rossum · 22 years ago
  18. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  19. 59b2a74 SF bug 533625 (Armin Rigo). rexec: potential security hole by Guido van Rossum · 22 years ago
  20. 1dbe6c0 Move statement out of comment block by Raymond Hettinger · 22 years ago
  21. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 22 years ago
  22. f902296 Ignore execfile() return value; reported by Neal Norwitz. by Fred Drake · 23 years ago
  23. 8fa4567 Now that file objects are subclassable, you can get at the file constructor by Tim Peters · 23 years ago
  24. 97dbec9 Remove redundant import (PyChecker). by Guido van Rossum · 23 years ago
  25. 56b5fdd Remove make_re() function; this is no longer needed since _sre and pcre by Fred Drake · 23 years ago
  26. a2d848e Add sha and _sre to the list of allowed built-in modules. by Fred Drake · 23 years ago
  27. 183a2f2 Fix SF bug #433904 (Alex Martelli) - all s_* methods return None only. by Guido van Rossum · 23 years ago
  28. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  29. 0c9886d Whitespace normalization. by Tim Peters · 23 years ago
  30. 034c2a9 Add support for "import re" -- it uses pre, but user code does not need to. by Fred Drake · 24 years ago
  31. f07029e Get rid of the classes RModuleLoader and RModuleImporter -- these were by Guido van Rossum · 26 years ago
  32. eeb6428 (1) Added a sys.exc_info() emulation. (It returns None for the traceback.) by Guido van Rossum · 26 years ago
  33. 8b3282b For completeness, add a dummy load_package() method to RHooks. It by Guido van Rossum · 26 years ago
  34. 1f40cd6 Add the __doc__ string from the original module on copy_none(). by Guido van Rossum · 26 years ago
  35. 3ec38f0 A few lines were indented using tabs instead of spaces -- fix them. by Guido van Rossum · 26 years ago
  36. 426916e Add pcre to the list of safe modules. by Guido van Rossum · 27 years ago
  37. faeae5c Alas, I have to restore 'marshal', since it is needed by the new by Guido van Rossum · 27 years ago
  38. 3ee6b19 Removed 'marshal' from the list of "ok" built-in functions -- the by Guido van Rossum · 27 years ago
  39. 32616fb Make sure ok_builtin_modules, ok_dynamic_modules and by Guido van Rossum · 28 years ago
  40. fe779a1 Don't mix stdout/stderr. by Guido van Rossum · 28 years ago
  41. dfd9cb1 Don't die if an ok file method (e.g. fileno) doesn't exist. by Guido van Rossum · 28 years ago
  42. e7b9fde 1. Correct typo in FileWrapper.close() (fix by AMK). by Guido van Rossum · 28 years ago
  43. 63f0cf0 delattr() can raise AttributeError, not KeyError. by Guido van Rossum · 28 years ago
  44. cd6aab9 Fixed restore_files(); added reset_files(); made these more flexible. by Guido van Rossum · 28 years ago
  45. 3ada87a fix typo in load_dynamic by Guido van Rossum · 28 years ago
  46. fdd45cb Fix some obsolete names comments. by Guido van Rossum · 28 years ago
  47. 1035a89 make sure the path ends in a slash in reload() by Guido van Rossum · 29 years ago
  48. 1859600 fix reload use of __filename__ by Guido van Rossum · 29 years ago
  49. bebe515 add module binascii; add r_unload/s_unload; don't change 'rb' to 'r' in open by Guido van Rossum · 29 years ago
  50. 1383356 added sys.std files, read-only open, reload by Guido van Rossum · 29 years ago
  51. 40d1ea3 new package support, import hooks, restricted execution support by Guido van Rossum · 29 years ago
  52. b472815 use imp.new_module(), not new.module(); and /usr/local by Guido van Rossum · 29 years ago
  53. b5f9460 allow safe_import to be called with up to 4 args and check for . in name by Guido van Rossum · 29 years ago
  54. 8e8a525 evolution by Guido van Rossum · 29 years ago
  55. 9a22de1 new files by Guido van Rossum · 29 years ago