- 12 Tem, 2001 21 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Guido van Rossum yazdı
an exception.
-
Guido van Rossum yazdı
Although this is a one-character change, more work needs to be done: the compiler can get rid of a lot of non-nested-scopes code, the documentation needs to be updated, the future statement can be simplified, etc. But this change enables the nested scope semantics everywhere, and that's the important part -- we can now test code for compatibility with nested scopes by default.
-
Guido van Rossum yazdı
(Tim & I should agree on where to add new additions: I add them at the top, Tim adds them at the bottom. I like the top better because folks who occasionally check out the NEWS file will see the latest news first.)
-
Guido van Rossum yazdı
instead of raising an error. This was one of the two issues that the VPython folks were particularly problematic for their students. (The other one was integer division...) This implements (my) SF patch #440487.
-
Guido van Rossum yazdı
raising an error. This was one of the two issues that the VPython folks were particularly problematic for their students. (The other one was integer division...) This implements (my) SF patch #440487.
-
Guido van Rossum yazdı
raising an error. This was one of the two issues that the VPython folks were particularly problematic for their students. (The other one was integer division...) This implements (my) SF patch #440487.
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Tim Peters yazdı
to sys.path if os.sep == ':' (Macs?). See PEP 250.
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Eric S. Raymond yazdı
could probably stand to have some of the internal things like Marshaller documented. But I think it does a decent job on the entry points and externally visible things. Fred and Fredrik, do your stuff! You both need to proof this.
-
Fred Drake yazdı
improves internal consistency in the documentation.
-
Fred Drake yazdı
written.
-
- 11 Tem, 2001 12 kayıt (commit)
-
-
Thomas Wouters yazdı
Also note that it isn't just Linux nice() that is broken: at least FreeBSD and BSDI also have this problem. os.nice() should probably just be emulated using getpriority()/setpriority(), if they are available, but I'll get to that later.
-
Tim Peters yazdı
New test_fileinput.py from Nick Mathewson, fiddled to use TESTFN and sundry style nits.
-
Tim Peters yazdı
New test_uu.py from Nick Mathewson, fiddled to work on Windows too. Somebody should check that it still works on non-Windows boxes, though!
-
Fred Drake yazdı
concrete sequence objects, since their API is simpler. This is in response to a comment in SF bug #440037.
-
Andrew M. Kuchling yazdı
Comment out descr-branch section Update e-mail address (Time to begin writing this...)
-
Fred Drake yazdı
polling objects. This closes SF bug #439823. Fixed a minor markup bug.
-
Fredrik Lundh yazdı
-
Thomas Wouters yazdı
Work around Linux's nonstandard nice() systemcall, which does not return the new priority. This closes SF bug #439990.
-
Fred Drake yazdı
-
Fred Drake yazdı
When setting up the basic OPT value for GCC, only use optimization if not using debugging mode. Fix a typo in a comment in the IPv6 check.
-
Tim Peters yazdı
decode(): While writing tests for uu.py, Nick Mathewson discovered that the 'Truncated input file' exception could never get raised, because its "if not str:" test was actually testing the builtin function "str", not the local string vrbl "s" as intended. Bugfix candidate.
-
Kurt B. Kaiser yazdı
-
- 10 Tem, 2001 7 kayıt (commit)
-
-
Barry Warsaw yazdı
fragile. Now the leading "0x" on hex numbers are displayed as labels and the type-in entry fields just accept the hex digits. Be sure to strip off the "0x" string when displaying hex values too. Also, de-string-module-ification, and other Python 2.x improvements.
-
Barry Warsaw yazdı
EOFError so any failures in unmarshalling are just ignored. Use print>> instead of sys.stderr.write().
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
De-string-module-ification.
-
Barry Warsaw yazdı
-