summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add hotshot to LIBSUBDIRS. Fixes #484642.Martin v. Löwis2001-11-241-1/+1
* Correct typo. Fixes #484611.Martin v. Löwis2001-11-241-1/+1
* Support bsddb 3.2. Fixes #483653.Martin v. Löwis2001-11-241-1/+3
* Rename get_referents to get_referrers. Fixes #483815.Martin v. Löwis2001-11-243-12/+23
* fix for redundant empty parent window when invoked from idle shell windowSteven M. Gava2001-11-211-5/+3
* back in harness on new config systemSteven M. Gava2001-11-214-34/+53
* Fix for bug #438164: %-formatting using Unicode objects.Marc-André Lemburg2001-11-202-4/+5
* Fix for bug #480188: printing unicode objectsMarc-André Lemburg2001-11-203-3/+39
* test_formatdate(): Remove the unnecessary ldate calculation.Barry Warsaw2001-11-191-3/+6
* formatdate(): Jason Mastaler correctly points out that divmod with aBarry Warsaw2001-11-191-2/+8
* test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First,Barry Warsaw2001-11-191-17/+16
* formatdate(): The calculation of the minutes part of the zone wasBarry Warsaw2001-11-191-1/+2
* Test for negative buffer sizes. Fixes #482871.Martin v. Löwis2001-11-191-0/+5
* Avoid trailing blank lines in the output.Fred Drake2001-11-191-0/+4
* Adjust input pre-processing so that a comment on the last line does notFred Drake2001-11-191-1/+3
* Update the platform notes for the CGIHTTPServer module; it works on moreFred Drake2001-11-191-3/+3
* Another name...Fred Drake2001-11-191-0/+1
* Fix the default value for feature_namespaces, per discussions on the XML-SIGFred Drake2001-11-191-2/+2
* test_formatdate(): A test that has a mild hope of working on Mac,Barry Warsaw2001-11-181-1/+11
* Paul Rubin reminds me that of course a class's constructor /could/ getBarry Warsaw2001-11-181-4/+6
* a whole bunch of OSX tweaksJust van Rossum2001-11-1810-69/+105
* Clarified a couple of issues for the startElement*() handlers:Fred Drake2001-11-181-8/+18
* Relatively large expansion of the docs for gc.garbage.Tim Peters2001-11-181-5/+19
* Since the MAGIC number scheme is going to break on January 1st, documentTim Peters2001-11-181-4/+16
* assert.h was not always included by Python.h; make sure we import it forFred Drake2001-11-181-0/+3
* Exhibit good form in C code: always provide docstrings in method tables, andFred Drake2001-11-173-19/+25
* Add omitted word for clarity.Fred Drake2001-11-171-1/+1
* Update to use more modern calling conventions; also avoid a magic numberFred Drake2001-11-171-3/+2
* Bump the version number; used to identify the Python runtime we link to.Fred Drake2001-11-171-1/+1
* Update Windows installer for 2.2c1.Tim Peters2001-11-171-4/+4
* Add skeleton for 2.2c1 news.Tim Peters2001-11-171-0/+27
* Toughen up the security warnings a bit.Barry Warsaw2001-11-161-8/+13
* Add a clarification that the email package always deals in native lineBarry Warsaw2001-11-161-1/+13
* Bumping version number.Barry Warsaw2001-11-161-2/+2
* Post-release bumps. Do *NOT* merge into the 2.2b2 branch.Fred Drake2001-11-162-3/+3
* Merged in NEWS changes from the r22b2 branch.Barry Warsaw2001-11-161-3/+57
* Clean up some markup a little bit more. Make this work with the PDF format,Fred Drake2001-11-161-43/+56
* Document the urlsplit() and urlunsplit() functions.Fred Drake2001-11-161-0/+19
* Fix parsing of parameters from a URL; urlparse() did not check that it onlyFred Drake2001-11-161-34/+46
* Switched a couple of sections around.Fred Drake2001-11-161-245/+279
* A few minor updates to make it clear(er) that pickle should be usedBarry Warsaw2001-11-151-2/+8
* A change to sync with pickle.py:Barry Warsaw2001-11-151-8/+0
* Two changes:Barry Warsaw2001-11-151-8/+6
* A massive rewrite affecting both the pickle and cPickle moduleBarry Warsaw2001-11-151-232/+610
* Minor updates to add more pointers to the pickle documentation, and toBarry Warsaw2001-11-151-1/+7
* The turtle docs will be moving to another location in the Tkinter chapter.Fred Drake2001-11-151-1/+0
* Clean up the descriptions of multi-signature functions so we do the rightFred Drake2001-11-151-15/+10
* Group dict[ionary] news together; and use dict() instead ofGuido van Rossum2001-11-151-5/+4
* Correct the description of mixed multiple inheritance: the codeGuido van Rossum2001-11-151-5/+3
* News about mixing classic and new-style classes in MI.Tim Peters2001-11-151-1/+14