- 01 Tem, 2003 20 kayıt (commit)
-
-
Just van Rossum yazdı
- use isinstance instead of flaky file-detection code
-
Neal Norwitz yazdı
-
Tim Peters yazdı
mostly for convenience and to aid debugging.
-
Tim Peters yazdı
-
Fred Drake yazdı
closes SF bug #764003 - fix markup for consistency
-
Fred Drake yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Backport candidate
-
Tim Peters yazdı
on Windows.
-
Tim Peters yazdı
Bugfix candidate.
-
Neal Norwitz yazdı
Don't run any tests if there is no ssl support.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(Contributed by Gerritt Holl) * Remove the last mentions of string exceptions * Reference a third-party repository of programs * Minor clarification of comp.lang.py posting volumes
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Flesh out docs to better explain time.strptime (closes bug #697990).
-
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 8 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ı
-