- 29 Jul, 2005 2 commits
-
-
Fred Drake authored
-
Vinay Sajip authored
Documentation added about changes in 2.4 to basicConfig(), including documentation of the keyword arguments. A version change note was also added to the basic example.
-
- 28 Jul, 2005 2 commits
-
-
Walter Dörwald authored
-
Hye-Shik Chang authored
-
- 27 Jul, 2005 3 commits
-
-
Michael W. Hudson authored
[ 1231069 ] ioctl has problem with -ive request codes by using the 'I' not the 'i' format code to PyArg_ParseTuple(). Backport candidate? Maybe...
-
Raymond Hettinger authored
-
Guido van Rossum authored
-
- 26 Jul, 2005 2 commits
-
-
Guido van Rossum authored
1.179): delete bogus __hasattr__ and __delattr__ methods on class Tk that were breaking Tkdnd.
-
Trent Mick authored
-
- 22 Jul, 2005 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 20 Jul, 2005 3 commits
-
-
Walter Dörwald authored
of unicode objects, so that codecs that do a str->str decoding won't promote the result to unicode. This fixes SF bug #1241507.
-
Fred Drake authored
for the implementation should be consulted (thanks to Evelyn Mitchell for suggesting this)
-
Fred Drake authored
-
- 19 Jul, 2005 1 commit
-
-
Georg Brandl authored
-
- 18 Jul, 2005 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 17 Jul, 2005 11 commits
-
-
Tim Peters authored
In addition, long_pow() skipped a necessary (albeit extremely unlikely to trigger) error check when converting an int modulus to long. Alas, I was unable to write a test case that crashed due to either cause. Bugfix candidate.
-
Tim Peters authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
docstrings to either "article number" or "message id".
-
Georg Brandl authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Hye-Shik Chang authored
-
Jack Jansen authored
file. This should make it a lot easier (I hope) to get the regular expressions right.
-
- 15 Jul, 2005 2 commits
-
-
Georg Brandl authored
-
Raymond Hettinger authored
Patch #1209527 (Contributed by Connelly).
-
- 14 Jul, 2005 2 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
- 12 Jul, 2005 5 commits
-
-
Walter Dörwald authored
with a PEP 263 encoding declaration results in long decoded line.
-
Jack Jansen authored
Turns out patch #1035255 was incomplete, it only patched _Filemodule.c and not filesupport.py. So regenerating caused as_pathname() to go into an infinite loop.
-
Georg Brandl authored
-
Georg Brandl authored
-
Michael W. Hudson authored
[ 1229429 ] missing Py_DECREF in PyObject_CallMethod Add a test in test_enumerate, which is a bit random, but suffices (reversed_new calls PyObject_CallMethod under some circumstances).
-