- 04 Jan, 2004 14 commits
-
-
Raymond Hettinger authored
Make timings more consistent by temporarily disabling GC.
-
Raymond Hettinger authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
again. Removed the following subprojects and folded them into pythoncore, to match what's being done under VC7. We *can* build the core DLL under VC6 again after this: datetime.dsp winreg.dsp parser.dsp _sre.dsp _csv.dsp mmap.dsp _symtable.dsp
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
encoding and decoding, including optional case folding and optional alternative alphabets.
-
- 03 Jan, 2004 3 commits
-
-
Hye-Shik Chang authored
-
Jack Jansen authored
-
Tim Peters authored
still far away, but a lot closer than it was.
-
- 02 Jan, 2004 12 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jeremy Hylton authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
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 6 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
-