Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define VERSION in expat.h. | Martin v. Löwis | 2002-02-13 | 3 | -3/+6 |
| | |||||
* | Windows time_clock(): rewrite to get rid of horrid casting tricks. | Tim Peters | 2002-02-13 | 1 | -12/+10 |
| | | | | | Don't blame Mark! The horrid casting tricks were my idea to begin with. The rewrite works fine under VC6, and I *expect* will work fine under VC7. | ||||
* | Two OSX fixes related to switching Python versions in an existing sourcetree: | Jack Jansen | 2002-02-12 | 1 | -8/+9 |
| | | | | | - Create the Python.framework/Versions/$(VERSION) dir if it doesn't exist - Override existing symlinks in the framework. | ||||
* | "Generate" from expat.h.in, for 1.95.2. | Martin v. Löwis | 2002-02-12 | 1 | -0/+735 |
| | |||||
* | LOAD_FAST: rearrange branches to favor the expected case, and get | Tim Peters | 2002-02-12 | 1 | -10/+7 |
| | | | | rid of a redundant NULL-pointer check in the expected case. | ||||
* | Ensure we also build on VC7. Involves replacing largeint.h helper functions ↵ | Mark Hammond | 2002-02-12 | 2 | -22/+17 |
| | | | | with msvc's native 64 bit integers. | ||||
* | Build using included Expat. | Martin v. Löwis | 2002-02-12 | 1 | -13/+54 |
| | |||||
* | Use included Expat library. Drop support for older expat versions. | Martin v. Löwis | 2002-02-11 | 2 | -199/+24 |
| | |||||
* | Disable usage of Expat's config.h. | Martin v. Löwis | 2002-02-11 | 3 | -0/+6 |
| | |||||
* | Initial revision | Martin v. Löwis | 2002-02-11 | 17 | -0/+11093 |
| | |||||
* | Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers | Greg Ward | 2002-02-11 | 1 | -1/+1 |
| | | | | are preserved for redirected requests. | ||||
* | Remove mentioning of -U option in "python -h" output. | Marc-André Lemburg | 2002-02-11 | 1 | -1/+0 |
| | |||||
* | SF #515020, delete global variables which are used only for temporary | Neal Norwitz | 2002-02-11 | 1 | -1/+2 |
| | | | | values in for loops (dircase, prefix, sitedir). | ||||
* | SF #515005, change "1 + ''" (which pychecker warns about being invalid) | Neal Norwitz | 2002-02-11 | 1 | -2/+2 |
| | | | | into "raise Exception". | ||||
* | SF #515022 remove unused variable | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
| | |||||
* | SF #515009, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
| | | | | in a for loop. | ||||
* | SF #515018, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
| | | | | in a list comprehension. | ||||
* | SF #515026, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
| | | | | in a for loop. | ||||
* | SF #515024 remove unused variable | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
| | |||||
* | SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used | Neal Norwitz | 2002-02-11 | 1 | -2/+2 |
| | | | | Note: There is a TBD (aka FIXME) for how best to handle the refused addresses | ||||
* | SF #515012, cleanup: remove unused variable | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
| | |||||
* | SF #515011, cleanup: remove "or 0" condition | Neal Norwitz | 2002-02-11 | 1 | -2/+1 |
| | |||||
* | SF #515006, remove unnecessary import | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
| | |||||
* | SF #515004 cleanup | Neal Norwitz | 2002-02-11 | 1 | -4/+2 |
| | | | | | - remove unnecessary imports - rename dum -> dummy | ||||
* | SF #515000, print result of f.tell() in test() instead of ignoring | Neal Norwitz | 2002-02-11 | 1 | -1/+1 |
| | |||||
* | Corrected import behaviour for codecs which live outside the encodings | Marc-André Lemburg | 2002-02-11 | 2 | -17/+12 |
| | | | | package. | ||||
* | Regenerate configure script | Andrew M. Kuchling | 2002-02-11 | 1 | -324/+335 |
| | |||||
* | Bump version number to 2.3 | Andrew M. Kuchling | 2002-02-11 | 1 | -1/+1 |
| | |||||
* | Removed a spurious }. (How did it get there in the first place??) | Jack Jansen | 2002-02-11 | 1 | -2/+0 |
| | |||||
* | on MacOSX/Darwin, use ranlib when building static libs. | Just van Rossum | 2002-02-11 | 1 | -1/+4 |
| | |||||
* | improvement to keybinding re-use check | Steven M. Gava | 2002-02-11 | 4 | -86/+80 |
| | |||||
* | base GetHighlight on GetThemeDict for better defaults | Steven M. Gava | 2002-02-11 | 2 | -20/+9 |
| | |||||
* | further work on config saving | Steven M. Gava | 2002-02-11 | 1 | -35/+0 |
| | |||||
* | further work on config saving | Steven M. Gava | 2002-02-11 | 4 | -76/+217 |
| | |||||
* | 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... |