Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit | Tim Peters | 2001-08-29 | 1 | -0/+5 |
| | | | | ints, convert to PyLong (rather than throwing away the high-order 32 bits). | ||||
* | Note change in fp literal syntax (e.g. "3e-" worked by accident before). | Tim Peters | 2001-08-28 | 1 | -0/+3 |
| | |||||
* | SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, from | Tim Peters | 2001-08-27 | 2 | -0/+4 |
| | | | | Brian Quinlan. | ||||
* | "The usual" post-release fiddling. | Tim Peters | 2001-08-22 | 1 | -0/+18 |
| | |||||
* | Add an item about Tim's new installer. This didn't make it into the | Barry Warsaw | 2001-08-22 | 1 | -0/+3 |
| | | | | 2.2a2 release, but it's still worth mentioning. | ||||
* | More NEWS for 2.2a2. | Barry Warsaw | 2001-08-22 | 1 | -2/+25 |
| | |||||
* | Added a note about --enable-framework on Mac OS X. | Jack Jansen | 2001-08-21 | 1 | -0/+5 |
| | |||||
* | Removed NEXT-NOTES, the NeXT is no longer supported. | Jack Jansen | 2001-08-19 | 2 | -82/+0 |
| | |||||
* | A fiddled version of the rest of Michael Hudson's SF patch | Tim Peters | 2001-08-17 | 1 | -0/+5 |
| | | | | | #449043 supporting __future__ in simulated shells which implements PEP 264. | ||||
* | Add note on type/class unification. | Guido van Rossum | 2001-08-17 | 1 | -0/+6 |
| | |||||
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -6/+12 |
| | | | | | | | | - Do not compile unicodeobject, unicodectype, and unicodedata if Unicode is disabled - check for Py_USING_UNICODE in all places that use Unicode functions - disables unicode literals, and the builtin functions - add the types.StringTypes list - remove Unicode literals from most tests. | ||||
* | Another contributor's patch got accepted. | Guido van Rossum | 2001-08-17 | 1 | -0/+1 |
| | |||||
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -0/+6 |
| | |||||
* | Fix typo | Andrew M. Kuchling | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | Add blurb about cleanfuture.py. Fix misspelling in an older item. | Tim Peters | 2001-08-15 | 1 | -1/+7 |
| | |||||
* | Document the new semantics for setting and deleting a function's | Barry Warsaw | 2001-08-14 | 1 | -0/+6 |
| | | | | | | | | | __dict__ attribute. Deleting it, or setting it to a non-dictionary result in a TypeError. Note that getting it the first time magically initializes it to an empty dict so that func.__dict__ will always appear to be a dictionary (never None). Closes SF bug #446645. | ||||
* | Update a beopen.com e-mail | Andrew M. Kuchling | 2001-08-13 | 1 | -2/+2 |
| | |||||
* | Update a few references to beopen.com | Andrew M. Kuchling | 2001-08-13 | 2 | -3/+3 |
| | |||||
* | Add a name | Andrew M. Kuchling | 2001-08-13 | 1 | -0/+1 |
| | |||||
* | SF patch #445412 extract ndiff functionality to difflib, from | Tim Peters | 2001-08-12 | 2 | -0/+8 |
| | | | | David Goodger. | ||||
* | Added Josh Cogliati (turtle.py contributor). | Guido van Rossum | 2001-08-09 | 1 | -0/+1 |
| | |||||
* | One more. | Neil Schemenauer | 2001-08-09 | 1 | -0/+1 |
| | |||||
* | Thanks to | Tim Peters | 2001-08-08 | 1 | -0/+1 |
| | | | | | | | | | LettError, Erik van Blokland, http://www.letterror.com/ the Python Windows installer finally has an attractive Pythonic bitmap to delight the senses and dampen the fears of the millions and millions of eager new Windows users anticipating their first Python programming joy. Always knew Mac users secretly wanted to switch to Windows <wink>. | ||||
* | Remove various outdated files. (Leaving find_recursionlimit.py alone, | Andrew M. Kuchling | 2001-08-06 | 9 | -835/+0 |
| | | | | as Neil pointed out it isn't the same as sys.getrecursionlimit) | ||||
* | Update cheatsheet to 2.0 from Brunning/Gruet's quick reference | Andrew M. Kuchling | 2001-08-06 | 1 | -535/+2212 |
| | |||||
* | Add 'yield' as a keyword | Andrew M. Kuchling | 2001-08-06 | 1 | -2/+2 |
| | | | | Fix typo in comment | ||||
* | Derived from SF patch #446899 Permit import of .pyw under Windows, from | Tim Peters | 2001-08-04 | 2 | -2/+8 |
| | | | | David Bolen. | ||||
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -0/+11 |
| | |||||
* | Moved the news items about C API topics down to the C API section. | Marc-André Lemburg | 2001-07-31 | 1 | -12/+12 |
| | |||||
* | Add news item about Unicode API name mangling. | Marc-André Lemburg | 2001-07-31 | 1 | -0/+7 |
| | |||||
* | Add news items. | Marc-André Lemburg | 2001-07-31 | 1 | -0/+11 |
| | |||||
* | New name. | Guido van Rossum | 2001-07-31 | 1 | -0/+1 |
| | |||||
* | Patch #416224: add readline completion to cmd.Cmd. | Martin v. Löwis | 2001-07-28 | 1 | -0/+2 |
| | |||||
* | Document the PYTHONY2K environment variable that had been left out of this | Fred Drake | 2001-07-26 | 1 | -8/+13 |
| | | | | | | | | | list. Present the URLs at the bottom in a consistent manner, conforming to the style guide. Remove the lone use of "e.g.", which the style guide does not allow. | ||||
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -2/+2 |
| | |||||
* | Add -E command line switch (ignore environment variables like PYTHONHOME | Neil Schemenauer | 2001-07-23 | 1 | -0/+7 |
| | | | | and PYTHONPATH). | ||||
* | Alex Coventry (SF patch 441791). | Guido van Rossum | 2001-07-23 | 1 | -0/+1 |
| | |||||
* | Add item about the new xml.sax.saxutils.quoteaddr() function. | Fred Drake | 2001-07-21 | 1 | -0/+4 |
| | |||||
* | Get started on 2.2a2 NEWS. | Tim Peters | 2001-07-21 | 1 | -0/+17 |
| | |||||
* | Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase | Fred Drake | 2001-07-20 | 1 | -0/+5 |
| | | | | | to the string module. This was determined to be the right approach in SF bug #226706. | ||||
* | Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. | Martin v. Löwis | 2001-07-18 | 1 | -0/+3 |
| | | | | Add dlopenflags to PyInterpreterState, and use it in dlopen calls. | ||||
* | Typo repair. | Tim Peters | 2001-07-17 | 1 | -1/+1 |
| | |||||
* | - Add news about generators. | Guido van Rossum | 2001-07-17 | 1 | -1/+15 |
| | | | | | - Change header to 2.2a1. - Add separator between 2.2 and 2.1 news. | ||||
* | Add xmlrpc. | Guido van Rossum | 2001-07-12 | 1 | -0/+5 |
| | | | | | | | (Tim & I should agree on where to add new additions: I add them at the top, Tim adds them at the bottom. I like the top better because folks who occasionally check out the NEWS file will see the latest news first.) | ||||
* | (py-version): Hopefully fixed my XEmacs settings so this doesn't get | Barry Warsaw | 2001-07-06 | 1 | -1/+1 |
| | | | | clobbered on checkin. | ||||
* | (py-continuation-offset): Update docstring to describe that this | Barry Warsaw | 2001-07-06 | 1 | -4/+9 |
| | | | | | | | | additional offset is only applied to continuation lines for block opening statements. (py-compute-indentation): Only add py-continuation-offset if py-statement-opens-block-p is true. | ||||
* | News about xrange(). | Guido van Rossum | 2001-07-05 | 1 | -0/+4 |
| | |||||
* | Replace the text with a link to the PEP-ified version. | Barry Warsaw | 2001-06-27 | 1 | -1113/+3 |
| | |||||
* | Add an item about the extension to {}.update() to allow generic | Barry Warsaw | 2001-06-26 | 1 | -0/+5 |
| | | | | mapping objects as an argument. | ||||
* | Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into | Tim Peters | 2001-06-21 | 1 | -0/+2 |
| | | | | | giving up the goods. NEEDS DOC CHANGES |