summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [ 1497053 ] Let dicts propagate the exceptions in user __eq__().Armin Rigo2006-06-011-0/+5
* Add SoC name, and reorganize this section a bitAndrew M. Kuchling2006-05-301-4/+10
* Add News entry for last commit.Georg Brandl2006-05-291-0/+3
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-2/+10
* Patch #1496206: urllib2 PasswordMgr ./. default portsGeorg Brandl2006-05-281-0/+3
* Patch #1080727: add "encoding" parameter to doctest.DocFileSuiteGeorge Yoshida2006-05-281-0/+2
* Add news item for new-style exception class branch merge.Georg Brandl2006-05-271-0/+4
* Patch 1494554: Update numeric properties to Unicode 4.1.Martin v. Löwis2006-05-271-0/+3
* Add Richard Tew to developersSteve Holden2006-05-261-0/+1
* Record Iceland sprint attendees.Tim Peters2006-05-261-0/+16
* Change C spacing to 4 spaces by default to match PEP 7 for new C files.Brett Cannon2006-05-261-1/+1
* Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache ...Georg Brandl2006-05-261-0/+4
* Add Soc studentAndrew M. Kuchling2006-05-261-4/+5
* Some Win64 pre-release in 2000 didn't supportTim Peters2006-05-251-0/+4
* Add entry; and fix a typoAndrew M. Kuchling2006-05-251-1/+7
* Heavily fiddled variant of patch #1442927: PyLong_FromString optimization.Tim Peters2006-05-241-0/+6
* patch #1493701: performance enhancements for struct moduleBob Ippolito2006-05-231-0/+2
* revert #1493701Bob Ippolito2006-05-231-2/+0
* Remove duplicate itemAndrew M. Kuchling2006-05-231-3/+0
* Patch #1493701: performance enhancements for struct module.Bob Ippolito2006-05-231-0/+2
* Bug #1334662 / patch #1335972: int(string, base) wrong answers.Tim Peters2006-05-232-0/+6
* Update Misc/NEWS for gzip patch #1281707Bob Ippolito2006-05-231-2/+2
* Update Misc/NEWS for gzip patch #1281707Bob Ippolito2006-05-231-0/+2
* Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects.Richard Jones2006-05-231-0/+5
* PyErr_NewException now accepts a tuple of base classes as itsGeorg Brandl2006-05-231-0/+3
* Merge from rjones-funccall branch.Richard Jones2006-05-231-0/+3
* Patch #1492356: Port to Windows CE (patch set 1).Martin v. Löwis2006-05-222-0/+3
* Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64.Neal Norwitz2006-05-192-0/+3
* Bug #1462152: file() now checks more thoroughly for invalid modeGeorg Brandl2006-05-181-0/+4
* Patch #1180296: improve locale string formatting functionsGeorg Brandl2006-05-171-0/+4
* Patch #1486962: Several bugs in the turtle Tk demo module were fixedGeorg Brandl2006-05-171-0/+3
* Patch #1490224: set time.altzone correctly on Cygwin.Georg Brandl2006-05-171-0/+2
* Update for 'ImportWarning'George Yoshida2006-05-161-3/+3
* Patch #1435422: zlib's compress and decompress objects now have aGeorg Brandl2006-05-161-0/+3
* [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)Georg Brandl2006-05-151-0/+3
* Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backportNeal Norwitz2006-05-152-0/+3
* - Bug #1487966: Fix SystemError with conditional expression in assignmentNeal Norwitz2006-05-152-0/+3
* Move items implemented after a2 into the new a3 sectionNeal Norwitz2006-05-151-35/+61
* Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatVTim Peters2006-05-131-1/+5
* Dynamically allocate path name buffer for UnicodeMartin v. Löwis2006-05-121-0/+3
* SF patch #1473132: Improve docs for tp_clear and tp_traverse,Tim Peters2006-05-122-0/+3
* Change WindowsError to carry the Win32 error code in winerror,Martin v. Löwis2006-05-111-0/+5
* Patch #721464: pdb.Pdb instances can now be given explicit stdin andGeorg Brandl2006-05-101-0/+4
* Patch #1484695: Update the tarfile module to version 0.8. This fixesGeorg Brandl2006-05-101-0/+4
* Variant of patch #1478292. doctest.register_optionflag(name)Tim Peters2006-05-101-1/+4
* Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API.Martin v. Löwis2006-05-061-2/+2
* Implement os.{chdir,rename,rmdir,remove} using Win32 directly.Martin v. Löwis2006-05-041-0/+3
* Patch #1475845: Raise IndentationError for unexpected indent.Martin v. Löwis2006-05-041-0/+2
* Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.Georg Brandl2006-05-031-0/+3
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-021-2/+0