- 30 May, 2006 6 commits
-
-
Tim Peters authored
I don't have a box with nearly enough RAM, or an OS, that could get close to tickling this, though (requires a dict w/ at least 2**31 entries).
-
Neal Norwitz authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
are run in the order: test_genexps (or any other doctest-based test) test_struct test_doctest The `warnings` module needs an advertised way to save/restore its internal filter list.
-
Bob Ippolito authored
-
- 29 May, 2006 18 commits
-
-
Bob Ippolito authored
struct: modulo math plus warning on all endian-explicit formats for compatibility with older struct usage (ugly)
-
Fredrik Lundh authored
the current behaviour ;-)
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Use Py_UnpackTuple instead of PyArg_ParseTuple where possible.
-
Georg Brandl authored
-
Georg Brandl authored
and watch out for handler name collisions.
-
Nick Coghlan authored
-
Georg Brandl authored
-
Armin Rigo authored
-
Bob Ippolito authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Nick Coghlan authored
Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily.
-
Georg Brandl authored
Fix refleak in exceptions.
-
- 28 May, 2006 16 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Armin Rigo authored
release builds of Python.
-
Georg Brandl authored
still used?)
-
Georg Brandl authored
-
Thomas Wouters authored
-
Michael W. Hudson authored
subclasses.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
(fixes #1496539)
-
Armin Rigo authored
Remove various dependencies on dictionary order in the standard library tests, and one (clearly an oversight, potentially critical) in the standard library itself - base64.py. Remaining open issues: * test_extcall is an output test, messy to make robust * tarfile.py has a potential bug here, but I'm not familiar enough with this code. Filed in as SF bug #1496501. * urllib2.HTTPPasswordMgr() returns a random result if there is more than one matching root path. I'm asking python-dev for clarification...
-
Marc-André Lemburg authored
performance measurements. The module is currently just a proof-of-concept implementation, but will integrated into pybench once it is stable enough. License: pybench license. Author: Marc-Andre Lemburg.
-
Michael W. Hudson authored
Make some functions that should have been static static. Fix a bunch of refleaks by fixing the definition of MiddlingExtendsException. Remove all the __new__ implementations apart from BaseException_new. Rewrite most code that needs it to cope with NULL fields (such code could get excercised anyway, the __new__-removal just makes it more likely). This involved editing the code for WindowsError, which I can't test. This fixes all the refleaks in at least the start of a regrtest -R :: run.
-
Martin v. Löwis authored
claim that Erik von Blokland is the author of the installer picture.
-
George Yoshida authored
Contributed by Bjorn Tillenius.
-