- 19 Şub, 2005 1 kayıt (commit)
-
-
Ka-Ping Yee yazdı
Thanks to Robert Dick <dickrp@ece.northwestern.edu> for reporting this bug and submitting a patch. Adjust doc(object) to display useful documentation for plain values (e.g. help([]) now shows the methods on the list instead of just printing "[]"). (This change has been tested interactively, by generating docs for the standard library, and by running the module documentation webserver.)
-
- 18 Şub, 2005 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
and UserString.MutableString.__delitem__.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 17 Şub, 2005 10 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Martin v. Löwis yazdı
Will backport to 2.4.
-
Walter Dörwald yazdı
-
Michael W. Hudson yazdı
[ 1124295 ] Function's __name__ no longer accessible in restricted mode
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Michael W. Hudson yazdı
[ 1124295 ] Function's __name__ no longer accessible in restricted mode which I introduced with a bit of mindless copy-paste when making __name__ writable. You can't assign to __name__ in restricted mode, which I'm going to pretend was intentional :)
-
Brett Cannon yazdı
Closes bug #1124278.
-
- 16 Şub, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
defined.
-
- 15 Şub, 2005 4 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
_some_ user-defined class instance. That it was also an exception isn't interesting, but does interfere with Michael Hudson's new-style exception patch. This just changes the doctest example, to use an instance of a non-exception class.
-
Michael W. Hudson yazdı
broke the "raise SystemExit(46)" case when doing new-style exceptions, but I'd much rather have found out here than in test_tempfile (growl).
-
Michael W. Hudson yazdı
-
- 14 Şub, 2005 1 kayıt (commit)
-
-
Peter Astrand yazdı
Licensed to PSF under a Contributor Agreement.
-
- 13 Şub, 2005 2 kayıt (commit)
-
-
Brett Cannon yazdı
X).
-
Brett Cannon yazdı
9. Applies patch #1095802. Thanks Jack Jansen.
-
- 11 Şub, 2005 1 kayıt (commit)
-
-
Fred Drake yazdı
(closes SF bug #1115989)
-
- 10 Şub, 2005 6 kayıt (commit)
-
-
Brett Cannon yazdı
sanity checks on tzname if HAVE_TZNAME defined. Closes bug #1096244. Thanks Gregory Bond.
-
Brett Cannon yazdı
2.344).
-
Fred Drake yazdı
dateTime.iso8601 elements still unmarshal into xmlrpclib.DateTime objects
-
Andrew M. Kuchling yazdı
-
Peter Astrand yazdı
var == None and var != None with var is None and var is not None and type(var) == int with instanceof(var, int) ...as recomended in PEP 8 [1].
-
Raymond Hettinger yazdı
-
- 09 Şub, 2005 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Trent Mick yazdı
-
- 08 Şub, 2005 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Walter Dörwald yazdı
-
Raymond Hettinger yazdı
* Use += * Replace loop logic with str.splitlines equivalent * Don't use variable names that shadow tuple, list, and str * Use dict.get instead of equivalent try/except * Minor loop logic simplications
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-