- 11 May, 2003 2 kayıt (commit)
-
-
Brett Cannon yazdı
with values of 0. Also now check time.daylight to see if time.tzname[1] should be used in timezone checking.
-
Martin v. Löwis yazdı
-
- 10 May, 2003 13 kayıt (commit)
-
-
Fred Drake yazdı
- when marking a function, the trailing () should be included consistently
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
riscospath.extsep, and use os.extsep throughout.
-
Martin v. Löwis yazdı
the terminal encoding on Windows and Unix.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
It checks for known commands, forward slashes, unbalanced or mismatched delimters, and unbalanced or mismatched begin/end blocks.
-
Kurt B. Kaiser yazdı
M IOBinding.py M config-main.def M configDialog.py
-
Kurt B. Kaiser yazdı
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 kayıt (commit)
-
-
Fred Drake yazdı
-
Skip Montanaro yazdı
in the setup parameter
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
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 yazdı
-
Jack Jansen yazdı
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 yazdı
- fix two typos
-
Just van Rossum yazdı
-
Jack Jansen yazdı
-
Just van Rossum yazdı
-
Michael W. Hudson yazdı
[ 733781 ] fcntl fails to build on old RH Linux
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
Fixes bug reported in comment to #728322.
-
Martin v. Löwis yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Martin v. Löwis yazdı
-
Just van Rossum yazdı
is enabled.
-
Just van Rossum yazdı
emulation (ie. when HAVE_GETADDRINFO isn't defined).
-
Just van Rossum yazdı
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 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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 yazdı
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.
-