~mwhudson/pypy/imported-pypy-rdict-refactoring

  • Committer: arigo
  • Date: 2006-03-23 10:30:47 UTC
  • Revision ID: svn-v4:fd0d7bf2-dfb6-0310-8d31-b7ecfe96aada:pypy/branch/pypy-rdict-refactoring:24868
Typo (thanks Ben Young).  Quite hard to test because CPython
eats all exceptions in __eq__ called by the dict lookup
algorithm!  Bad CPython!

Filename Latest Rev Last Changed Committer Comment Size
..
_fakecompiler 6090 18 years ago hpk FIXEOL Diff
logic 8060 18 years ago arigo fixeol Diff
pyontology 7857 18 years ago arigo fixeol Diff
test2 4764 18 years ago arigo Merging the trunk into the branch, step 2: re-addi Diff
__init__.py 4764 18 years ago arigo Merging the trunk into the branch, step 2: re-addi 168 bytes Diff Download File
_classobj.py 4764 18 years ago arigo Merging the trunk into the branch, step 2: re-addi 17.8 KB Diff Download File
_exceptions.py 5949 18 years ago ac (arre, ale) Fix the __str__methon of UnicodeEncod 14.2 KB Diff Download File
_file.py 6994 18 years ago arigo * turn the file's OSErrors into IOErrors. * minor 13.1 KB Diff Download File
_float_formatting.py 5537 18 years ago tismer some corrections that make _formatting and _float_ 3.3 KB Diff Download File
_formatting.py 5710 18 years ago ale Added support for using __unicode__ methods in _fo 15.1 KB Diff Download File
_marshal.py 5186 18 years ago tismer marshalling of unicode related stuff works now. ma 16.7 KB Diff Download File
_osfilewrapper.py 6284 18 years ago arigo Don't crash trying to write .pyc files, just ignor 1 KB Diff Download File
_sio.py 7264 18 years ago mwh correct two max's that should have been min's 25.6 KB Diff Download File
_sre.py 5966 18 years ago nik added pure app-levle _sre (circular import issue r 47 KB Diff Download File
binascii.py 6103 18 years ago arigo This file didn't come along... 23.5 KB Diff Download File
cmath.py 4739 18 years ago ac Support second argument to cmath.log(). 4.2 KB Diff Download File
collections.py 5529 18 years ago pedronis keep using the algorithm, use generators for reada 8.7 KB Diff Download File
cPickle.py 5961 18 years ago ale Added handling of keyword arguments 1.1 KB Diff Download File
cStringIO.py 4764 18 years ago arigo Merging the trunk into the branch, step 2: re-addi 97 bytes Diff Download File
datetime.py 7295 18 years ago arigo (pedronis, arigo) bugs reported by test_datetime.p 70.3 KB Diff Download File
decimal.py 4764 18 years ago arigo Merging the trunk into the branch, step 2: re-addi 101 KB Diff Download File
functional.py 8663 18 years ago arigo fixeol 1.6 KB Diff Download File
gc.py 4915 18 years ago nik The timeit module didn't work because it uses the 101 bytes Diff Download File
imp.py 7364 18 years ago ale Do not use import in functions meant for implement 6.3 KB Diff Download File
itertools.py 4764 18 years ago arigo Merging the trunk into the branch, step 2: re-addi 19.5 KB Diff Download File
marshal.py 5183 18 years ago arigo For now, disable pyc file support. This creates m 64 bytes Diff Download File
md5.py 4764 18 years ago arigo Merging the trunk into the branch, step 2: re-addi 13.7 KB Diff Download File
operator.py 6053 18 years ago arigo Fix the 'exec' statement refusing general mappings 5.5 KB Diff Download File
random.py 4764 18 years ago arigo Merging the trunk into the branch, step 2: re-addi 25.6 KB Diff Download File
sha.py 4764 18 years ago arigo Merging the trunk into the branch, step 2: re-addi 9.3 KB Diff Download File
struct.py 5242 18 years ago ale changed binhex.py to use unsigned short in crc ins 10.5 KB Diff Download File