- 02 Jan, 2004 6 commits
-
-
Martin v. Löwis authored
-
Alex Martelli authored
loops to run (default remains 50,000 if no argument is specified).
-
Andrew M. Kuchling authored
than are specified by the buffer size. The patch calls .__write() to ensure that any full blocks are written out.
-
Fred Drake authored
-
Fred Drake authored
-
Kurt B. Kaiser authored
restarted. IDLEfork Patch 869012 Noam Raphael Modified Files: NEWS.txt run.py
-
- 01 Jan, 2004 5 commits
-
-
Andrew M. Kuchling authored
Remove applications of rsplit() and random numbers Typo fixes; minor tweaks
-
Fred Drake authored
- 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 authored
-
Fred Drake authored
closes SF bug #820344
-
Fred Drake authored
closes SF bug #825810
-
- 31 Dec, 2003 13 commits
-
-
Raymond Hettinger authored
Improved based on discussions at: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/252177 http://groups.google.com/groups?th=fc7b54f11af6b24e&seekm=bss2so$om$00$1@news.t-online.com
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
Raymond Hettinger authored
* Speed-up intersection whenever PyDict_Next can be used.
-
Fred Drake authored
-
Guido van Rossum authored
conversion). Hopefully I've not messed up the formatting.
-
Fred Drake authored
- rearrange so two small sections become one; this avoids an extra page in the HTML format
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
- add link to the datetime module
-
Fred Drake authored
file.xreadlines()
-
Fred Drake authored
- slightly simplify a couple of examples - clean up some markup
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* 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 Dec, 2003 16 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
- note the interpreter's -S option
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Barry Warsaw authored
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 authored
-
Fred Drake authored
-
Fred Drake authored
- fix minor typo in comment
-
Fred Drake authored
presentation work right (and didn't work anyway) - fix minor typo
-
Fred Drake authored
-
Fred Drake authored
- remove spurious blank lines
-
Martin v. Löwis authored
-