Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove stub for unicode.txt. Resort README in dictionary order. | Guido van Rossum | 2002-02-11 | 2 | -14/+8 | |
| | ||||||
* | News about the new alias support. | Marc-André Lemburg | 2002-02-10 | 1 | -0/+3 | |
| | ||||||
* | Add IANA character set aliases to the encodings alias dictionary | Marc-André Lemburg | 2002-02-10 | 2 | -106/+355 | |
| | | | | | | | and make alias lookup lazy. Note that only those IANA character set aliases were added for which we actually have codecs in the encodings package. | |||||
* | Add news about PYC magic and changes to UTF-8 codec. | Marc-André Lemburg | 2002-02-09 | 1 | -0/+6 | |
| | ||||||
* | Added a module docstring, which doubles as the --help text. | Barry Warsaw | 2002-02-08 | 1 | -16/+81 | |
| | | | | | Added a bunch of command line options to make the script more generic. | |||||
* | Updates related to Modules/Setup and setup.py. This addresses SF bug | Guido van Rossum | 2002-02-08 | 1 | -59/+50 | |
| | | | | | | #512871 (Jon Ribbens): Installation instructions are wrong. Bugfix candidate. | |||||
* | Added regression test for start()/stop() returning bogus NULL. | Fred Drake | 2002-02-08 | 1 | -0/+10 | |
| | ||||||
* | start() and stop() methods: return None where there is no exception; | Fred Drake | 2002-02-08 | 1 | -2/+8 | |
| | | | | | returning NULL causes the interpreter to raise a SystemError. Noted by Anthony Baxter at Python 10. | |||||
* | Declare real and imag as read-only attributes. | Guido van Rossum | 2002-02-08 | 1 | -2/+2 | |
| | | | | | | | This fixes SF bug #514858 (Gregory Smith): complex not entirely immutable 2.2.1 Bugfix candidate! | |||||
* | Whitespace cleanup. | Guido van Rossum | 2002-02-08 | 1 | -3/+3 | |
| | ||||||
* | Fix typo | Neal Norwitz | 2002-02-08 | 1 | -1/+1 | |
| | ||||||
* | Python 10 was a success, commemorate it\! | Fred Drake | 2002-02-08 | 1 | -0/+28 | |
| | ||||||
* | www.google.com is better than google.com. | Guido van Rossum | 2002-02-08 | 1 | -1/+1 | |
| | ||||||
* | Make it 1.5.2 compatible again. | Thomas Heller | 2002-02-08 | 1 | -4/+5 | |
| | ||||||
* | Fix to the UTF-8 encoder: it failed on 0-length input strings. | Marc-André Lemburg | 2002-02-07 | 4 | -31/+71 | |
| | | | | | | | | | | | | | | Fix for the UTF-8 decoder: it will now accept isolated surrogates (previously it raised an exception which causes round-trips to fail). Added new tests for UTF-8 round-trip safety (we rely on UTF-8 for marshalling Unicode objects, so we better make sure it works for all Unicode code points, including isolated surrogates). Bumped the PYC magic in a non-standard way -- please review. This was needed because the old PYC format used illegal UTF-8 sequences for isolated high surrogates which now raise an exception. | |||||
* | Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's | Marc-André Lemburg | 2002-02-06 | 1 | -0/+334 | |
| | | | | | | distutils patch for OS/2. Here it is... | |||||
* | Cosmetics. | Marc-André Lemburg | 2002-02-06 | 1 | -6/+6 | |
| | ||||||
* | Whitespace fixes. | Marc-André Lemburg | 2002-02-06 | 1 | -11/+11 | |
| | ||||||
* | Fix for the UTF-8 memory allocation bug and the UTF-8 encoding | Marc-André Lemburg | 2002-02-06 | 2 | -35/+38 | |
| | | | | bug related to lone high surrogates. | |||||
* | Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the ↵ | Jack Jansen | 2002-02-05 | 2 | -1/+2 | |
| | | | | record routines to be generated. | |||||
* | Added SndRecord and (classic only) SndRecordToFile. | Jack Jansen | 2002-02-05 | 1 | -0/+53 | |
| | ||||||
* | Added support for unicode strings (utxt). | Jack Jansen | 2002-02-05 | 1 | -0/+7 | |
| | ||||||
* | further work on config system and config saving | Steven M. Gava | 2002-02-05 | 5 | -102/+335 | |
| | ||||||
* | Update the instructions on reporting bugs to reflect that anonymous reports | Fred Drake | 2002-02-04 | 1 | -10/+6 | |
| | | | | are no longer accepted. | |||||
* | When linking to an index page, explicitly name index.html instead of | Fred Drake | 2002-02-04 | 2 | -2/+2 | |
| | | | | | using "./". The later does not work nicely when browsing docs on a local disk (as in the installed docs on Windows). | |||||
* | Update version number to match Include/patchlevel.h. | Fred Drake | 2002-02-04 | 1 | -1/+3 | |
| | | | | Make sure we clean up all the temp files craeted for the typeset formats. | |||||
* | Update version number to match Include/patchlevel.h. | Fred Drake | 2002-02-04 | 1 | -3/+3 | |
| | ||||||
* | Added minimal support for floating windows. | Just van Rossum | 2002-02-04 | 4 | -18/+39 | |
| | ||||||
* | Don't append quit menu when on OSX, it is special and automatic there. | Just van Rossum | 2002-02-04 | 1 | -2/+13 | |
| | ||||||
* | Flush screen buffer upon console.flush() and output.flush(). | Just van Rossum | 2002-02-04 | 1 | -0/+4 | |
| | | | | This fixes bug #511992. | |||||
* | Quick build: clarify that you have to do "make install" as root; OS | Guido van Rossum | 2002-02-04 | 1 | -3/+13 | |
| | | | | info: add info about Red Hat's python and python2. | |||||
* | Change the version string from "2.2+" to "2.3a0". disutils peels off | Tim Peters | 2002-02-02 | 1 | -1/+1 | |
| | | | | | | the first 3 characters of this string in several places, so for as long as they remain "2.2" it confuses the heck out of attempts to build 2.3 stuff using distutils. | |||||
* | Got rid of an extra level of {} and funny formatting that was still | Jack Jansen | 2002-02-01 | 1 | -58/+56 | |
| | | | | there because of the NeXT history. | |||||
* | [Bug #220993; may also fix bug #479469] Fix flakiness when old | Andrew M. Kuchling | 2002-02-01 | 1 | -0/+7 | |
| | | | | | | | | | installations are present, by always unlinking the destination file before copying to it. Without the unlink(), the copied file remains owned by its previous UID, causing the subsequent chmod() to fail. Bugfix candidate, though it may cause changes on platforms where file ownership behaves differently. | |||||
* | Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 | Guido van Rossum | 2002-02-01 | 1 | -4/+18 | |
| | | | | | | | This uses os.popen3 (if it exists) to ensure that errors from a non-Python CGI script are logged. Bugfix candidate. | |||||
* | A new dynload_next, which actually only works on OSX but isn't renamed yet. | Jack Jansen | 2002-02-01 | 1 | -112/+56 | |
| | | | | | | | | | | By default every module is imported in its own namespace, but this can be changed by defining USE_DYLD_GLOBAL_NAMESPACE. In a future version this define will be replaced by a runtime setting, but that needs a bit more thought. This code is largely based on code and feedback from Steven Majewski, Marcel Prastawa, Manoj Plakal and other on pythonmac-sig. | |||||
* | Got rid of a few more NeXT ifdefs. The last, I think. | Jack Jansen | 2002-02-01 | 5 | -113/+1 | |
| | ||||||
* | Bugfix candidate. | Guido van Rossum | 2002-02-01 | 1 | -1/+1 | |
| | | | | | | Fix SF bug #511603: Error calling str on subclass of int Explicitly fill in tp_str with the same pointer as tp_repr. | |||||
* | Implement os.waitpid() for Windows, in a way that's compatible with Linux | Tim Peters | 2002-02-01 | 3 | -8/+56 | |
| | | | | | | where their capabilities intersect. Would be nice if people using non- MSVC compilers (Borland etc) took a whack at doing something similar for them (this code relies on the MS _cwait function). | |||||
* | package_dir must be converted from the distutils path conventions to | Thomas Heller | 2002-02-01 | 1 | -1/+5 | |
| | | | | | | local conventions before being used by build_py. Fixes SF bug #509288, probably a candidate for 2.2.1 | |||||
* | improve user config dir handling | Steven M. Gava | 2002-02-01 | 1 | -13/+31 | |
| | ||||||
* | more work on configuration saving | Steven M. Gava | 2002-02-01 | 3 | -34/+57 | |
| | ||||||
* | New tempfile and os.open() gimmicks for Windows. | Tim Peters | 2002-02-01 | 1 | -1/+24 | |
| | ||||||
* | Restrict the mode to the lowest four octal positions; higher positions | Andrew M. Kuchling | 2002-01-31 | 1 | -1/+1 | |
| | | | | | | | | contain the type of the file (regular file, socket, link, &c.). This means that install_scripts will now print "changing mode of <file> to 775" instead of "... to 100775". 2.2 bugfix candidate, I suppose, though this isn't actually fixing a bug. | |||||
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 8 | -4/+108 | |
| | | | | Closes patch #435381. | |||||
* | added handle_error method description | Skip Montanaro | 2002-01-31 | 1 | -0/+5 | |
| | ||||||
* | string.split() docstring described the interpretation of the maxsplit | Fred Drake | 2002-01-30 | 1 | -3/+3 | |
| | | | | | argument incorrectly. This closes SF bug #505997. | |||||
* | Oh look, another one. | Michael W. Hudson | 2002-01-30 | 1 | -1/+1 | |
| | | | | 2.2.1 candiate (he says, largely talking to himself :) | |||||
* | I think this fixes | Michael W. Hudson | 2002-01-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | [ #510644 ] test_curses segfaults If we use the *object* *allocator*, we should use the *object* *deallocator*, not the *raw memory* deallocator (confused yet?). I think this was what caused segfaults when pymalloc was enabled. Even if it wasn't the cause, it's still wrong. 2.2.1 candidate. | |||||
* | Added a note about compiler warnings. | Jack Jansen | 2002-01-30 | 1 | -0/+4 | |
| |