summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Add news about changes to metaclasses and __bases__ error checking.Jeremy Hylton2007-02-271-0/+7
* When printing an unraisable error, don't print exceptions. before the name.Neal Norwitz2007-02-261-0/+3
* Fix typo.Georg Brandl2007-02-261-1/+1
* Add Steven Bethard to help out with patches.Neal Norwitz2007-02-261-0/+3
* Fix crash in exec when unicode filename can't be decoded.Jeremy Hylton2007-02-251-0/+1
* Add itertools.izip_longest().Raymond Hettinger2007-02-211-0/+2
* Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()Martin v. Löwis2007-02-192-0/+4
* Moved misplaced news item.Lars Gustäbel2007-02-191-3/+3
* Add merge() function to heapq.Raymond Hettinger2007-02-191-0/+2
* Update the encoding package's search function to use absolute imports whenBrett Cannon2007-02-151-0/+3
* Patch #1494140: Add documentation for the new struct.Struct object.Georg Brandl2007-02-151-0/+2
* Patch #1432399: Add HCI sockets.Martin v. Löwis2007-02-141-0/+2
* Patch #1647484: Renamed GzipFile's filename attribute to name. TheLars Gustäbel2007-02-131-0/+2
* Patch #1657276: Make NETLINK_DNRTMSG conditional.Martin v. Löwis2007-02-131-0/+2
* Patch #1517891: Make 'a' create the file if it doesn't exist.Martin v. Löwis2007-02-131-0/+3
* Patch #698833: Support file decryption in zipfile.Martin v. Löwis2007-02-131-0/+2
* Patch #685268: Consider a package's __path__ in imputil.Martin v. Löwis2007-02-131-0/+2
* Patch 1463026: Support default namespace in XMLGenerator.Martin v. Löwis2007-02-121-0/+2
* fix trace.py --ignore-dirSkip Montanaro2007-02-111-0/+3
* Bug #1600860: Search for shared python library in LIBDIR, notMartin v. Löwis2007-02-091-0/+3
* Bug #1653736: Properly discard third argument to slot_nb_inplace_power.Martin v. Löwis2007-02-091-0/+2
* Bug #1653736: Complain about keyword arguments to time.isoformat.Martin v. Löwis2007-02-081-0/+2
* Patch #1652681: create nonexistent files in append mode andLars Gustäbel2007-02-061-0/+3
* Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pip...Peter Astrand2007-02-061-0/+3
* No more raising of string exceptions!Brett Cannon2007-01-301-0/+3
* Add a test for slicing an exception.Brett Cannon2007-01-291-0/+2
* Patch #1634778: add missing encoding aliases for iso8859_15 andGeorg Brandl2007-01-271-0/+3
* Patch #1638243: the compiler package is now able to correctly compileGeorg Brandl2007-01-271-0/+4
* Fix time.strptime's %U support. Basically rewrote the algorithm to be moreBrett Cannon2007-01-251-3/+5
* Fix for #1643874: When calling SysAllocString, create a PyCObjectThomas Heller2007-01-251-0/+2
* Fix crasher for when an object's __del__ creates a new weakref to itself.Brett Cannon2007-01-231-0/+4
* Make PyTraceBack_Here use the current thread, not theMartin v. Löwis2007-01-231-0/+3
* Add news entry about last checkin (oops.)Thomas Wouters2007-01-231-0/+2
* Patch #1507247: tarfile.py: use current umask for intermediateLars Gustäbel2007-01-231-0/+3
* Patch #1627441: close sockets properly in urllib2.Georg Brandl2007-01-211-0/+2
* Bug #1486663: don't reject keyword arguments for subclasses of builtinGeorg Brandl2007-01-211-0/+3
* Patch #1610575: Add support for _Bool to struct.Martin v. Löwis2007-01-211-0/+3
* Prefix AST symbols with _Py_. Fixes #1637022.Martin v. Löwis2007-01-191-0/+2
* Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.Georg Brandl2007-01-171-0/+3
* Remove Calvin since he only has access to the website currently.Neal Norwitz2007-01-171-3/+0
* Give Calvin Spealman access for python-dev summaries.Neal Norwitz2007-01-171-0/+3
* Fixed ntpath.expandvars to not replace references to non-existingSjoerd Mullender2007-01-161-0/+2
* Add news items for the recent pybench and platform changes.Marc-André Lemburg2007-01-161-0/+22
* Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept orGuido van Rossum2007-01-142-0/+4
* Deprecate the sets module.Brett Cannon2007-01-131-0/+3
* patch #1610795: BSD version of ctypes.util.find_library, by MartinThomas Heller2007-01-121-0/+2
* Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitionsThomas Heller2007-01-111-0/+4
* - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).Matthias Klose2007-01-111-0/+2
* Change the ctypes version number to "1.1.0".Thomas Heller2007-01-101-0/+2
* Added entry about addition of _open() method to logging.FileHandler.Vinay Sajip2007-01-091-0/+4