- 01 Jul, 2003 17 commits
-
-
Tim Peters authored
-
Fred Drake authored
closes SF bug #764003 - fix markup for consistency
-
Fred Drake authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Backport candidate
-
Tim Peters authored
on Windows.
-
Tim Peters authored
Bugfix candidate.
-
Neal Norwitz authored
Don't run any tests if there is no ssl support.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(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 authored
-
Brett Cannon authored
-
Brett Cannon authored
Flesh out docs to better explain time.strptime (closes bug #697990).
-
Neal Norwitz authored
Pass the proper variable when the user supplies a directory. Will backport.
-
Neal Norwitz authored
Don't check expanduser('~') if the home directory == the root directory (ie, we are running as root).
-
Mark Hammond authored
defering to the encodings package. As described in [ 763111 ] mbcs encoding should skip encodings package
-
- 30 Jun, 2003 12 commits
-
-
Neal Norwitz authored
-
Thomas Heller authored
Closes sf #761401. Backport candidate.
-
Neal Norwitz authored
-
Fred Drake authored
-
Fred Drake authored
-
Walter Dörwald authored
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 authored
Fixed a nit.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Neal Norwitz authored
Also fix a memory leak.
-
Tim Peters authored
-
Neal Norwitz authored
-
- 29 Jun, 2003 11 commits
-
-
Just van Rossum authored
- don't use "abc" in aString - don't reorganize extension modules when not using zipimport
-
Just van Rossum authored
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 authored
* Test with infinite inputs (using take() on the output) * Test whether GC can find and eliminate cycles.
-
Fred Drake authored
-
Jeremy Hylton authored
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 authored
-
Tim Peters authored
-
Tim Peters authored
-
Barry Warsaw authored
-
Jeremy Hylton authored
-
Barry Warsaw authored
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
-