- 25 Ock, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 Ock, 2003 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Backport candidate. All but one or two of these changes are applicable to 2.2.2.
-
- 16 Ock, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 06 Ock, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 17 Ara, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 643835 ] Set Next Statement for Python debuggers with a few tweaks by me: adding an unsigned or two, mentioning that not all jumps are allowed in the doc for pdb, adding a NEWS item and a note to whatsnew, and AuCTeX doing something cosmetic to libpdb.tex.
-
- 16 Ara, 2002 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
[#448679] Left to right * Python/compile.c (com_dictmaker): Reordered evaluation of dictionaries to follow strict LTR evaluation. * Lib/compiler/pycodegen.py (CodeGenerator.visitDict): Reordered evaluation of dictionaries to follow strict LTR evaluation. * Doc/ref/ref5.tex Documented the general LTR evaluation order idea. * Misc/NEWS Documented change in evaluation order of dictionaries.
-
- 07 Ara, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
Closes SF 643227.
-
- 26 Kas, 2002 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
Fixed minor bug preventing documentation compilation.
-
- 24 Kas, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
guarantee abs(x%y) < abs(y) in all cases when a float is involved. math.fmod() should, though, so noted that too. Bugfix candidate. Someone should check the LaTeX here first, though.
-
- 13 Kas, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
(including the implied call using back-ticks) of a recursive object, but this is no longer the case. Reported by Manus Hand via email.
-
- 08 Kas, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
of date and did not reflect the current CPython implementation.
-
- 24 Eki, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
Closes SF bug #546579.
-
- 18 Eki, 2002 3 kayıt (commit)
-
-
Fred Drake yazdı
Closes SF bug #217195. Make sure section numbers wrap together with the preceeding word ("section").
-
Fred Drake yazdı
Closes SF bug #217195.
-
Fred Drake yazdı
("section").
-
- 11 Eki, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
and divmod() function for complex numbers. Closes SF Bug 621708: Unclear deprecation.
-
- 10 Eki, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 07 Eki, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
for both HTML and typeset renderings. Corresponds to revision 1.53.4.8 on the r22-maint branch.
-
- 24 Eyl, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
Document the indices() method of slice objects.
-
Fred Drake yazdı
-
- 08 Eyl, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
just version 1.5. Closes SF bug 577793.
-
- 03 Eyl, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 28 Agu, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 07 Agu, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
-
- 06 Agu, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
-
- 04 Agu, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Tem, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
version of PySlice_GetIndicesEx"): > OK. Michael, if you want to check in indices(), go ahead. Then I did what was needed, but didn't check it in. Here it is.
-
- 26 Haz, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 25 Haz, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 20 Haz, 2002 3 kayıt (commit)
-
-
Fred Drake yazdı
are interpreted. This closes SF bug #532467.
-
Fred Drake yazdı
actually allows all the legal syntax, and nothing else. Previously, it did not allow a call like func(arg, **dictionary). This closes (again!) SF bug #493243.
-
Raymond Hettinger yazdı
-
- 18 Haz, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
when used as part of the import statement. Note that both "as" and "None" becoming keywords in the future. Closes SF bug #553262.
-
Fred Drake yazdı
might be easier to understand. This relates to SF bug #493243, which will be closed.
-
- 17 Haz, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
-