summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* apply patch item #416254Piers Lauder2001-07-201-3/+48
|
* apply patch item #416253Piers Lauder2001-07-201-38/+115
|
* fix missed conversion in ESR's string conversionPiers Lauder2001-07-201-1/+1
|
* A full Inno Setup script for Python, except for the few hard and esotericTim Peters2001-07-201-0/+206
| | | | | parts Inno has no good answer for (read the comments at the top of the script).
* update in preparation for 0.8.1 alpha releaseSteven M. Gava2001-07-201-0/+567
|
* Remove the TENTATIVE marker from the now-historic Windows buildnos.Tim Peters2001-07-201-2/+2
|
* Bump release number to 1.00, while I'm at itAndrew M. Kuchling2001-07-201-1/+1
|
* bring up to date for 0.8.1 releaseSteven M. Gava2001-07-202-4/+74
|
* Regression test for the dircache module, contributed by Nick Mathewson.Fred Drake2001-07-191-0/+62
| | | | | Modified by Fred Drake. This closes SF patch #440827.
* Test for the repr module, contributed by Nick Mathewson.Fred Drake2001-07-191-0/+108
| | | | This closes SF patch #440826.
* Kill more warnings from the SGI compiler.Fred Drake2001-07-192-2/+2
| | | | Part of SF patch #434992.
* Make more warnings go away on the SGI compiler.Fred Drake2001-07-194-11/+6
| | | | This is part of SF patch #424992.
* Clean up some warnings from the SGI compiler.Fred Drake2001-07-191-3/+3
| | | | This is part of SF patch #434992.
* Kill a warning on the SGI compiler.Fred Drake2001-07-191-1/+1
| | | | This is part of SF patch #434992.
* 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
| | | | This is part of SF patch #434992.
* Elaborate a comment.Fred Drake2001-07-191-1/+4
|
* Added docstrings based on a patch by Evelyn Mitchell.Fred Drake2001-07-191-11/+16
| | | | This closes SF patch #440153.
* Make sure path names inserted into ZIP files are normalized to use "/" asFred Drake2001-07-191-1/+12
| | | | | | the directory separator, as required by the format specification. This closes SF bug #440693.
* 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
| | | | expected-output file.
* 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
| | | | | | | This is a Windows-specific glitch that's really due to that, e.g., ntpath.join("c:", "/abc") returned "/abc" instead of "c:/abc". Made join smarter. Bugfix candidate.
* Added function xml.sax.saxutils.quoteattr().Fred Drake2001-07-194-4/+68
| | | | This closes SF bug #440351. It should not be moved to Python 2.1.1.
* Fis SF bug #442647: not all forms of legal future statements wereGuido van Rossum2001-07-191-3/+9
| | | | parsed correctly. Now they are.
* Thomas, I don't care about unset either, but setting PYTHONHOME=Guido van Rossum2001-07-191-2/+1
| | | | | | | doesn't work -- it actually prevents the extensions from being built properly. So I'm changing the "sharedmods" target to what I presume it was before: PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
* Revise the Unicode section after getting comments from MAL, GvR, and others.Andrew M. Kuchling2001-07-191-25/+49
| | | | | Add new low-level API for interpreter introspection Bump version number.
* 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
| | | | SF patch #436376.
* Patch #418659: Fixes for UnixWare and ReliantUnix.Martin v. Löwis2001-07-193-575/+598
| | | | | | back-out 1.215 of configure.in and 1.34 of Makefile.pre.in Check for -Kpthread compiler support, and use this as the sole option for MT if available.
* 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
| | | | bug #442627.
* 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
| | | | | | Reorganize so the initialization sequences does not bite us in the foot. (There is no good reason to discard classes that clients may want to subclass.)
* Fill out the Unicode section, somewhat uncertainlyAndrew M. Kuchling2001-07-191-7/+24
|
* Finish the "Other changes" sectionAndrew M. Kuchling2001-07-191-34/+45
| | | | | Bump version number Insert a few blank lines here and there
* 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
| | | | Note the actual date of 2.1's release
* Look to the future: bump the version number.Fred Drake2001-07-181-18/+29
| | | | | | | Do more to ensure we don't do any more formatting than we need to. Use separate targets for the distribution packages for paper-based and non-paper-based formats; this avoids some extra packaging when a complete distribution is being built with both paper sizes.
* 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
| | | | more of them.
* SF bug #442520: test_struct fails on SPARC.Tim Peters2001-07-181-4/+10
| | | | | | | | The ob_sval member of a string object isn't necessarily aligned to better than a native long, so the new "q" and "Q" struct codes can't get away w/ casting tricks on platforms where LONG_LONG requires stricter-than-long alignment. After I thought of a few elaborate workarounds, Guido bashed me over the head with the obvious memcpy approach, herewith implemented.
* If the user's environment has set the BROWSER environment variable (as GnomeSkip Montanaro2001-07-181-6/+9
| | | | | | | seems to do), the user may not be aware of its contents. Attempt to add any to _browsers. closes bug #429136
* 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
| | | | | | | | sample startup script provided by Itamar Shtull-Trauring. This closes SF patch #410890. Add some logical markup where it was missing.
* 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
| | | | | other documentation makefiles. This is probably not sufficient to run the conversion on Windows, but goes at least part way.
* "Make small changes, but carry a big diff."Fred Drake2001-07-181-248/+247
| | | | | | | Minor local consistency adjustments. A couple of small tweaks to the setdlopenflags() description. For setprofile() and settrace(), convert some references to become hyperlinks in the HTML version.