summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Add a remove() method to collections.deque objects.Raymond Hettinger2005-03-181-0/+2
* Fix typo.Walter Dörwald2005-03-181-1/+1
* Bug #1163325: "special" decimals aren't hashableRaymond Hettinger2005-03-151-0/+3
* Add two new functions, any() and all().Raymond Hettinger2005-03-111-0/+2
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-091-0/+4
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-081-0/+2
* Convert file names of posix.access according to the file system encoding.Martin v. Löwis2005-03-081-0/+2
* Patch #918101: Add tarfile open mode r|* for auto-detection of theMartin v. Löwis2005-03-051-0/+3
* Allow classes to be defined with empty parentheses. This means thatBrett Cannon2005-03-051-0/+3
* SF #1149508: ensure textwrap handles hyphenated numbers correctly,Greg Ward2005-03-051-0/+4
* Patch #1043890: tarfile: add extractall() method.Martin v. Löwis2005-03-041-0/+2
* Patches #925152, #1118602: Avoid reading after the end of the bufferMartin v. Löwis2005-03-041-0/+3
* Patch #1075887: Don't require MSVC in distutils if there is nothingMartin v. Löwis2005-03-041-0/+3
* Patch #1103407: Properly deal with tarfile iterators when untarringMartin v. Löwis2005-03-031-0/+3
* Patch #1115086: support PY_LONGLONG in structmember.Martin v. Löwis2005-03-031-0/+2
* SF bug #1155938: Missing None check for __init__().Raymond Hettinger2005-03-031-0/+3
* Patch #802188: better parser error message for non-EOL following line cont.Martin v. Löwis2005-03-031-0/+3
* Patch #645894: Use getrusage for computing the time consumption inMartin v. Löwis2005-03-031-0/+3
* Patches #749830, #1144555: allow UNIX mmap size to default to currentMartin v. Löwis2005-03-031-0/+3
* Patch #1046831: Use get_python_version where appropriate in sysconfig.py.Martin v. Löwis2005-03-031-0/+2
* Patch #1117454: Remove code to special-case cookies without valuesMartin v. Löwis2005-03-031-0/+3
* Patch #1117339: Add cookielib special name tests.Martin v. Löwis2005-03-031-0/+2
* Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.Martin v. Löwis2005-03-031-0/+2
* Clear internal call error in 'L' format. Fixes #723201.Martin v. Löwis2005-03-031-0/+2
* Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush.Martin v. Löwis2005-03-031-0/+2
* Patch #1107973: tarfile.ExFileObject iterators.Martin v. Löwis2005-03-031-0/+2
* Patch #1104111: Alter setup.py --help and --help-commands.Martin v. Löwis2005-03-031-0/+2
* Patch #1121234: Properly cleanup _exit and tkerror commands.Martin v. Löwis2005-03-011-0/+2
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-281-0/+2
* Patch #1093585: raise a ValueError for negative history items inMartin v. Löwis2005-02-271-0/+3
* Patch #1049151: adding bool support to xdrlib.py.Martin v. Löwis2005-02-241-0/+2
* Add support for negative indices in UserString.MutableString.__setitem__Walter Dörwald2005-02-181-0/+3
* NEWS blurb for fix of:Michael W. Hudson2005-02-171-0/+3
* spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT isBrett Cannon2005-02-161-0/+3
* Add mention of patch #1095802 (fixing "Macintosh" references to represent OSBrett Cannon2005-02-131-0/+8
* Modified test for tzset to not rely on tm->tm_zone's existence. Also addedBrett Cannon2005-02-101-0/+5
* SF patch #1116583: NameError in cookielib domain checkRaymond Hettinger2005-02-051-0/+2
* Add NEWS item about future parser bug.Jeremy Hylton2005-02-041-0/+4
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-031-0/+4
* More bug #1077106 stuff, sorry -- modem induced impatiece!Michael W. Hudson2005-01-311-0/+2
* Revert os.py 1.75, and directly implement update.Martin v. Löwis2005-01-291-0/+2
* Partially revert #1074011; don't try to fflush stdin.Martin v. Löwis2005-01-271-1/+1
* add missing wordFred Drake2005-01-231-1/+2
* Flush std{in,out,err} before closing it. Fixes #1074011.Martin v. Löwis2005-01-231-0/+3
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-231-0/+2
* Truncate st_?time before comparing it with ST_?TIME in the tests.Martin v. Löwis2005-01-231-0/+1
* distutils/command/install.py change.Thomas Heller2005-01-201-0/+2
* Document the reconvert module.Skip Montanaro2005-01-161-0/+2
* Default stat_float_times to true.Martin v. Löwis2005-01-161-0/+2
* Added SEEK_* constants. Fixes #711830.Martin v. Löwis2005-01-161-0/+2