- 01 Feb, 2003 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 31 Jan, 2003 6 commits
-
-
Fred Drake authored
provided by the unittest framework.
-
Fred Drake authored
found.
-
Fred Drake authored
path names.
-
Fred Drake authored
- use random.randrange() instead of whrandom.randint() - commented some code that appears unused - normalize whitespace
-
Chris McDonough authored
-
Chris McDonough authored
-
- 30 Jan, 2003 13 commits
-
-
Barry Warsaw authored
Close an autopack race, where if a store was done after a sweep, but before the collect_objs, the stored object would stay in packmark until the next pack, preventing any objects it references from being counted in the root-reachable test. I don't have time to write a test case for this. :( pack(): After we acquire the packlock, but before we set the packing flag to True, we clear the packmark table. _dopack(): Use the convenience wrapper _withlock method.
-
Fred Drake authored
just in case someone can make it take less time. (This one takes 40 seconds of an 11-minute test run for me.)
-
Fred Drake authored
-
Fred Drake authored
-
Jeremy Hylton authored
-
Fred Drake authored
- minor nits
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
2.2 now.
-
Florent Guillaume authored
-
Florent Guillaume authored
of Unicode and non-ascii string that are incompatible (because the encoding of the latter is unknown) by substituting a representation of the non-ascii string. I18n interpolation doesn't fail anymore if a i18n:name is not provided, the ${string} in the translation is just left as is. Collector #696: tal:replace of a non-string (a number for examlpe) associated with a i18n:name failed to be interpolated properly. Improved tests for i18n and added tests for interpolate().
-
Fred Drake authored
-
Fred Drake authored
-
- 29 Jan, 2003 3 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
- 28 Jan, 2003 5 commits
-
-
Fred Drake authored
Remove the stupid_clean script.
-
Fred Drake authored
-
Barry Warsaw authored
-
Florent Guillaume authored
-
Sidnei da Silva authored
-
- 27 Jan, 2003 10 commits
-
-
Guido van Rossum authored
Reduced the size of the password in testLongPassword() so that that test doesn't take a minute or more.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
version string.
-
Barry Warsaw authored
_version_check(): Backport the setting up and checking of the storage version string.
-
Fred Drake authored
-