Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize pickle/cPickle testing so the tests pass regardless of the order | Tim Peters | 2001-01-22 | 4 | -170/+157 |
| | | | | they're run. | ||||
* | A variety of updates of out-of-date information. | Fred Drake | 2001-01-22 | 1 | -21/+29 |
| | |||||
* | When generating the source package, copy in the LICENSE file from the main | Fred Drake | 2001-01-22 | 1 | -4/+6 |
| | | | | source directory. | ||||
* | Never mind ignoring a copied LICENSE file; let's do this another way. | Fred Drake | 2001-01-22 | 1 | -1/+0 |
| | |||||
* | Ignore the generated LICENSE file needed for the documentation source | Fred Drake | 2001-01-22 | 1 | -0/+1 |
| | | | | package. | ||||
* | Change the main targets to generate HTML instead of PostScript. | Fred Drake | 2001-01-22 | 1 | -27/+30 |
| | | | | Update the comments at the beginning of the file. | ||||
* | Added link to the "Python Codecs" project at SourceForge. | Fred Drake | 2001-01-22 | 1 | -8/+18 |
| | | | | | Changed markup of the list of values for the list of meaningful "errors" values. | ||||
* | Added dictionary.popitem() and the improved XML modules. | Andrew M. Kuchling | 2001-01-22 | 1 | -18/+41 |
| | | | | | | | | Reorder the smaller items, roughly in decreasing order of visibility to the Python coder Finished an incomplete sentence. Moved the unwritten sections down to the bottom. Bumped version number and added acknowledgements | ||||
* | The "user" module cannot reasonably be tested. Moved to the end (and | Fred Drake | 2001-01-22 | 1 | -2/+6 |
| | | | | | | commented it out), and added an explanation as to *why*. Added period to docstring. | ||||
* | OK, changed my mind once more on this. The comparison hierarchy is | Guido van Rossum | 2001-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | now None < all numeric types < all other types so that once again map(max, Squares(3), Squares(2)) equals [0, 1, 4] | ||||
* | New special case in comparisons: None is smaller than any other object | Guido van Rossum | 2001-01-22 | 1 | -0/+6 |
| | | | | (unless the object's type overrides this comparison). | ||||
* | Change some wording to make this work with PDF generation -- using a PDF | Fred Drake | 2001-01-22 | 1 | -2/+3 |
| | | | | | | hyperlink at the start of the paragraph confused pdflatex; it saw the link start while still in vertical mode, which is not allowed. Including text before the link forces horizontal mode. | ||||
* | Worked around bug SF #125880: changed the text of three sections that | Fred Drake | 2001-01-22 | 1 | -3/+3 |
| | | | | really nasty TeX source to "bleed" into the PDF "bookmarks". | ||||
* | Clean up the docs for the "random" module according to comments from Tim | Fred Drake | 2001-01-22 | 1 | -90/+71 |
| | | | | | | Peters. This closes SF bug #125919. | ||||
* | Add reference to PEP 232. | Andrew M. Kuchling | 2001-01-22 | 1 | -7/+34 |
| | | | | | | | Use correct flag name Py_TPFLAGS_CHECKTYPES Mention that numeric methods can return Py_NotImplemented (NAS) Mention optional arguments in time modules (TW) Various minor rewrites and additional attributions | ||||
* | Remove the dollar sign from the formatting of environment variables -- | Fred Drake | 2001-01-22 | 1 | -3/+3 |
| | | | | | too Unix-specific, and not really needed. (Already fixed the HTML formatting, but forgot to mention it in the checkin for python.perl 1.94.) | ||||
* | 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 |
| | | | | Chris Ryland. | ||||
* | 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 |
| | | | | | | | | | | | | now generated. (SF bug #129692.) Patch from Anthon van der Neut <anthon@mnt.org>: Work around the removal of content-less paired tags used for name anchors in some places. (SF bug #116008.) Move some class attributes from an artificial SPAN element to otherwise "useful" elements that are being generated anyway. Added the class "versionnote", used for \deprecated, \versionadded, \versionchanged. | ||||
* | 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 |
| | | | | | | The only missing section is the Nested Scopes section, which has to wait to see if a patch is actually committed. (Plus any other notable changes that get made or backed out between now and 2.1final, of course...) | ||||
* | Numeric-smelling objects now once again compare smaller than | Guido van Rossum | 2001-01-22 | 1 | -1/+1 |
| | | | | non-numeric ones, so 4 < None again in the 'map' test. | ||||
* | Once again, numeric-smelling objects compare smaller than non-numeric | Guido van Rossum | 2001-01-22 | 1 | -2/+17 |
| | | | | ones. | ||||
* | Better test for skipping project creation: the project file should also ↵ | Jack Jansen | 2001-01-22 | 1 | -2/+9 |
| | | | | exist and be newer than the xml file, and the .exp should exist. | ||||
* | 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 |
| | | | | Allow pickle.py to be using with Jython unicode strings | ||||
* | Finn Bock (SF patch #103345): Avoid outdated exec form in | Guido van Rossum | 2001-01-22 | 1 | -2/+2 |
| | | | | test_class.py. | ||||
* | No need to make the S_ constants 32 bit (and its actually harmful because of ↵ | Jack Jansen | 2001-01-22 | 1 | -3/+3 |
| | | | | multiple defines). | ||||
* | 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 |
| | | | | also added unicodename_db.h dependency to ucnhash. | ||||
* | com_init(): My entry into the smallest patch possible category. | Barry Warsaw | 2001-01-22 | 1 | -1/+1 |
| | | | | (cosmetic whitespace change). | ||||
* | 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 |
| | | | | | | supposed to be declared in system include files (with a proper prototype.) Should be moved to a platform-specific block if anyone finds out which broken platforms need it :-) | ||||
* | Unicode nits: Don't include unicodedatabase.h no more. And make sure | Fredrik Lundh | 2001-01-21 | 2 | -3/+2 |
| | | | | to build *all* tables in makeunicodedata.py. | ||||
* | 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 ↵ | Jack Jansen | 2001-01-21 | 4 | -0/+0 |
| | | | | things having to do with Python 2.1a1. | ||||
* | Added support for forced project building. | Jack Jansen | 2001-01-21 | 2 | -17/+42 |
| | | | | Added carbon targets (mainly placeholders at the moment). | ||||
* | Added a force option (to force project generation, the default is now to ↵ | Jack Jansen | 2001-01-21 | 1 | -10/+16 |
| | | | | | | only generate if different). Try to convert all search paths to relative. | ||||
* | Don't generate project if the XML file already exists and is identical to ↵ | Jack Jansen | 2001-01-21 | 1 | -1/+9 |
| | | | | what we've generated. Overridable with a "force" argument to mkproject(). | ||||
* | Patch #103342: Make shutil.copytree more useful under Jython. | Tim Peters | 2001-01-21 | 1 | -5/+8 |
| |