- 23 Mar, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
One more time on this turkey, but duller instead of cleverer. Curious: The docs say __getslice__ has been deprecated since 2.0, but list.__getitem__ still doesn't work if you pass it a slice. This makes it a lot clearer to emulate a list by *being* a list <wink>. Bugfix candidate. Michael, just pile this patch on top of the others that went by -- no need to try to pick these apart.
-
- 22 Mar, 2002 2 kayıt (commit)
-
-
Skip Montanaro yazdı
Michael: use this version as the bugfix candidate...
-
Skip Montanaro yazdı
is always 0. This closes bug #533234.
-
- 15 Mar, 2002 2 kayıt (commit)
-
-
Skip Montanaro yazdı
thought was just a bug report, so didn't notice - doh!). This handles slicing, which v 1.23 didn't.
-
Skip Montanaro yazdı
particular, negative indexes work and they are limited by the actual length of the names they represent (weekday and month names). This closes bug #503202.
-
- 22 May, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
localization of month and day names.
-
- 20 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 09 Eki, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Agu, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
* deletes cache * adds firstweekday and setfirstweekday functions that allow user to control which day of the week is first when displaying calendars * adds month, week, calendar functions that return their results instead of printing them * adds symbolic constants MONDAY, ..., SUNDAY so users need not remember the ordinal values of the weekdays
-
- 28 Haz, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 02 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old).
-
- 09 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
timestamp from GMT tuple.
-
- 03 May, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Make error an alias for ValueError. (Andrew Dalke & kjpylint)
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Ara, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* imghdr.py: added jpeg recognition * torgb.py: added jpeg conversion * tzparse.py: use functions from time instead of calendar * whatsound.py: add /ufs/guido/biin/sgi to $PATH when calling 'whatsound'
-
- 20 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* calendar.py: remove stuff now built in time; some cleanup and generalization in the calendar printing * cmd.py: use __init__. * tzparse.py: This module is no longer necessary -- use builtin time instead!
-
- 17 Haz, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* ftplib.py: support __init__ with optional host, port args * aifc.py: ensure header is written on close even when no data is written
-
- 05 Şub, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
tuple (now that it makes a difference to Python)
-
- 04 Ock, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant.
-
- 18 Eki, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
is moved to the sgi subdirectory.
-
- 09 Tem, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Got rid of old module 'localtime.py'.
-
- 01 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Ara, 1991 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Eki, 1990 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-