- 26 Agu, 2005 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
(fixes #1119418).
-
- 25 Agu, 2005 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 24 Agu, 2005 13 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
even if there is an exception in later lines, resulting in correct line numbers for decoding errors in source code. Fixes #1178484.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
Docs were missing the name/bases/dict form of type(). (Much of the wording contributed by Steven Bethard.)
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
-
- 23 Agu, 2005 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Michael R Bax.)
-
Kurt B. Kaiser yazdı
when using X11 and the Fink distribution. Python Bug 1263656. Modified Files: Tag: release24-maint NEWS.txt ScriptBinding.py
-
Raymond Hettinger yazdı
(Contributed by Michael R Bax.)
-
Fred Drake yazdı
SF patch #1057588; other changes make the rest of the patch out of date or otherwise unnecessary (backported from trunk revision 1.188)
-
Fred Drake yazdı
(closes SF bug #736659, patch #901369; backport of Lib/markupbase.py 1.11)
-
- 22 Agu, 2005 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 21 Agu, 2005 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Michael R Bax.)
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
sequences ==> iterables
-
Raymond Hettinger yazdı
Minor clarification.
-
Raymond Hettinger yazdı
Fix over-aggressive PyErr_Clear(). The same code fragment appears in various guises in list.extend(), map(), filter(), zip(), and internally in PySequence_Tuple().
-
Georg Brandl yazdı
-
- 18 Agu, 2005 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-