- 04 Eki, 2006 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
on undefined behaviour of the C compiler anymore. Will backport to 2.5 and 2.4.
-
Jeremy Hylton yazdı
The compiler was checking that there was something on the fblock stack, but not that there was a loop on the stack. Fixed that and added a test for the specific syntax error. Bug fix candidate.
-
Barry Warsaw yazdı
test for parts > 3 when we use .split(..., 2).
-
- 03 Eki, 2006 5 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622).
-
- 02 Eki, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
stdint.h. Will backport.
-
Martin v. Löwis yazdı
Will backport.
-
- 01 Eki, 2006 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
running w/o subprocess.
-
Kurt B. Kaiser yazdı
check, resulting in obscure error messages. Do the syntax check first. Bug 1562716, 1562719
-
- 30 Eyl, 2006 14 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
string pointed to by its parameter.
-
Georg Brandl yazdı
to encodings.search_function() contains a dot.
-
Georg Brandl yazdı
datetime's strftime function.
-
Georg Brandl yazdı
but also for functions.
-
Georg Brandl yazdı
keep_blank_values and strict_parsing keyword arguments.
-
Georg Brandl yazdı
with a slash.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
number of arguments, as was the case in Python 2.4.
-
Georg Brandl yazdı
keyword arguments any more (previously they accepted them, but didn't use them).
-
Georg Brandl yazdı
GNOME browser in case it is a command with args.
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
-
George Yoshida yazdı
Will backport to 2.5.
-
- 28 Eyl, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 27 Eyl, 2006 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 26 Eyl, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 25 Eyl, 2006 1 kayıt (commit)
-
-
Armin Rigo yazdı
-
- 24 Eyl, 2006 3 kayıt (commit)
-
-
Georg Brandl yazdı
being raised when print_exc() was called without an exception set. In version 2.4, this printed "None", restored that behavior.
-
Georg Brandl yazdı
not being recognized as a keyword after, e.g., this statement: from __future__ import division, with_statement
-
Georg Brandl yazdı
-
- 23 Eyl, 2006 4 kayıt (commit)
-
-
Brett Cannon yazdı
hopes that more information will help debug the failing test on HPPA Ubuntu.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Fred Drake yazdı
-
- 22 Eyl, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
of PY_FORMAT_SIZE_T to "l" for Mac OSX. I don't know a better define to use. This should get rid of the warnings on other platforms and Mac too.
-