| Commit message (Expand) | Author | Age | Files | Lines |
* | docstring typo | Skip Montanaro | 2001-01-20 | 1 | -1/+1 |
|
|
* | I've been using gdb a lot lately -- I'm missing 'bt' as a command in | Guido van Rossum | 2001-01-20 | 1 | -1/+4 |
|
|
* | rewrite of robotparser.py by Bastian Kleineidam. Closes patch 102229. | Skip Montanaro | 2001-01-20 | 1 | -60/+179 |
|
|
* | modify urlencode so sequences in the dict are treated as multivalued | Skip Montanaro | 2001-01-20 | 1 | -6/+36 |
|
|
* | Fix comment. | Neil Schemenauer | 2001-01-20 | 1 | -2/+2 |
|
|
* | Better error message if ucnhash cannot be found (obscure attribute | Fredrik Lundh | 2001-01-20 | 2 | -3/+17 |
|
|
* | Updating NEWS to match the current state of affairs. | Marc-André Lemburg | 2001-01-20 | 1 | -7/+4 |
|
|
* | Tim chastens: | Barry Warsaw | 2001-01-20 | 1 | -1/+5 |
|
|
* | default_3way_compare(): When comparing the pointers, they must be cast | Barry Warsaw | 2001-01-20 | 1 | -2/+2 |
|
|
* | SF patch #103336: Missing cast. | Tim Peters | 2001-01-20 | 1 | -1/+1 |
|
|
* | When running the tests twice, stuck a "Press any key to continue ..." pause | Tim Peters | 2001-01-20 | 1 | -6/+5 |
|
|
* | Various tweaks for Python 2.1a1. | Jack Jansen | 2001-01-19 | 3 | -8/+17 |
|
|
* | Treat an empty kwdict argument the same as a missing one. | Jack Jansen | 2001-01-19 | 1 | -20/+20 |
|
|
* | Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution"... | Jack Jansen | 2001-01-19 | 1 | -0/+8 |
|
|
* | Use #if TARGET_API_MAC_CARBON to determine carbon/classic macos, not #ifdef. | Jack Jansen | 2001-01-19 | 1 | -1/+1 |
|
|
* | Make the 'time' argument to the timemodule functions strftime, asctime, | Thomas Wouters | 2001-01-19 | 3 | -42/+75 |
|
|
* | Fixed a bunch of typos caught by Gilles Civario. | Fred Drake | 2001-01-19 | 1 | -17/+20 |
|
|
* | Clarify comments about returning None using a return without an expression; | Fred Drake | 2001-01-19 | 1 | -3/+2 |
|
|
* | Now that Marc-Andre has retracted unistr(), remove the tests. | Guido van Rossum | 2001-01-19 | 2 | -12/+0 |
|
|
* | A hack to augment sys.path with the build/lib.<platform> directory | Guido van Rossum | 2001-01-19 | 1 | -0/+9 |
|
|
* | Run tests twice by default, first time deleting .pyc/.pyo files. | Tim Peters | 2001-01-19 | 1 | -2/+20 |
|
|
* | Backed out the unistr() builtin. | Marc-André Lemburg | 2001-01-19 | 2 | -25/+0 |
|
|
* | Use a saner test filename, to work on Windows. | Guido van Rossum | 2001-01-19 | 1 | -3/+1 |
|
|
* | Delete the bytecode from the library and tests before running the | Guido van Rossum | 2001-01-19 | 1 | -0/+4 |
|
|
* | "make test" was still broken when building in a subdirectory: Andrew's | Guido van Rossum | 2001-01-19 | 1 | -2/+2 |
|
|
* | OK, checking in patch 103329. | Moshe Zadka | 2001-01-19 | 1 | -4/+5 |
|
|
* | Add some regression tests of coredump bugs in funcobject.c 2.31. Also | Barry Warsaw | 2001-01-19 | 1 | -0/+16 |
|
|
* | Application and elaboration of patch #103305 to fix core dumps when | Barry Warsaw | 2001-01-19 | 1 | -30/+40 |
|
|
* | gethash/cmpname both looked beyond the end of the character name. | Fredrik Lundh | 2001-01-19 | 1 | -16/+14 |
|
|
* | Repair "selective cut-&-paste" screwup. | Tim Peters | 2001-01-19 | 1 | -3/+2 |
|
|
* | Change verify() function to raise TestFailed, not AssertionError. | Guido van Rossum | 2001-01-19 | 2 | -8/+8 |
|
|
* | GvR pointed out the correct way to check for statically built modules; | Andrew M. Kuchling | 2001-01-19 | 1 | -8/+8 |
|
|
* | Bump __version__; add authorship note for the BaseServer patch. | Guido van Rossum | 2001-01-19 | 1 | -1/+2 |
|
|
* | Add Jason Tishler to the ACKS file | Andrew M. Kuchling | 2001-01-19 | 1 | -0/+1 |
|
|
* | Patch #103220 from Jason Tishler: | Andrew M. Kuchling | 2001-01-19 | 1 | -0/+5 |
|
|
* | Minor patch from Thomas Gellekum: | Andrew M. Kuchling | 2001-01-19 | 1 | -8/+3 |
|
|
* | new unicode name database (~160k) | Fredrik Lundh | 2001-01-19 | 2 | -12174/+8471 |
|
|
* | improved the ucnhash test a bit | Fredrik Lundh | 2001-01-19 | 2 | -3/+11 |
|
|
* | added "getcode" and "getname" methods to the ucnhash module (they're | Fredrik Lundh | 2001-01-19 | 2 | -13/+75 |
|
|
* | Color all word instances of "as" after "import", & on the same line, as if | Tim Peters | 2001-01-19 | 1 | -0/+13 |
|
|
* | refactored the unicodeobject/ucnhash interface, to hide the | Fredrik Lundh | 2001-01-19 | 4 | -210/+146 |
|
|
* | Update the example DLL instructions for 2.1. Add example.def to the | Tim Peters | 2001-01-19 | 2 | -11/+16 |
|
|
* | urllib.py very recently changed to produce uppercase escapes, but no | Tim Peters | 2001-01-19 | 1 | -3/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-19 | 1 | -1/+1 |
|
|
* | test_urllib is failing on Windows. I don't know why, but I can at least | Tim Peters | 2001-01-19 | 1 | -5/+5 |
|
|
* | Use constructor form of "raise"; normalize <wink> docstrings. | Tim Peters | 2001-01-19 | 1 | -9/+5 |
|
|
* | Jeremy's patch #103323: trivial tests of all untested modules. | Tim Peters | 2001-01-19 | 2 | -0/+94 |
|
|
* | This still mentioned IdlePrefs.py as the place to edit color | Guido van Rossum | 2001-01-19 | 1 | -1/+2 |
|
|
* | make the output of _test() suitable for use in the regression test | Jeremy Hylton | 2001-01-19 | 1 | -1/+1 |
|
|
* | Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a format | Guido van Rossum | 2001-01-19 | 1 | -2/+2 |
|
|