summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Patch #621891: Add askopenfile{name}s.Martin v. Löwis2002-10-131-4/+5
|
* Patch #621205: Tkinter updates for tk8.4.Martin v. Löwis2002-10-132-0/+3
|
* Back out news about SF patch 479898 -- it's withdrawn.Guido van Rossum2002-10-111-6/+0
|
* Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.pyNeal Norwitz2002-10-101-0/+1
|
* Patch #612602: Streamline configure methods.Martin v. Löwis2002-10-102-0/+5
|
* News about repr() and 8-bit characters, and setlocale() in theGuido van Rossum2002-10-091-0/+17
| | | | readline module.
* Add a few people who were in the ACKS file in the 2.2.2 branch but notGuido van Rossum2002-10-091-0/+4
| | | | on the trunk.
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-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öwis2002-10-071-0/+3
|
* Document patch #594001.Martin v. Löwis2002-10-051-0/+2
|
* News item about the new encoding normalization scheme.Marc-André Lemburg2002-10-041-0/+6
|
* Mention droped support for Tcl/Tk 8.0 and 8.1.Guido van Rossum2002-10-011-0/+4
|
* Add Tim Rice, for SCO patches.Martin v. Löwis2002-09-301-0/+1
|
* fix a couple nits related to my understanding of ReST. Use ofSkip Montanaro2002-09-301-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 ReSTSkip Montanaro2002-09-301-6/+6
|
* (py-pychecker-run): Fix calculation of last command to include theBarry Warsaw2002-09-281-3/+8
| | | | filename of the current buffer.
* Disable building of the fpectl module -- it's dangerous or uselessGuido van Rossum2002-09-251-3/+6
| | | | except in the hands of experts. Will backport to 2.2.2.
* Attila Babo (turtle.py).Guido van Rossum2002-09-231-0/+1
|
* reference the new NEWS.help fileSkip Montanaro2002-09-201-0/+2
|
* brief help file for people editing Misc/NEWSSkip Montanaro2002-09-201-0/+60
|
* ReST-ification of the NEWS file. While the total number of changes areSkip Montanaro2002-09-201-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 Rossum2002-09-181-0/+1
|
* The SGI demos are gone.Guido van Rossum2002-09-171-0/+5
|
* migrate news about 2.1 and earlier releases from NEWS to HISTORY inSkip Montanaro2002-09-172-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öwis2002-09-161-0/+2
|
* Add Mats Wichmann, another snake farmhand.Guido van Rossum2002-09-111-0/+1
|
* Alphabetize Qvist properly.Guido van Rossum2002-09-111-1/+1
|
* Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist,Guido van Rossum2002-09-111-0/+2
| | | | for their contributions to the snake farm.
* Always generate floats for stat_result; fix configure test.Martin v. Löwis2002-09-091-2/+1
|
* Patch #606592: Subsecond timestamps in stat_result.Martin v. Löwis2002-09-091-0/+3
|
* Script to generate .pkg packages, donated by Dinu Gherman. This is hisJack Jansen2002-09-061-0/+1
| | | | | original code, it still needs fiddling to make it work in general circumstances.
* Apply diff3.txt (plus additional documentation)Walter Dörwald2002-09-061-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 interpreterNeal Norwitz2002-09-051-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 wrappingNeal Norwitz2002-09-051-4/+4
|
* added a bit about the change to the thread tickerSkip Montanaro2002-09-031-0/+9
|
* expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456.Skip Montanaro2002-09-031-0/+4
|
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-021-0/+3
|
* Distutils-based script by Bill Fancher to download the Python documentationJack Jansen2002-08-281-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. Hudson2002-08-221-2/+1
|
* Fix some endcase bugs in unicode rfind()/rindex() and endswith().Guido van Rossum2002-08-201-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 ofGuido van Rossum2002-08-191-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 toGuido van Rossum2002-08-191-0/+7
| | | | convert the doc strings to LaTeX, be my guest.)
* Fix spelling errors and note the addition of operator.pow()Raymond Hettinger2002-08-191-7/+9
|
* Merged the MacPython thanks list into the general acknowledgements.Jack Jansen2002-08-191-0/+23
| | | | There's really no point in a separate list of thank-you notes.
* Add Steve Purcell for unittest.pyRaymond Hettinger2002-08-181-0/+1
|
* Newly-relaxed limits on random.randrange(). Also added some info aboutTim Peters2002-08-161-5/+12
| | | | Karatsuba's better cache behavior with extremely large multiplicands.
* Mention warnings about defining None.Guido van Rossum2002-08-161-0/+3
|
* This is my patchMichael W. Hudson2002-08-151-0/+5
| | | | | | | | [ 587993 ] SET_LINENO killer Remove SET_LINENO. Tracing is now supported by inspecting co_lnotab. Many sundry changes to document and adapt to this change.
* Add notes about universal newlines.Guido van Rossum2002-08-151-2/+10
|
* Add news about Fred's change to Py_InitModule4().Guido van Rossum2002-08-141-0/+4
|