| Commit message (Expand) | Author | Age | Files | Lines |
* | Make "PythonLabs" bold. | Fred Drake | 2001-01-22 | 1 | -1/+1 |
|
|
* | Updated note about collection of cyclic garbage, based on comments from | Fred Drake | 2001-01-22 | 1 | -3/+6 |
|
|
* | Minor markup adjustment. | Fred Drake | 2001-01-22 | 1 | -2/+1 |
|
|
* | Fix \seepep handling -- correct URL to the online PEP repository on SF is | Fred Drake | 2001-01-22 | 1 | -27/+39 |
|
|
* | Remove include-file-dependant half-prototype of clnt_create(). | Thomas Wouters | 2001-01-22 | 1 | -3/+0 |
|
|
* | Regenerated (shoulnd't make a difference). | Jack Jansen | 2001-01-22 | 23 | -69/+78 |
|
|
* | Unicodedatabase.c has gone. | Jack Jansen | 2001-01-22 | 6 | -7/+0 |
|
|
* | Fill out various transcripts and XXX bits, thanks to the WMATA. | Andrew M. Kuchling | 2001-01-22 | 1 | -18/+137 |
|
|
* | Numeric-smelling objects now once again compare smaller than | Guido van Rossum | 2001-01-22 | 1 | -1/+1 |
|
|
* | Once again, numeric-smelling objects compare smaller than non-numeric | Guido van Rossum | 2001-01-22 | 1 | -2/+17 |
|
|
* | Better test for skipping project creation: the project file should also exist... | Jack Jansen | 2001-01-22 | 1 | -2/+9 |
|
|
* | SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin | Guido van Rossum | 2001-01-22 | 4 | -5/+15 |
|
|
* | Finn Bock (SF patch #103349): | Guido van Rossum | 2001-01-22 | 1 | -0/+33 |
|
|
* | Finn Bock (SF patch #103345): Avoid outdated exec form in | Guido van Rossum | 2001-01-22 | 1 | -2/+2 |
|
|
* | No need to make the S_ constants 32 bit (and its actually harmful because of ... | Jack Jansen | 2001-01-22 | 1 | -3/+3 |
|
|
* | Waste needs the ICProgKit API. | Jack Jansen | 2001-01-22 | 1 | -1/+3 |
|
|
* | It's SetControlData_Handle, not SetControl_DataHandle. | Jack Jansen | 2001-01-22 | 1 | -1/+1 |
|
|
* | unicodedatabase.c is no longer needed thanks to Fredrik's patches. | Marc-André Lemburg | 2001-01-22 | 1 | -2/+1 |
|
|
* | Fix off-by-one error in array size. | Martin v. Löwis | 2001-01-22 | 1 | -1/+1 |
|
|
* | unicodedatabase.[ch] are no longer used. | Fredrik Lundh | 2001-01-22 | 2 | -2/+0 |
|
|
* | removed unicodedatabase.[ch] references from Makefile.pre.in. | Fredrik Lundh | 2001-01-22 | 1 | -3/+2 |
|
|
* | com_init(): My entry into the smallest patch possible category. | Barry Warsaw | 2001-01-22 | 1 | -1/+1 |
|
|
* | Beginning of a "What's New in Python 2.1" article | Andrew M. Kuchling | 2001-01-22 | 1 | -0/+253 |
|
|
* | Fixed teensy memory leak, but doesn't help test_sax on Windows. | Tim Peters | 2001-01-22 | 1 | -0/+1 |
|
|
* | Remove unicodedatabase.c from the unicodedata subproject. | Tim Peters | 2001-01-21 | 1 | -4/+0 |
|
|
* | Move declaration of 'clnt_create()' NIS function to pyport.h, as it's | Thomas Wouters | 2001-01-21 | 2 | -1/+4 |
|
|
* | Unicode nits: Don't include unicodedatabase.h no more. And make sure | Fredrik Lundh | 2001-01-21 | 2 | -3/+2 |
|
|
* | compress unicode decomposition tables (this saves another 55k) | Fredrik Lundh | 2001-01-21 | 7 | -10721/+7505 |
|
|
* | Re-generated with relative paths. | Jack Jansen | 2001-01-21 | 23 | -324/+324 |
|
|
* | Added CarbonAccessors.o to the non-carbon targets, and probably a few minor t... | Jack Jansen | 2001-01-21 | 4 | -0/+0 |
|
|
* | Added support for forced project building. | Jack Jansen | 2001-01-21 | 2 | -17/+42 |
|
|
* | Added a force option (to force project generation, the default is now to only... | Jack Jansen | 2001-01-21 | 1 | -10/+16 |
|
|
* | Don't generate project if the XML file already exists and is identical to wha... | Jack Jansen | 2001-01-21 | 1 | -1/+9 |
|
|
* | Patch #103342: Make shutil.copytree more useful under Jython. | Tim Peters | 2001-01-21 | 1 | -5/+8 |
|
|
* | Patch #103343: Allow the important test_pkg to succeed under Jython. | Tim Peters | 2001-01-21 | 2 | -6/+6 |
|
|
* | In format(), consider sign only after grouping. | Martin v. Löwis | 2001-01-21 | 1 | -4/+9 |
|
|
* | Patch #103344: Sort dicts from extcall for easier comparison with Jython. | Tim Peters | 2001-01-21 | 2 | -41/+49 |
|
|
* | forgot to check in the new makeunicodedata.py script | Fredrik Lundh | 2001-01-21 | 5 | -8383/+8294 |
|
|
* | Remove a smelly export. | Neil Schemenauer | 2001-01-21 | 1 | -1/+1 |
|
|
* | Check for None to decide when pyexpat should not be built. | Martin v. Löwis | 2001-01-21 | 1 | -1/+1 |
|
|
* | Fix typo: MICRO instead of MINOR. | Martin v. Löwis | 2001-01-21 | 1 | -1/+1 |
|
|
* | Merge with 1.25 of PyXML: | Martin v. Löwis | 2001-01-21 | 1 | -40/+355 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-21 | 3 | -187/+187 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-21 | 3 | -13/+12 |
|
|
* | Bug #128475: mimetools.encode (sometimes) fails when called from a thread. | Tim Peters | 2001-01-21 | 2 | -3/+11 |
|
|
* | more __all__ updates | Skip Montanaro | 2001-01-20 | 12 | -0/+34 |
|
|
* | added some tests for urlencode | Skip Montanaro | 2001-01-20 | 1 | -0/+16 |
|
|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 39 | -0/+138 |
|
|
* | 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 |
|
|