- 05 Jan, 2006 9 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Skip Montanaro authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Also, stop determining Unicode sizes with PyString_GET_SIZE.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 04 Jan, 2006 2 commits
-
-
Georg Brandl authored
-
Hye-Shik Chang authored
-
- 03 Jan, 2006 12 commits
-
-
Barry Warsaw authored
calculate the build number.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
Neal Norwitz authored
Thanks to Tony Meyer for spotting my boo-boo.
-
Neal Norwitz authored
-
Neal Norwitz authored
even though they are generated. Since these files require Python 2.2+, it's possible they can't be created on a fresh system.
-
Neal Norwitz authored
-
- 02 Jan, 2006 8 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
* Enable network tests when hunting for leaks * Disable curses and audio tests properly when running -u all
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
are copied up to docs.python.org/dev Needs lots more work. Feel free to add code, fixes, or FIXME comments.
-
Fred Drake authored
-
Neal Norwitz authored
-
- 01 Jan, 2006 3 commits
-
-
Barry Warsaw authored
Patch by Ori Avtalion to fix a minor display glitch in the RightArrow.
-
Georg Brandl authored
-
Tim Peters authored
no code changes.
-
- 30 Dec, 2005 6 commits
-
-
Tim Peters authored
the tests. This stops the confusing/annoying: No handlers could be found for logger "cookielib" message we got whenever some test running after test_logging happened to use cookielib.py (when not using regrtest's -r, this happened during test_urllib2; when using -r, it varied).
-
Tim Peters authored
-
Martin v. Löwis authored
Will backport to 2.4.
-
Martin v. Löwis authored
-
Skip Montanaro authored
returning 'a' as the delimiter. It now returns '|', but not because I understood better what the code was supposed to do. Would someone that understands the idea behind _guess_delimiter() (see its doc string) look to see if my fallback choice is better than before or if it's just serendipity that I picked the proper delimiter?
-
Skip Montanaro authored
-