summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Merging 2.2a3 branch changes back into trunkBarry Warsaw2001-09-071-8/+18
* Rename 'getset' to 'property'.Guido van Rossum2001-09-061-5/+5
* Added note of unittest.py changes that fixed bug 451309Steve Purcell2001-09-061-0/+4
* Report patch #416079 changes.Martin v. Löwis2001-09-061-0/+3
* Enable large file support on Win32 systems.Tim Peters2001-09-061-0/+6
* Rework the way we try to check for libm overflow, given that C99 no longerTim Peters2001-09-051-0/+7
* Describe -E (which was added to 2.2a2).Guido van Rossum2001-09-051-0/+7
* Patch #428326: New class threading.Timer.Martin v. Löwis2001-09-051-0/+3
* Return reasonable results for math.log(long) and math.log10(long) (we wereTim Peters2001-09-051-0/+3
* At Guido's suggestion, here's a new C API function, PyObject_Dir(), likeTim Peters2001-09-041-1/+3
* Raise OverflowError when appropriate on long->float conversion. Most ofTim Peters2001-09-041-0/+12
* Rename the -D option to -Q, to avoid a Jython option name conflict.Guido van Rossum2001-09-041-5/+5
* New restriction on pow(x, y, z): If z is not None, x and y must be ofTim Peters2001-09-031-0/+6
* Make dir() wordier (see the new docstring). The new behavior is a mixedTim Peters2001-09-031-0/+17
* Clarify the Borland situation, based on email from Stephen.Tim Peters2001-09-021-3/+5
* Add news about dictionary() constructor.Guido van Rossum2001-09-021-0/+4
* Start items w/ "-" instead of "+" (consistency w/ earlier versions).Tim Peters2001-09-021-18/+17
* Add various and sundry news items -- most mine, one Barry's, oneGuido van Rossum2001-08-311-0/+44
* SF patch #455966: Allow leading 0 in float/imag literals.Tim Peters2001-08-301-3/+9
* Add news about GC API change. Explain how to upgrade extension modules.Neil Schemenauer2001-08-301-3/+16
* Add a new function imp.lock_held(), and use it to skip test_threaded_importTim Peters2001-08-301-0/+9
* marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bitTim Peters2001-08-291-0/+5
* Note change in fp literal syntax (e.g. "3e-" worked by accident before).Tim Peters2001-08-281-0/+3
* SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, fromTim Peters2001-08-271-0/+3
* "The usual" post-release fiddling.Tim Peters2001-08-221-0/+18
* Add an item about Tim's new installer. This didn't make it into theBarry Warsaw2001-08-221-0/+3
* More NEWS for 2.2a2.Barry Warsaw2001-08-221-2/+25
* Added a note about --enable-framework on Mac OS X.Jack Jansen2001-08-211-0/+5
* A fiddled version of the rest of Michael Hudson's SF patchTim Peters2001-08-171-0/+5
* Add note on type/class unification.Guido van Rossum2001-08-171-0/+6
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-6/+12
* Patch #427190: Implement and use METH_NOARGS and METH_O.Martin v. Löwis2001-08-161-0/+6
* Fix typoAndrew M. Kuchling2001-08-151-1/+1
* Add blurb about cleanfuture.py. Fix misspelling in an older item.Tim Peters2001-08-151-1/+7
* Document the new semantics for setting and deleting a function'sBarry Warsaw2001-08-141-0/+6
* SF patch #445412 extract ndiff functionality to difflib, fromTim Peters2001-08-121-0/+7
* Derived from SF patch #446899 Permit import of .pyw under Windows, fromTim Peters2001-08-041-2/+7
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+11
* Moved the news items about C API topics down to the C API section.Marc-André Lemburg2001-07-311-12/+12
* Add news item about Unicode API name mangling.Marc-André Lemburg2001-07-311-0/+7
* Add news items.Marc-André Lemburg2001-07-311-0/+11
* Patch #416224: add readline completion to cmd.Cmd.Martin v. Löwis2001-07-281-0/+2
* Add item about the new xml.sax.saxutils.quoteaddr() function.Fred Drake2001-07-211-0/+4
* Get started on 2.2a2 NEWS.Tim Peters2001-07-211-0/+17
* Added the constants ascii_letters, ascii_lowercase, and ascii_uppercaseFred Drake2001-07-201-0/+5
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-181-0/+3
* Typo repair.Tim Peters2001-07-171-1/+1
* - Add news about generators.Guido van Rossum2001-07-171-1/+15
* Add xmlrpc.Guido van Rossum2001-07-121-0/+5
* News about xrange().Guido van Rossum2001-07-051-0/+4