summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* Enable os.fsync() for Windows, mapping it to MS's _commit() there. TheTim Peters2003-04-231-0/+3
* Adding new built-in function sum, with docs and tests.Alex Martelli2003-04-221-0/+4
* Improved the bytecode optimizer.Raymond Hettinger2003-04-221-0/+7
* Patch #553171: Add writeback parameter. Also add protocol parameter.Martin v. Löwis2003-04-191-0/+3
* - bool() called without arguments now returns False rather thanGuido van Rossum2003-04-191-0/+5
* - Several methods of nntplib.NNTP have grown an optional file argumentGuido van Rossum2003-04-191-0/+4
* Patch #536883: SimpleXMLRPCServer auto-docing subclass.Martin v. Löwis2003-04-181-0/+2
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+5
* _Py_PrintReferenceAddresses(): also print the type name. In real useTim Peters2003-04-181-0/+3
* Implemented posix-mode parsing support in shlex.py, as dicussed inGustavo Niemeyer2003-04-171-0/+4
* - New C API PyGC_Collect(), same as calling gc.collect().Guido van Rossum2003-04-171-1/+7
* Changes in support of PEP 269.Guido van Rossum2003-04-171-0/+5
* - The repr() of a weakref object now shows the __name__ attribute ofGuido van Rossum2003-04-161-0/+3
* For StringVar results to strings. Document that boolean things are ofMartin v. Löwis2003-04-161-0/+3
* - super() no longer ignores data descriptors, except __class__. SeeGuido van Rossum2003-04-161-0/+4
* Add two dictionaries to htmlentitydefs: name2codepoint mapsWalter Dörwald2003-04-161-0/+4
* - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences()Guido van Rossum2003-04-151-0/+4
* The date class is now properly subclassable. (SF bug #720908)Guido van Rossum2003-04-141-0/+2
* - list.insert(i, x) now interprets negative i as it would beGuido van Rossum2003-04-141-0/+5
* SF patch #720991 by Gary Herron:Guido van Rossum2003-04-141-0/+4
* Patch by Chad Netzer (with significant change):Guido van Rossum2003-04-111-0/+5
* Added a note that the Mac OSA modules are documented.Jack Jansen2003-04-111-1/+2
* - New function winsound.MessageBeep() wraps the Win32 APIGuido van Rossum2003-04-091-1/+2
* - New function sys.call_tracing() allows pdb to debug codeGuido van Rossum2003-04-091-0/+6
* s/referrents/referents/g. Gotta love that referrers remains rife with rs.Tim Peters2003-04-081-1/+1
* Finished implementing gc.get_referrents(): dealt with error and endTim Peters2003-04-081-0/+5
* Reworked has_finalizer() to use the new _PyObject_Lookup() insteadTim Peters2003-04-071-3/+11
* SF bug #715145: unittest.py still uses != in failUnlessEqualRaymond Hettinger2003-04-041-0/+4
* Revert Patch #670715: iconv support.Martin v. Löwis2003-04-031-5/+2
* Fix description: u"%c" % 0xffffffff returned a ValueError not a TypeError.Walter Dörwald2003-04-021-1/+1
* Change formatchar(), so that u"%c" % 0xffffffff now raisesWalter Dörwald2003-04-021-1/+2
* Added a note about scripting support and the IDE builtin help.Jack Jansen2003-04-011-0/+6
* Fix PyString_Format() so that '%c' % u'a' returns u'a'Walter Dörwald2003-03-311-0/+3
* Fix typo.Walter Dörwald2003-03-311-1/+1
* Patch #545300: Support marked sections.Martin v. Löwis2003-03-301-0/+3
* The socket module now always uses the _socketobject wrapper class, even onSkip Montanaro2003-03-301-0/+5
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-0/+2
* Fix typo.Walter Dörwald2003-03-261-1/+1
* Added a Mac note that EasyDialogs dialogs now bring the application toJack Jansen2003-03-241-1/+3
* announce csv packageSkip Montanaro2003-03-201-0/+2
* SF bug 705836: struct.pack of floats in non-native endian orderTim Peters2003-03-201-0/+8
* Fixed SF bug #663074. The codec system was using global staticGustavo Niemeyer2003-03-191-0/+5
* Renamed PyObject_GenericGetIter to PyObject_SelfIterRaymond Hettinger2003-03-171-1/+1
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-171-0/+3
* - New function time.tzset() provides access to the C library tzet()Guido van Rossum2003-03-141-0/+3
* Take out my (long since disabled) POSIX signal mask handling code.Michael W. Hudson2003-03-131-3/+0
* Fix spelling.Raymond Hettinger2003-03-111-10/+10
* SF 698520: Iterator for urllib.URLOpenerRaymond Hettinger2003-03-091-0/+3
* - The extended type structure used for heap types (new-styleGuido van Rossum2003-03-071-1/+3
* SF patch #693753: fix for bug 639806: default for dict.popRaymond Hettinger2003-03-061-0/+6