- 10 May, 2003 10 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
riscospath.extsep, and use os.extsep throughout.
-
Martin v. Löwis authored
the terminal encoding on Windows and Unix.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
It checks for known commands, forward slashes, unbalanced or mismatched delimters, and unbalanced or mismatched begin/end blocks.
-
Kurt B. Kaiser authored
M IOBinding.py M config-main.def M configDialog.py
-
Kurt B. Kaiser authored
threading modules. Can debug user code which imports these modules, though. 2. Re-enable debugger in PyShell. 3. Remove old code implementing previous approaches to this issue. M Debugger.py M PyShell.py M rpc.py
-
- 09 May, 2003 23 commits
-
-
Fred Drake authored
-
Skip Montanaro authored
in the setup parameter
-
Fred Drake authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
distutils now looks for the compiler version in sys.version, falling back to MSVC 6 if the version isn't listed (Python 2.2 and lower). Add helper routines for reading the registry. Refactor many module functions into methods of the compiler to avoid passing lots of state as arguments.
-
Jack Jansen authored
-
Jack Jansen authored
honor them). Use this when building the MacOSX binary installer to get group-writeable files. Ths fix works for directories and executables, not for files just yet, because of bug #735274.
-
Fred Drake authored
- fix two typos
-
Just van Rossum authored
-
Jack Jansen authored
-
Just van Rossum authored
-
Michael W. Hudson authored
[ 733781 ] fcntl fails to build on old RH Linux
-
Jack Jansen authored
-
Martin v. Löwis authored
Fixes bug reported in comment to #728322.
-
Martin v. Löwis authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Martin v. Löwis authored
-
Just van Rossum authored
is enabled.
-
Just van Rossum authored
emulation (ie. when HAVE_GETADDRINFO isn't defined).
-
Just van Rossum authored
access with lock on those platforms that getaddrinfo() isn't (known to be) thread-safe. Thanks to MvL for mentoring this patch.
-
- 08 May, 2003 7 commits
-
-
Kurt B. Kaiser authored
is now interruptable on Windows. 2. Tweak signal.signal() wait parameters as called by various methods to improve I/O response, especially on Windows. 3. Debugger is disabled at this check-in pending further development. M NEWS.txt M PyShell.py M rpc.py M run.py
-
Tim Peters authored
After removing that, two testers on machines where C: is not the system drive reported that the installer suggested their system drive instead of C:, and that's what they wanted it to do.
-
Jim Fulton authored
-
Jim Fulton authored
argument "obj" rather than "self".
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
week. Patch given by Daniel Berlin in SF bug # 732761. Also closes SF bug # 727719. Backport candidate.
-