- 23 Sep, 2003 8 commits
-
-
Thomas Heller authored
Forward ported from release23-maint.
-
Thomas Heller authored
Already 'backported' to release23-maint.
-
Thomas Heller authored
whole main page. Support 2.3 and 2.4 docs in HTMLHelp format. Already 'backported' to release-23maint.
-
Raymond Hettinger authored
-
Anthony Baxter authored
-
Steve Purcell authored
given prefix rather than comparing a slice.
-
Fred Drake authored
-
Anthony Baxter authored
-
- 22 Sep, 2003 11 commits
-
-
Tim Peters authored
assertRaises. NOT a bugfix candidate.
-
Tim Peters authored
why in a new comment. My home Win98SE box is one of the "real systems" alluded to (my system "default sound" appears to have vanished sometime in the last month, that's certainly not a Python bug, and the MS PlaySound docs are correct in their explanation of what happens then). Bugfix candidate. If someone can still sneak it into 2.3.1, that would be good.
-
Raymond Hettinger authored
-
Guido van Rossum authored
-
Raymond Hettinger authored
-
Walter Dörwald authored
-
Marc-André Lemburg authored
Added test whether wchar_t is signed or not. A signed wchar_t is not usable as internal unicode type base for Py_UNICODE since the unicode implementation assumes an unsigned type.
-
Steve Purcell authored
method (PyUnit issue 563882, thanks to Alexandre Fayolle) - Ignore non-callable attributes of classes when searching for test method names (PyUnit issue 769338, thanks to Seth Falcon) - New assertTrue and assertFalse aliases for comfort of JUnit users - Automatically discover 'runTest()' test methods (PyUnit issue 469444, thanks to Roeland Rengelink) - Dropped Python 1.5.2 compatibility, merged appropriate shortcuts from Python CVS; should work with Python >= 2.1. - Removed all references to string module by using string methods instead
-
Raymond Hettinger authored
-
Jeremy Hylton authored
Refactor code so that one helper routine sets error location and increments st_errors. Bug fix candidate.
-
Gregory P. Smith authored
-
- 21 Sep, 2003 4 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
version in the python 2.3.1 tree.
-
Raymond Hettinger authored
-
Gregory P. Smith authored
features in BerkeleyDB not exposed. notably: the DB_MPOOLFILE interface has not yet been wrapped in an object. Adds support for building and installing bsddb3 in python2.3 that has an older version of this module installed as bsddb without conflicts. The pybsddb.sf.net build/packaged version of the module uses a dynamicly loadable module called _pybsddb rather than _bsddb.
-
- 20 Sep, 2003 14 commits
-
-
Gregory P. Smith authored
adding the iterator interface for python >= 2.3.
-
Tim Peters authored
test_bad_address(): Recover from that VeriSign thought it would boost its corporate coffers to start resolving http://www.sadflkjsasadf.com/. Bugfix candidate -- although the bug is more VeriSign's than Python's!
-
Tim Peters authored
exist, and neither do any of the specific 5-letter locale names the test is looking for.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Not backported because of behaviour change.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
if configured --without-threads. Backported to 2.3.
-
- 19 Sep, 2003 1 commit
-
-
Brett Cannon authored
-
- 17 Sep, 2003 2 commits
-
-
Thomas Heller authored
Will backport to 2.3.
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-