- 02 Ock, 2004 7 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Alex Martelli yazdı
loops to run (default remains 50,000 if no argument is specified).
-
Andrew M. Kuchling yazdı
than are specified by the buffer size. The patch calls .__write() to ensure that any full blocks are written out.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Kurt B. Kaiser yazdı
restarted. IDLEfork Patch 869012 Noam Raphael Modified Files: NEWS.txt run.py
-
- 01 Ock, 2004 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Remove applications of rsplit() and random numbers Typo fixes; minor tweaks
-
Fred Drake yazdı
- rearranged a bit to avoid duplicated information - provide more complete (and hopefully less confusing) descriptions of the return values for most of these functions (close SF bug #563298)
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
closes SF bug #820344
-
Fred Drake yazdı
closes SF bug #825810
-
- 31 Ara, 2003 13 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
Raymond Hettinger yazdı
* Speed-up intersection whenever PyDict_Next can be used.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
conversion). Hopefully I've not messed up the formatting.
-
Fred Drake yazdı
- rearrange so two small sections become one; this avoids an extra page in the HTML format
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
- add link to the datetime module
-
Fred Drake yazdı
file.xreadlines()
-
Fred Drake yazdı
- slightly simplify a couple of examples - clean up some markup
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Add comment on the future of the sets module. * Change a variable from "input" to "data" to avoid shadowing a builtin. * Added possible applications for str.rsplit() and itertools.tee(). * Repaired the example for sorted(). * Cleaned-up the example for operator.itemgetter().
- 30 Ara, 2003 15 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
- note the interpreter's -S option
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Barry Warsaw yazdı
patch removes dependencies on the old unsupported KoreanCodecs package and the alternative JapaneseCodecs package. Since both of those provide aliases for their codecs, this removal just makes the generic codec names work. We needed to make slight changes to __init__() as well. This will be backported to Python 2.3 when its branch freeze is over.
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
- fix minor typo in comment
-
Fred Drake yazdı
presentation work right (and didn't work anyway) - fix minor typo
-
Fred Drake yazdı
-
Fred Drake yazdı
- remove spurious blank lines
-