summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Create _ast module.Martin v. Löwis2006-02-271-1/+1
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-261-1/+3
* - Patch 1433928:Guido van Rossum2006-02-251-0/+8
* Bug #854823: socketmodule now builds on Sun platforms even whenGeorg Brandl2006-02-201-0/+3
* Bug #1413790: zipfile now sanitizes absolute archive names that areGeorg Brandl2006-02-201-0/+6
* Fix the encodings package codec search function to only searchMarc-André Lemburg2006-02-191-0/+6
* Patch #1215184: FileInput now can be given an opening hook which canGeorg Brandl2006-02-191-0/+3
* Patch #1212287: fileinput.input() now has a mode parameter forGeorg Brandl2006-02-191-0/+3
* Patch #1215184: fileinput now has a fileno() function for getting theGeorg Brandl2006-02-191-0/+3
* Patch #1349274: gettext.install() now optionally installs additionalGeorg Brandl2006-02-191-0/+3
* Patch #1337756: fileinput now accepts Unicode filenames.Georg Brandl2006-02-191-0/+2
* Patch #1393157: os.startfile() now has an optional argument to specifyGeorg Brandl2006-02-181-0/+3
* Patch #1373643: The chunk module can now read chunks larger thanGeorg Brandl2006-02-181-0/+3
* Add NEWS entry to previous checkin.Georg Brandl2006-02-171-0/+2
* Bug #1430298: It is now possible to send a mail with an emptyGeorg Brandl2006-02-171-0/+3
* Add bug number to NEWS entry.Georg Brandl2006-02-171-1/+2
* The names of lambda functions are now properly displayed in pydoc.Georg Brandl2006-02-171-0/+2
* Patch #1432345: Make python compile on DragonFly.Martin v. Löwis2006-02-171-0/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-0/+2
* Add build support for AMD64.Martin v. Löwis2006-02-141-0/+2
* Patch #428494: Prefer linking against ncursesw over ncurses libraryMartin v. Löwis2006-02-111-0/+2
* Added the cProfile module.Armin Rigo2006-02-081-0/+5
* Bug #876637, prevent stack corruption when socket descriptorNeal Norwitz2006-02-071-0/+3
* Patch #1412872: zipfile: use correct system type on unixy systems.Martin v. Löwis2006-02-051-0/+3
* Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the sameNeal Norwitz2006-02-051-0/+4
* Patch #1422385: Changes to nis module to support multiple NIS domainsMartin v. Löwis2006-02-041-0/+3
* Drop C library for stat/fstat on Windows.Martin v. Löwis2006-02-031-0/+4
* Patch #1413711: Certain patterns of differences were making difflibGustavo Niemeyer2006-01-311-0/+3
* Fix typo.Martin v. Löwis2006-01-301-1/+1
* add bsddb.db.DBEnv.set_tx_timestamp mentionGregory P. Smith2006-01-291-0/+2
* Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.Neal Norwitz2006-01-251-0/+3
* note the bsddb extension module changes.Gregory P. Smith2006-01-241-1/+6
* Patch #1349118: urllib2 now supports user:pass@ style proxyMartin v. Löwis2006-01-241-0/+4
* Bug #902075: urllib2 now handles "host:port" proxy specificationsGeorg Brandl2006-01-211-1/+3
* Bug #1407902: Added support for sftp:// URIs to urlparse.Georg Brandl2006-01-201-0/+2
* Bug #1402224: Add warning to dl docs about crashes.Georg Brandl2006-01-201-0/+2
* Bug #1396471: Document that Windows' ftell() can return invalidGeorg Brandl2006-01-201-0/+3
* Bug #1371247: Update Windows LCIDs in locale.py.Georg Brandl2006-01-201-2/+4
* Patch #1103116: AF_NETLINK sockets basic support.Martin v. Löwis2006-01-141-0/+2
* Fix typoNeal Norwitz2006-01-141-1/+1
* Bug #1394565: SimpleHTTPServer now doesn't choke on query paramtersGeorg Brandl2006-01-131-0/+3
* Bug #1403410: The warnings module now doesn't get confusedGeorg Brandl2006-01-131-0/+3
* Fix SF bug #1402308, segfault when using mmap(-1, ...)Neal Norwitz2006-01-111-0/+2
* SF bug #1400822, Extended version of _curses over{lay,write} does not workNeal Norwitz2006-01-101-0/+4
* - Patch #1400181, fix unicode string formatting to not use the locale.Neal Norwitz2006-01-101-0/+4
* Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8.Neal Norwitz2006-01-091-0/+3
* Bug #1400115, Fix segfault when calling curses.panel.userptr()Neal Norwitz2006-01-091-0/+3
* Patch #1177307: UTF-8-Sig codec.Martin v. Löwis2006-01-081-1/+2
* Patch #881820: look for openpty and forkpty also in libbsd.Martin v. Löwis2006-01-081-0/+2
* Fix errors on 64-bit platforms. Will backportNeal Norwitz2006-01-051-0/+2