summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize pickle/cPickle testing so the tests pass regardless of the orderTim Peters2001-01-224-170/+157
| | | | they're run.
* A variety of updates of out-of-date information.Fred Drake2001-01-221-21/+29
|
* When generating the source package, copy in the LICENSE file from the mainFred Drake2001-01-221-4/+6
| | | | source directory.
* Never mind ignoring a copied LICENSE file; let's do this another way.Fred Drake2001-01-221-1/+0
|
* Ignore the generated LICENSE file needed for the documentation sourceFred Drake2001-01-221-0/+1
| | | | package.
* Change the main targets to generate HTML instead of PostScript.Fred Drake2001-01-221-27/+30
| | | | Update the comments at the beginning of the file.
* Added link to the "Python Codecs" project at SourceForge.Fred Drake2001-01-221-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. Kuchling2001-01-221-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 (andFred Drake2001-01-221-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 isGuido van Rossum2001-01-221-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 objectGuido van Rossum2001-01-221-0/+6
| | | | (unless the object's type overrides this comparison).
* Change some wording to make this work with PDF generation -- using a PDFFred Drake2001-01-221-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 thatFred Drake2001-01-221-3/+3
| | | | really nasty TeX source to "bleed" into the PDF "bookmarks".
* Clean up the docs for the "random" module according to comments from TimFred Drake2001-01-221-90/+71
| | | | | | Peters. This closes SF bug #125919.
* Add reference to PEP 232.Andrew M. Kuchling2001-01-221-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 Drake2001-01-221-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 Drake2001-01-221-1/+1
|
* Updated note about collection of cyclic garbage, based on comments fromFred Drake2001-01-221-3/+6
| | | | Chris Ryland.
* Minor markup adjustment.Fred Drake2001-01-221-2/+1
|
* Fix \seepep handling -- correct URL to the online PEP repository on SF isFred Drake2001-01-221-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 Wouters2001-01-221-3/+0
|
* Regenerated (shoulnd't make a difference).Jack Jansen2001-01-2223-69/+78
|
* Unicodedatabase.c has gone.Jack Jansen2001-01-226-7/+0
|
* Fill out various transcripts and XXX bits, thanks to the WMATA.Andrew M. Kuchling2001-01-221-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 thanGuido van Rossum2001-01-221-1/+1
| | | | non-numeric ones, so 4 < None again in the 'map' test.
* Once again, numeric-smelling objects compare smaller than non-numericGuido van Rossum2001-01-221-2/+17
| | | | ones.
* Better test for skipping project creation: the project file should also ↵Jack Jansen2001-01-221-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 CygwinGuido van Rossum2001-01-224-5/+15
|
* Finn Bock (SF patch #103349):Guido van Rossum2001-01-221-0/+33
| | | | Allow pickle.py to be using with Jython unicode strings
* Finn Bock (SF patch #103345): Avoid outdated exec form inGuido van Rossum2001-01-221-2/+2
| | | | test_class.py.
* No need to make the S_ constants 32 bit (and its actually harmful because of ↵Jack Jansen2001-01-221-3/+3
| | | | multiple defines).
* Waste needs the ICProgKit API.Jack Jansen2001-01-221-1/+3
|
* It's SetControlData_Handle, not SetControl_DataHandle.Jack Jansen2001-01-221-1/+1
|
* unicodedatabase.c is no longer needed thanks to Fredrik's patches.Marc-André Lemburg2001-01-221-2/+1
|
* Fix off-by-one error in array size.Martin v. Löwis2001-01-221-1/+1
|
* unicodedatabase.[ch] are no longer used.Fredrik Lundh2001-01-222-2/+0
|
* removed unicodedatabase.[ch] references from Makefile.pre.in.Fredrik Lundh2001-01-221-3/+2
| | | | also added unicodename_db.h dependency to ucnhash.
* com_init(): My entry into the smallest patch possible category.Barry Warsaw2001-01-221-1/+1
| | | | (cosmetic whitespace change).
* Beginning of a "What's New in Python 2.1" articleAndrew M. Kuchling2001-01-221-0/+253
|
* Fixed teensy memory leak, but doesn't help test_sax on Windows.Tim Peters2001-01-221-0/+1
|
* Remove unicodedatabase.c from the unicodedata subproject.Tim Peters2001-01-211-4/+0
|
* Move declaration of 'clnt_create()' NIS function to pyport.h, as it'sThomas Wouters2001-01-212-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 sureFredrik Lundh2001-01-212-3/+2
| | | | to build *all* tables in makeunicodedata.py.
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-217-10721/+7505
|
* Re-generated with relative paths.Jack Jansen2001-01-2123-324/+324
|
* Added CarbonAccessors.o to the non-carbon targets, and probably a few minor ↵Jack Jansen2001-01-214-0/+0
| | | | things having to do with Python 2.1a1.
* Added support for forced project building.Jack Jansen2001-01-212-17/+42
| | | | Added carbon targets (mainly placeholders at the moment).
* Added a force option (to force project generation, the default is now to ↵Jack Jansen2001-01-211-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 Jansen2001-01-211-1/+9
| | | | what we've generated. Overridable with a "force" argument to mkproject().
* Patch #103342: Make shutil.copytree more useful under Jython.Tim Peters2001-01-211-5/+8
|