summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make more warnings go away on the SGI compiler.Fred Drake2001-07-194-11/+6
* Clean up some warnings from the SGI compiler.Fred Drake2001-07-191-3/+3
* Kill a warning on the SGI compiler.Fred Drake2001-07-191-1/+1
* Make the new docstrings better conform to Guido's style guide.Fred Drake2001-07-191-7/+15
* Remove warnings from the SGI compiler.Fred Drake2001-07-192-7/+4
* Elaborate a comment.Fred Drake2001-07-191-1/+4
* Added docstrings based on a patch by Evelyn Mitchell.Fred Drake2001-07-191-11/+16
* Make sure path names inserted into ZIP files are normalized to use "/" asFred Drake2001-07-191-1/+12
* Add some test cases for ntpath.join().Tim Peters2001-07-191-3/+19
* Cosmetic: break the long lines in test_ntpath.py, and get rid of itsTim Peters2001-07-192-9/+14
* Port getaddrinfo to MSVC++.Martin v. Löwis2001-07-193-15/+15
* SF bug #44271: os.path.expanduser problem w/o HOME set.Tim Peters2001-07-191-6/+16
* Added function xml.sax.saxutils.quoteattr().Fred Drake2001-07-194-4/+68
* Fis SF bug #442647: not all forms of legal future statements wereGuido van Rossum2001-07-191-3/+9
* Thomas, I don't care about unset either, but setting PYTHONHOME=Guido van Rossum2001-07-191-2/+1
* Revise the Unicode section after getting comments from MAL, GvR, and others.Andrew M. Kuchling2001-07-191-25/+49
* Patch #442512: put block indices in the right byte order on bigendian systems.Martin v. Löwis2001-07-191-2/+5
* Use -Kpthread when trying to find out the size of pthread_t.Martin v. Löwis2001-07-192-241/+249
* Add a low-level API to access interpreters, for David Beazley.Guido van Rossum2001-07-192-0/+32
* Patch #418659: Fixes for UnixWare and ReliantUnix.Martin v. Löwis2001-07-193-575/+598
* Replace __import__ with import as.Martin v. Löwis2001-07-191-1/+1
* Avoid the use of 'unset', which isn't available on all platforms. Fixes SFThomas Wouters2001-07-191-1/+1
* minor tidy-ups ready for 0.8.1 alpha tarball releaseSteven M. Gava2001-07-197-9/+31
* Remove some false statements.Fred Drake2001-07-191-4/+2
* Remove some false comments.Fred Drake2001-07-191-159/+156
* Fill out the Unicode section, somewhat uncertainlyAndrew M. Kuchling2001-07-191-7/+24
* Finish the "Other changes" sectionAndrew M. Kuchling2001-07-191-34/+45
* Fix a few typosAndrew M. Kuchling2001-07-191-3/+3
* Remove note about this being a draft document.Andrew M. Kuchling2001-07-191-7/+1
* Look to the future: bump the version number.Fred Drake2001-07-181-18/+29
* 2.2a1 is out; look to the future.Fred Drake2001-07-181-1/+1
* Ignore all .tar files in the top directory; we're about to generateFred Drake2001-07-181-1/+1
* SF bug #442520: test_struct fails on SPARC.Tim Peters2001-07-181-4/+10
* If the user's environment has set the BROWSER environment variable (as GnomeSkip Montanaro2001-07-181-6/+9
* Lots of small updates, some long overdue.Fred Drake2001-07-181-24/+35
* Add a more substantial example startup file for the interactive shell;Fred Drake2001-07-181-7/+44
* Minor changes for stylistic cleanliness and consistency.Fred Drake2001-07-181-16/+20
* Change the command lines to use a similar "phrasing" to that used in theFred Drake2001-07-181-15/+15
* "Make small changes, but carry a big diff."Fred Drake2001-07-181-248/+247
* Add some symbolic names to support hyperlinked references.Fred Drake2001-07-181-2/+2
* Add "help" to the things one is encouraged to type for moreGuido van Rossum2001-07-181-1/+2
* Made a few minor style & markup changes to the new {get,set}dlopenflags()Fred Drake2001-07-181-15/+17
* Deactivate definition of ss_family and ss_len. Fixes bug #440486.Martin v. Löwis2001-07-182-329/+331
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-186-13/+103
* Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix.Martin v. Löwis2001-07-181-1/+18
* Ignore the html-*.tar file that can now be generated as an intermediate.Fred Drake2001-07-171-0/+1
* Revise the rules for building the distribution files for the HTML format.Fred Drake2001-07-171-7/+10
* Mirror Guido's latest changes to the license file.Fred Drake2001-07-171-32/+44
* Be more specific about some of the dependencies, to avoid re-building whenFred Drake2001-07-171-10/+12
* Define new markup for 5-column tables.Fred Drake2001-07-173-7/+109