Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (py-parse-state-re): Remove the "if" from the regular expression. | Barry Warsaw | 2002-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This fixes an indentation bug reported by Jeremy when seeing multiple list comprehensions like so: [x for x in seq if blah(x)] # ... [y for y in seq if blah(y)] The reason this broke is because this regexp caused the "find a safe parsing start location higher up in the file" test to erroneously find the if in the listcomp. I think the other keywords in this regexp are fine and good enough. After a weekend of testing, I can't find any adverse effects. | ||||
* | Add new encoding for Ukrainian Cyrillic | Neal Norwitz | 2002-10-17 | 1 | -0/+1 |
| | |||||
* | Correct stat_result float time stamps entry. | Martin v. Löwis | 2002-10-16 | 1 | -1/+2 |
| | |||||
* | Patch #572628: Optional timeouts for put and get. | Martin v. Löwis | 2002-10-15 | 1 | -0/+2 |
| | |||||
* | Patch #621891: Add askopenfile{name}s. | Martin v. Löwis | 2002-10-13 | 1 | -4/+5 |
| | |||||
* | Patch #621205: Tkinter updates for tk8.4. | Martin v. Löwis | 2002-10-13 | 2 | -0/+3 |
| | |||||
* | Back out news about SF patch 479898 -- it's withdrawn. | Guido van Rossum | 2002-10-11 | 1 | -6/+0 |
| | |||||
* | Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.py | Neal Norwitz | 2002-10-10 | 1 | -0/+1 |
| | |||||
* | Patch #612602: Streamline configure methods. | Martin v. Löwis | 2002-10-10 | 2 | -0/+5 |
| | |||||
* | News about repr() and 8-bit characters, and setlocale() in the | Guido van Rossum | 2002-10-09 | 1 | -0/+17 |
| | | | | readline module. | ||||
* | Add a few people who were in the ACKS file in the 2.2.2 branch but not | Guido van Rossum | 2002-10-09 | 1 | -0/+4 |
| | | | | on the trunk. | ||||
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 1 | -0/+6 |
| | | | | | | sys.getwindowsversion() on Windows (new enahanced Tim-proof <wink> version), and fix test_pep277.py in a few minor ways. Including doc and NEWS entries. | ||||
* | Patch #448038: Add move(). Report errors from copytree as in shutil.Error. | Martin v. Löwis | 2002-10-07 | 1 | -0/+3 |
| | |||||
* | Document patch #594001. | Martin v. Löwis | 2002-10-05 | 1 | -0/+2 |
| | |||||
* | News item about the new encoding normalization scheme. | Marc-André Lemburg | 2002-10-04 | 1 | -0/+6 |
| | |||||
* | Mention droped support for Tcl/Tk 8.0 and 8.1. | Guido van Rossum | 2002-10-01 | 1 | -0/+4 |
| | |||||
* | Add Tim Rice, for SCO patches. | Martin v. Löwis | 2002-09-30 | 1 | -0/+1 |
| | |||||
* | fix a couple nits related to my understanding of ReST. Use of | Skip Montanaro | 2002-09-30 | 1 | -3/+3 |
| | | | | | | | | | | | ``void (*)(PyObject *)`` isn't quite the same as void (*)(PyObject \*) but I gather ``...`` is preferable stylistically in most cases than ... \*... | ||||
* | fix a couple nits with my use of ReST | Skip Montanaro | 2002-09-30 | 1 | -6/+6 |
| | |||||
* | (py-pychecker-run): Fix calculation of last command to include the | Barry Warsaw | 2002-09-28 | 1 | -3/+8 |
| | | | | filename of the current buffer. | ||||
* | Disable building of the fpectl module -- it's dangerous or useless | Guido van Rossum | 2002-09-25 | 1 | -3/+6 |
| | | | | except in the hands of experts. Will backport to 2.2.2. | ||||
* | Attila Babo (turtle.py). | Guido van Rossum | 2002-09-23 | 1 | -0/+1 |
| | |||||
* | reference the new NEWS.help file | Skip Montanaro | 2002-09-20 | 1 | -0/+2 |
| | |||||
* | brief help file for people editing Misc/NEWS | Skip Montanaro | 2002-09-20 | 1 | -0/+60 |
| | |||||
* | ReST-ification of the NEWS file. While the total number of changes are | Skip Montanaro | 2002-09-20 | 1 | -55/+165 |
| | | | | | | | | | | | | | | | | | | | | fairly large, most are caused by reformatting section and subsection headings. The changes fall into the following categories: * reformatted section and subsection headers. * escaped isolated asterisks which would be interpreted as starting bold or italic text (e.g. "void (*)(PyObject \*)"). * quoted stuff that looks like internal references but isn't (e.g. ``PyCmp_``). * changed visually balanced quotes to just use apostrophes (e.g. "'string'" instead of "`string'"). * introduced and indenting multiline chunks of code. * created one table (search for "New codecs"). | ||||
* | Add MJ. | Guido van Rossum | 2002-09-18 | 1 | -0/+1 |
| | |||||
* | The SGI demos are gone. | Guido van Rossum | 2002-09-17 | 1 | -0/+5 |
| | |||||
* | migrate news about 2.1 and earlier releases from NEWS to HISTORY in | Skip Montanaro | 2002-09-17 | 2 | -1825/+1822 |
| | | | | | preparation for ReST-ification of NEWS. (Also tests checkin ability from my new Powerbook. woohoo!) | ||||
* | Make BadPickleGet a class. Fixes #609164. | Martin v. Löwis | 2002-09-16 | 1 | -0/+2 |
| | |||||
* | Add Mats Wichmann, another snake farmhand. | Guido van Rossum | 2002-09-11 | 1 | -0/+1 |
| | |||||
* | Alphabetize Qvist properly. | Guido van Rossum | 2002-09-11 | 1 | -1/+1 |
| | |||||
* | Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist, | Guido van Rossum | 2002-09-11 | 1 | -0/+2 |
| | | | | for their contributions to the snake farm. | ||||
* | Always generate floats for stat_result; fix configure test. | Martin v. Löwis | 2002-09-09 | 1 | -2/+1 |
| | |||||
* | Patch #606592: Subsecond timestamps in stat_result. | Martin v. Löwis | 2002-09-09 | 1 | -0/+3 |
| | |||||
* | Script to generate .pkg packages, donated by Dinu Gherman. This is his | Jack Jansen | 2002-09-06 | 1 | -0/+1 |
| | | | | | original code, it still needs fiddling to make it work in general circumstances. | ||||
* | Apply diff3.txt (plus additional documentation) | Walter Dörwald | 2002-09-06 | 1 | -0/+5 |
| | | | | | | | | | from SF patch http://www.python.org/sf/554192 This adds two new functions to mimetypes: guess_all_extensions() which returns a list of all known extensions for a mime type, and add_type() which adds one mapping between a mime type and an extension. | ||||
* | SF bug # 585792, Invalid mmap crashes Python interpreter | Neal Norwitz | 2002-09-05 | 1 | -0/+3 |
| | | | | | Raise ValueError if user passes a size to mmap which is larger than the file. | ||||
* | Added "that" to correct grammar, the rest is due to wrapping | Neal Norwitz | 2002-09-05 | 1 | -4/+4 |
| | |||||
* | added a bit about the change to the thread ticker | Skip Montanaro | 2002-09-03 | 1 | -0/+9 |
| | |||||
* | expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. | Skip Montanaro | 2002-09-03 | 1 | -0/+4 |
| | |||||
* | PEP 293 implemention (from SF patch http://www.python.org/sf/432401) | Walter Dörwald | 2002-09-02 | 1 | -0/+3 |
| | |||||
* | Distutils-based script by Bill Fancher to download the Python documentation | Jack Jansen | 2002-08-28 | 1 | -0/+1 |
| | | | | | | HTML tarball and use it to create a documentation tree readable and searchable with Apple Help Viewer. The documentation also shows up in Project Builder (if you add Python.framework to your project). | ||||
* | Fix grammatically inept comment. | Michael W. Hudson | 2002-08-22 | 1 | -2/+1 |
| | |||||
* | Fix some endcase bugs in unicode rfind()/rindex() and endswith(). | Guido van Rossum | 2002-08-20 | 1 | -0/+1 |
| | | | | | | These were reported and fixed by Inyeol Lee in SF bug 595350. The endswith() bug was already fixed in 2.3, but this adds some more test cases. | ||||
* | SF patch 576101, by Oren Tirosh: alternative implementation of | Guido van Rossum | 2002-08-19 | 1 | -0/+17 |
| | | | | | | | | interning. I modified Oren's patch significantly, but the basic idea and most of the implementation is unchanged. Interned strings created with PyString_InternInPlace() are now mortal, and you must keep a reference to the resulting string around; use the new function PyString_InternImmortal() to create immortal interned strings. | ||||
* | News about sets. (There's no documentation; if someone wants to | Guido van Rossum | 2002-08-19 | 1 | -0/+7 |
| | | | | convert the doc strings to LaTeX, be my guest.) | ||||
* | Fix spelling errors and note the addition of operator.pow() | Raymond Hettinger | 2002-08-19 | 1 | -7/+9 |
| | |||||
* | Merged the MacPython thanks list into the general acknowledgements. | Jack Jansen | 2002-08-19 | 1 | -0/+23 |
| | | | | There's really no point in a separate list of thank-you notes. | ||||
* | Add Steve Purcell for unittest.py | Raymond Hettinger | 2002-08-18 | 1 | -0/+1 |
| | |||||
* | Newly-relaxed limits on random.randrange(). Also added some info about | Tim Peters | 2002-08-16 | 1 | -5/+12 |
| | | | | Karatsuba's better cache behavior with extremely large multiplicands. |