summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* glob('anything*/') would fail because isdir is in os.path, not os.Neal Norwitz2006-04-091-0/+2
* Fix bsddb.db.DBError derived exceptions so they can be unpickled.Gregory P. Smith2006-04-081-0/+2
* Hopefully this makes test_urllib2 have inconsistent leak resultsNeal Norwitz2006-04-061-1/+1
* I don't think we know of any tests that really leak anymoreNeal Norwitz2006-04-061-2/+2
* blank spots for Misc/NEWS, post alpha1 (plus testing buildbot 0.7.2)Anthony Baxter2006-04-051-0/+28
* - correct patch numberMatthias Klose2006-04-031-1/+1
* - Patch #360466: Replace the MD5 implementation from RSA Data Security IncMatthias Klose2006-04-031-0/+3
* preparation for 2.5a1Anthony Baxter2006-04-032-5/+8
* Bug #1421664: Set sys.stderr.encodingMartin v. Löwis2006-04-031-0/+3
* The email module's parsedate_tz function now sets the daylight savingsAnthony Baxter2006-04-032-0/+5
* Accept keyword arguments for __import__ and doc the addition of the level par...Neal Norwitz2006-04-031-0/+2
* Patch #624325: urlparse.urlparse() and urlparse.urlsplit() resultsFred Drake2006-04-011-0/+3
* Some typo & grammar fixesAndrew M. Kuchling2006-04-011-12/+12
* Update SQLite version requirement.Georg Brandl2006-04-011-1/+1
* patch #1462498: handle entityrefs in attribute values.Georg Brandl2006-04-011-0/+3
* Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar,Walter Dörwald2006-04-011-1/+3
* merged the sqlite-integration branch.Anthony Baxter2006-04-011-0/+5
* Another crack at bug #1460340: make random.sample(dict)Tim Peters2006-04-011-0/+5
* Patch #1460496: round() now accepts keyword arguments.Georg Brandl2006-03-311-0/+2
* Bug #1445068: getpass.getpass() can now be given an explicit streamGeorg Brandl2006-03-311-0/+3
* Patch #1462313, bug #1443328: the pickle modules now can handle classesGeorg Brandl2006-03-311-0/+3
* Patch #1380952: fix SSL objects timing out on consecutive read()sGeorg Brandl2006-03-311-0/+2
* Bug #1250170, Patch #1462230: handle socket.gethostname()Georg Brandl2006-03-311-0/+3
* Bug #947906: An object oriented interface has been added to the calendarWalter Dörwald2006-03-311-0/+4
* Add a NEWS entry for the Alpha fixesNeal Norwitz2006-03-311-0/+3
* Fixed bug #1459029 - unicode reprs were double-escaped.Anthony Baxter2006-03-301-0/+2
* Oops, forgot to checkin the NEWS for --identityPhillip J. Eby2006-03-301-0/+3
* Revert r43399.Georg Brandl2006-03-281-6/+0
* Bug #1459963: urllib2 now normalizes HTTP header names correctlyGeorg Brandl2006-03-281-0/+6
* Mention patch id for the CJK part of the patch andWalter Dörwald2006-03-271-5/+6
* Years in the making.Tim Peters2006-03-261-1/+12
* SF Patch #1455676: Simplify using Queues with daemon consumer threadsRaymond Hettinger2006-03-241-0/+4
* Preserve command name, for later printing of activeMartin v. Löwis2006-03-231-0/+2
* Patch #1396919: Reenable the system scope threads on FreeBSD 5.4Hye-Shik Chang2006-03-231-0/+3
* Forward port MvL's fix in 43227:Neal Norwitz2006-03-231-0/+3
* ctypes was added.Thomas Heller2006-03-221-0/+2
* Change NEWS entry for recent socket API changeGeorg Brandl2006-03-221-1/+1
* News about email 4.0.Barry Warsaw2006-03-221-0/+8
* remove test fileBarry Warsaw2006-03-211-1/+0
* py trunk svn testBarry Warsaw2006-03-211-1/+1
* py trunk svn testBarry Warsaw2006-03-211-1/+1
* py trunk svn testBarry Warsaw2006-03-211-0/+1
* moved older releases into HISTORYAnthony Baxter2006-03-202-5287/+5287
* Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch...Neal Norwitz2006-03-202-0/+3
* SF [ 1231053 ] audioop - alaw encoding/decoding added, code updatedAnthony Baxter2006-03-201-0/+3
* Previously, Python code had no easy way to access the contents of aGeorg Brandl2006-03-181-0/+4
* RFE #567972: Socket objects' family, type and proto properties areGeorg Brandl2006-03-171-0/+3
* Update/expand on comments about leaking tests.Neal Norwitz2006-03-171-4/+5
* Ignore ctypes leaks, but add a test case so we do not forget.Neal Norwitz2006-03-171-1/+1
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-163-6/+8