summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* This is the implementation of POSIX.1-2001 (pax) format read/writeLars Gustäbel2007-03-131-0/+3
* Patch #1449244: Support Unicode strings inMartin v. Löwis2007-03-131-0/+3
* Patch #1569798: fix a bug in distutils when building Python from aGeorg Brandl2007-03-131-0/+3
* Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" toGeorg Brandl2007-03-131-0/+3
* Patch #1555098: use str.join() instead of repeated stringGeorg Brandl2007-03-131-0/+3
* Patch #1635454: the csv.DictWriter class now includes the offendingGeorg Brandl2007-03-131-0/+4
* Patch #1668100: urllib2 now correctly raises URLError instead ofGeorg Brandl2007-03-131-0/+3
* Patch #1679379: add documentation for fnmatch.translate().Georg Brandl2007-03-131-0/+2
* Add some other acks for recent checkins:Neal Norwitz2007-03-131-0/+3
* Add Jerry Seutter for a bunch of his recent patches refactoring testsNeal Norwitz2007-03-131-0/+1
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-121-0/+3
* Bug #1678647: write a newline after printing an exception in anyGeorg Brandl2007-03-121-0/+3
* Backport from Py3k branch:Georg Brandl2007-03-121-0/+4
* Patch #1677862: Require a space or tab after import in .pth files.Martin v. Löwis2007-03-121-0/+2
* Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.Martin v. Löwis2007-03-121-0/+2
* Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...Collin Winter2007-03-111-0/+3
* Patch #1675981: remove unreachable code from type.__new__() method.Žiga Seilnacht2007-03-111-0/+2
* Patch #1599845: Add an option to disable the implicit calls to server_bind() ...Collin Winter2007-03-101-0/+4
* Add proper attribution for a bug fix.Collin Winter2007-03-101-1/+2
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-101-0/+3
* Bug #1651235: When a tuple was passed to a ctypes function call,Thomas Heller2007-03-091-0/+3
* Patch #1491866: change the complex() constructor to allow parthensized forms....Collin Winter2007-03-091-0/+4
* Add Ziga Seilnacht.Martin v. Löwis2007-03-091-0/+4
* Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0)Thomas Heller2007-03-091-0/+3
* Bug #1629566: clarify the docs on the return values of parsedate() and parsed...Collin Winter2007-03-091-0/+3
* Patch #957003: Implement smtplib.LMTP.Martin v. Löwis2007-03-091-0/+2
* Add NEWS item for patch #1481079 (r54234).Collin Winter2007-03-091-0/+2
* Introduce test.test_support.TransientResource. It's a context manager toBrett Cannon2007-03-081-0/+4
* Add a NEWS entry for rev. 54207,8.Georg Brandl2007-03-081-0/+6
* Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').Martin v. Löwis2007-03-071-0/+2
* Patch #787789: allow to pass custom TestRunner instances to unittest'sGeorg Brandl2007-03-071-0/+3
* Patches #1550273, #1550272: fix a few bugs in unittest and add aGeorg Brandl2007-03-071-0/+3
* Patch #1001604: glob.glob() now returns unicode filenames if it wasGeorg Brandl2007-03-071-0/+3
* Patch #703779: unset __file__ in __main__ after running a file. ThisGeorg Brandl2007-03-071-0/+4
* Variant of patch #697613: don't exit the interpreter on a SystemExitGeorg Brandl2007-03-071-0/+5
* Document change to curses.Walter Dörwald2007-03-061-0/+2
* Patch #1654417: make operator.{get,set,del}slice use the full rangeGeorg Brandl2007-03-061-0/+3
* Patch #1638879: don't accept strings with embedded NUL bytes in long().Georg Brandl2007-03-061-0/+2
* Patch #1646728: datetime.fromtimestamp fails with negativeGuido van Rossum2007-03-061-0/+3
* patch 1673619 - identify extension modules which cannot be builtSkip Montanaro2007-03-061-0/+3
* Patch #912410: Replace HTML entity references for attribute valuesMartin v. Löwis2007-03-061-0/+3
* Patch #1663234: you can now run doctest on test files and modulesGeorg Brandl2007-03-061-0/+3
* Bug #1674503: close the file opened by execfile() in an error condition.Georg Brandl2007-03-061-0/+2
* Patch #1121142: Implement ZipFile.open.Martin v. Löwis2007-03-061-0/+2
* Patch #1671450: add a section about subclassing builtin types to theGeorg Brandl2007-03-061-0/+3
* Patch #1674228: when assigning a slice (old-style), check for theGeorg Brandl2007-03-051-0/+3
* Added Pete for 3101 tooNeal Norwitz2007-03-051-0/+3
* note MacPorts/BerkDB change in setup.pySkip Montanaro2007-03-041-0/+2
* Add Pat and Eric for work on PEP 3101 in the sandboxNeal Norwitz2007-03-011-0/+3
* Add collections.NamedTupleRaymond Hettinger2007-03-011-0/+2