- 30 Jan, 2003 9 commits
-
-
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 14 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
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
- 24 Jan, 2003 3 commits
-
-
Evan Simpson authored
-
Guido van Rossum authored
-
Andreas Jung authored
-
- 23 Jan, 2003 6 commits
-
-
Fred Drake authored
-
Fred Drake authored
the tests.
-
Fred Drake authored
same results regardless of case.
-
Guido van Rossum authored
(1) Change the mapping from zLOG levels to logging levels to use custom intermediary levels 15 and 5 for BLATHER and TRACE, rather than using a confusing skewed mapping. (2) In the ZConfig datatype definition for a logging level, added 'blather' and 'trace' to the level names, added 'warning' as an alias for 'warn', change 'all' to mean 1, and add 'notset' to mean 0. The semantics of NOTSET are very different than those of 1; setting a logger's level to NOTSET searches for a parent logger with a nonzero level. The root of all loggers is initialized with WARN as its level, so setting the level to NOTSET effectively sets it to WARN rather than to the most inclusive level! (3) In the schema, change the default level for handlers to notset, so they use their logger's level; the default level for the logger is set to info, corresponding to the old default for STUPID_LOG_SEVERITY.
-
Fred Drake authored
properly, including that use of the these stream names uses a delayed lookup of the streams).
-
Fred Drake authored
-