summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Add getpreferredencoding. Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-031-1/+2
| | | | The @euro part is backported to 2.2.3.
* Fix SF #632624, test_resource failure on alpha/64bitNeal Norwitz2002-11-021-0/+2
| | | | | Return PyLongs instead ot PyInts. On alphas, 9223372036854775807 became -1.
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-261-0/+3
|
* Document patch #512981.Martin v. Löwis2002-10-261-0/+3
|
* Correct stat_result float time stamps entry.Martin v. Löwis2002-10-161-1/+2
|
* Patch #572628: Optional timeouts for put and get.Martin v. Löwis2002-10-151-0/+2
|
* 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-131-0/+2
|
* Back out news about SF patch 479898 -- it's withdrawn.Guido van Rossum2002-10-111-6/+0
|
* Patch #612602: Streamline configure methods.Martin v. Löwis2002-10-101-0/+4
|
* News about repr() and 8-bit characters, and setlocale() in theGuido van Rossum2002-10-091-0/+17
| | | | readline module.
* 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
|
* fix a couple nits with my use of ReSTSkip Montanaro2002-09-301-6/+6
|
* 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.
* reference the new NEWS.help fileSkip Montanaro2002-09-201-0/+2
|
* 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").
* 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-171-1825/+0
| | | | | 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* Add news about FutureWarning and PEP 237 stage B0.Guido van Rossum2002-08-141-0/+23
| | | | Tim predicts that we might as well call this CassandraWarning.
* Added new function k_lopsided_mul(), which is much more efficient thanTim Peters2002-08-121-3/+3
| | | | | | | | k_mul() when inputs have vastly different sizes, and a little more efficient when they're close to a factor of 2 out of whack. I consider this done now, although I'll set up some more correctness tests to run overnight.
* k_mul() and long_mul(): I'm confident that the Karatsuba algorithm isTim Peters2002-08-121-3/+10
| | | | | | | | correct now, so added some final comments, did some cleanup, and enabled it for all long-int multiplies. The KARAT envar no longer matters, although I left some #if 0'ed code in there for my own use (temporary). k_mul() is still much slower than x_mul() if the inputs have very differenent sizes, and that still needs to be addressed.
* New news about __class__ assignment restrictions and speed-up ofGuido van Rossum2002-08-121-43/+51
| | | | | | | new-style object creation/deallocation. Moved all news about type/class unification and new-stype classes to a separate section at the top.
* Revert what looks like a typo from the last checkinNeal Norwitz2002-08-121-1/+1
|
* Cautious introduction of a patch that started fromTim Peters2002-08-121-3/+7
| | | | | | | | SF 560379: Karatsuba multiplication. Lots of things were changed from that. This needs a lot more testing, for correctness and speed, the latter especially when bit lengths are unbalanced. For now, the Karatsuba code gets invoked if and only if envar KARAT exists.
* Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.Marc-André Lemburg2002-08-111-0/+6
| | | | | | | u'%c' will now raise a ValueError in case the argument is an integer outside the valid range of Unicode code point ordinals. Closes SF bug #593581.
* Clarify that the interruptable popen fixes aren't used under Win9x.Mark Hammond2002-08-101-3/+4
|
* Credit to Oren for the file-iterator patch.Guido van Rossum2002-08-091-1/+1
|
* News about the tempfile rewrite.Guido van Rossum2002-08-091-0/+10
|
* News about Neil's fix to correctly invoke __rmul__.Guido van Rossum2002-08-091-0/+5
|