- 23 Eyl, 2003 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Anthony Baxter yazdı
-
Steve Purcell yazdı
given prefix rather than comparing a slice.
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
- 22 Eyl, 2003 11 kayıt (commit)
-
-
Tim Peters yazdı
assertRaises. NOT a bugfix candidate.
-
Tim Peters yazdı
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 yazdı
-
Guido van Rossum yazdı
-
Raymond Hettinger yazdı
-
Walter Dörwald yazdı
-
Marc-André Lemburg yazdı
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 yazdı
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 yazdı
-
Jeremy Hylton yazdı
Refactor code so that one helper routine sets error location and increments st_errors. Bug fix candidate.
-
Gregory P. Smith yazdı
-
- 21 Eyl, 2003 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
version in the python 2.3.1 tree.
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
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 Eyl, 2003 14 kayıt (commit)
-
-
Gregory P. Smith yazdı
adding the iterator interface for python >= 2.3.
-
Tim Peters yazdı
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 yazdı
exist, and neither do any of the specific 5-letter locale names the test is looking for.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Not backported because of behaviour change.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
if configured --without-threads. Backported to 2.3.
-
- 19 Eyl, 2003 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 17 Eyl, 2003 2 kayıt (commit)
-
-
Thomas Heller yazdı
Will backport to 2.3.
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
- 16 Eyl, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Reference the doctest.DocTestSuite() conversion tool.
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
so fiddle Jeremy's fix to live with that. Also added more comments. Bugfix candidate (this bug is in all versions of Python, at least since 2.1).
-