summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mention that zlib is now builtin on Windows.Martin v. Löwis2006-01-031-0/+3
* Ported from 2.4 branch:Barry Warsaw2006-01-011-2/+5
* Use -xcode=pic32 for SunPro. Will backport to 2.4.Martin v. Löwis2005-12-301-0/+2
* [ 959576 ] Can't build Python on POSIX w/o $HOMEGeorg Brandl2005-12-271-0/+3
* Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-231-0/+2
* Patch #1117398: fix cookielib LoadErrorNeal Norwitz2005-12-231-0/+4
* Bug #1072182, fix some potential problems if characters are signed.Neal Norwitz2005-12-191-0/+2
* Bug #889500, fix line number on SyntaxWarning for global declarations.Neal Norwitz2005-12-191-0/+2
* Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.Neal Norwitz2005-12-181-0/+2
* Get float() to be more portable across platforms. Disable hex strings.Neal Norwitz2005-12-181-0/+3
* SF Patch #1365916, mmap fails on AMD64Neal Norwitz2005-12-181-0/+2
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-0/+4
* Doc for PEP 341, needs improvementNeal Norwitz2005-12-171-1/+1
* Fix leftover word.Georg Brandl2005-12-171-1/+1
* Added PEP 341 to NEWS.Georg Brandl2005-12-171-0/+4
* Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'Hye-Shik Chang2005-12-171-0/+3
* More text about the pragmatic significance of hashlib.Tim Peters2005-12-161-4/+13
* Add the missing mention of the hashlib module.Brett Cannon2005-12-161-0/+3
* Revert r41662 and the part of 41552 that originally caused the problemNeal Norwitz2005-12-151-3/+0
* Add a workaround for file.ftell() to raise IOError for ttys.Hye-Shik Chang2005-12-131-0/+3
* r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100Fredrik Lundh2005-12-121-0/+4
* Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn moduleHye-Shik Chang2005-12-121-0/+3
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-101-0/+3
* [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServerAndrew M. Kuchling2005-12-041-1/+1
* [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM...Andrew M. Kuchling2005-12-041-0/+3
* [Bug #792570] Under Windows, socket.read() seems to run into trouble whenAndrew M. Kuchling2005-12-041-0/+3
* [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin...Andrew M. Kuchling2005-12-041-0/+3
* Patch #1350409: Port signal handling to VS 2005.Martin v. Löwis2005-11-281-0/+2