- 08 Nis, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 07 Nis, 2004 5 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
relationships at program exit. Output is a bit prettier than that for --listfuncs but won't parse as easily using downstream postprocessing tools.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
pre-increment forms to post-increment forms. Post-incrementing also eliminates the need for negative array indices for oparg fetches. * In exception handling code, check for class based exceptions before the older string based exceptions.
-
Raymond Hettinger yazdı
BINARY_SUBSCR: * invert test for normal case fall through * eliminate err handling code by jumping to slow_case LOAD_LOCALS: * invert test for normal case fall through * continue instead of break for the non-error case STORE_NAME and DELETE_NAME: * invert test for normal case fall through LOAD_NAME: * continue instead of break for the non-error case DELETE_FAST: * invert test for normal case fall through LOAD_DEREF: * invert test for normal case fall through * continue instead of break for the non-error case
-
- 06 Nis, 2004 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
Restores the self-documenting enum declaration.
-
Raymond Hettinger yazdı
This allows multiple flags to be tested in a single compare which eliminates unnecessary compares and saves a few bytes.
-
Hye-Shik Chang yazdı
been used. (Suggested by Martin v. Loewis)
-
- 05 Nis, 2004 2 kayıt (commit)
-
-
Tim Peters yazdı
tests of "why" against WHY_YIELD became useless. This patch removes them, but assert()s that why != WHY_YIELD everywhere such a test was removed. The test suite ran fine under a debug build (i.e., the asserts never triggered).
-
Raymond Hettinger yazdı
attribute name lookup.
-
- 04 Nis, 2004 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Andrew MacIntyre yazdı
the socket name must start with /socket32/. Unlike Unix systems, this file never exists in the file system.
-
Andrew MacIntyre yazdı
with major C compilers (VACPP, EMX+gcc and [Open]Watcom). Also tidy up the export of spawn*() symbols in the os module to match what is found/implemented.
-
Andrew MacIntyre yazdı
close() calls would attempt to free() the buffer already free()ed on the first close(). [bug introduced with patch #788249] Making sure that the buffer is free()ed in file object deallocation is a belt-n-braces bit of insurance against a memory leak.
-
- 03 Nis, 2004 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 02 Nis, 2004 2 kayıt (commit)
-
-
Skip Montanaro yazdı
Also, move pystack comment down next to it
-
Skip Montanaro yazdı
-
- 01 Nis, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
as directly setting the .prog attribute (which should be supported based on the class docstring). Closes SF bug #850964.
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
Revise the long comment that explained details of the magic number in gory detail.
-
- 31 Mar, 2004 7 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Bugfix candidate] Escape traceback type and value. There are probably additional cases where cgitb.py doesn't escape as paranoidly as it should (e.g. attribute names)
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Guido van Rossum yazdı
inherit those bits, causing the test_mkdtemp.test_mode() test to fail. Remove those before comparing the actual mode to the expected mode.
-
Fred Drake yazdı
PDF and PostScript versions of the docs (the CSS already does this for HTML)
-
Fred Drake yazdı
-
Fred Drake yazdı
Closes SF bug #837228; backporting for Python 2.3.4.
-
Fred Drake yazdı
distribution (see SF bug #796042)
-
- 29 Mar, 2004 3 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
Tim Peters yazdı
member.
-
Andrew M. Kuchling yazdı
-
- 28 Mar, 2004 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
The .closed property always returned the wrong result. Bugfix candidate!
-
- 27 Mar, 2004 3 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
- fix a couple typos - refine definitions for "interpreted" and "coercion" based upon updates on the python glossary wiki
-
Raymond Hettinger yazdı
-
- 26 Mar, 2004 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Factor constant expressions out of loops. * Presize a list being grown to a known length.
-
Raymond Hettinger yazdı
-