- 01 Tem, 2003 3 kayıt (commit)
-
-
Neal Norwitz yazdı
Pass the proper variable when the user supplies a directory. Will backport.
-
Neal Norwitz yazdı
Don't check expanduser('~') if the home directory == the root directory (ie, we are running as root).
-
Mark Hammond yazdı
defering to the encodings package. As described in [ 763111 ] mbcs encoding should skip encodings package
-
- 30 Haz, 2003 12 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Thomas Heller yazdı
Closes sf #761401. Backport candidate.
-
Neal Norwitz yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Walter Dörwald yazdı
sound while the first one is still running, as the first one one might already have finished. Fixes part of SF bug #763052.
-
Raymond Hettinger yazdı
Fixed a nit.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
Also fix a memory leak.
-
Tim Peters yazdı
-
Neal Norwitz yazdı
-
- 29 Haz, 2003 25 kayıt (commit)
-
-
Just van Rossum yazdı
- don't use "abc" in aString - don't reorganize extension modules when not using zipimport
-
Just van Rossum yazdı
installed Python, yet include any modules not in the std lib - reworked extension module inclusion code: put all .so files in a subdirectory of Contents/Resources/, but more importantly, correctly support extensions that are submodules.
-
Raymond Hettinger yazdı
* Test with infinite inputs (using take() on the output) * Test whether GC can find and eliminate cycles.
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
The obvious way for this assertion to fail is if the LineAndFileWrapper constructor is called when an empty line. Raise a BadStatusError before the call.
-
Jeremy Hylton yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Barry Warsaw yazdı
-
Jeremy Hylton yazdı
-
Barry Warsaw yazdı
after running the script so that a program could do something like: os.environ['PYTHONINSPECT'] = 1 to programmatically enter a prompt at the end. (After a patch by Skip Montanaro w/ proposal by Troy Melhase
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Tim Peters yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
Jeremy can check in the real things.
-
Tim Peters yazdı
-
Skip Montanaro yazdı
-
Raymond Hettinger yazdı
Analysis by Bob Halley: The test seems to expect that if time.daylight is true, then the is_dst field of the tm structure will be 1 too. But this isn't the case, since daylight is true if the timezone does DST, *not* if DST is in effect.
-
Andrew MacIntyre yazdı
-
Raymond Hettinger yazdı
* Added unittest that fails before, but not after Neil's fix to ceval.c.
-
Neal Norwitz yazdı
Will backport.
-
Tim Peters yazdı
-
Tim Peters yazdı
I won't have time to write real docs, but spent a lot of time adding comments to his code and fleshing out the exported functions' docstrings. There's probably opportunity to consolidate how docstrings get extracted too, and the new code for that is probably better than the old code for that (which strained mightily to recover from 2.2's new class/type gimmicks).
-