Staging
v0.5.1
https://github.com/python/cpython
Revision d9c0a7ae94ef81e69d927d834131bad760d4d99d authored by Raymond Hettinger on 03 July 2004, 10:02:28 UTC, committed by Raymond Hettinger on 03 July 2004, 10:02:28 UTC
* Added test for pickling contexts
* Renamed ExceptionList to Signals (to match wording in the spec)
* Simplified Context constructor by allowing flags=None to automatically
  generate a zeroed-out flags dictionary.
* inlined _convertString() which was used only once
* _rounding_decision is private, so excluded its contants from __all__.
* added an XXX comment with concerns about subclassing signals results in
  a deviation from the spec (maybe important, maybe not).
* Taught the test_suite to determine its own directory (modeled after code
  in regrtest.py).  Enables it to be run when the current directory is not
  the test directory.
* Added a clear_flags() method to the Context API to make it easier to do
  a common operation with flags.
* Fixed the trap_enablers defaults in BasicDefaultContext to match the spec.
1 parent 41d13f6
History
Tip revision: d9c0a7ae94ef81e69d927d834131bad760d4d99d authored by Raymond Hettinger on 03 July 2004, 10:02:28 UTC
Work through several open todos:
Tip revision: d9c0a7a
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.2 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.6 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 565.2 KB
configure.in -rw-r--r-- 83.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 23.2 KB
setup.py -rw-r--r-- 52.0 KB

README

back to top