summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added entries about removal of some bare except clauses from logging.Vinay Sajip2007-01-081-0/+9
* Add Josiah to SF for maintaining asyncore/asynchatNeal Norwitz2007-01-061-0/+3
* Add Collin Winter for access to update PEP 3107Neal Norwitz2007-01-051-0/+3
* Prevent crash on shutdown which can occur if we are finalizingNeal Norwitz2007-01-051-0/+3
* Support linking of the bsddb module against BerkeleyDB 4.5.xGregory P. Smith2007-01-051-0/+2
* Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,Martin v. Löwis2007-01-041-0/+3
* Add EnvironmentVarGuard to test.test_support. Provides a context manager toBrett Cannon2007-01-041-0/+4
* Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.Lars Gustäbel2006-12-271-0/+2
* [Rest of patch #1182394] Add ._current() method so that we can use the writte...Andrew M. Kuchling2006-12-272-0/+3
* Patch #1262036: Prevent TarFiles from being added to themselves underLars Gustäbel2006-12-231-0/+3
* Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()Lars Gustäbel2006-12-231-0/+3
* Lars asked for permission on on python-dev for work on tarfile.pyNeal Norwitz2006-12-211-0/+3
* Bug #1590891: random.randrange don't return correct value for big numberRaymond Hettinger2006-12-201-0/+2
* Patch #1484695: The tarfile module now raises a HeaderError exceptionGeorg Brandl2006-12-191-0/+3
* Added news on recent changes to loggingVinay Sajip2006-12-141-4/+10
* Add test.test_support.guard_warnings_filter . This function returns a contextBrett Cannon2006-12-131-0/+4
* - Fix the build of the library reference in info format.Matthias Klose2006-12-091-0/+2
* Patch #1608267: fix a race condition in os.makedirs() is the directoryGeorg Brandl2006-12-091-0/+3
* Patch #1610437: fix a tarfile bug with long filename headers.Georg Brandl2006-12-061-0/+2
* - Fix build failure on kfreebsd and on the hurd.Matthias Klose2006-12-031-0/+2
* Patch #1371075: Make ConfigParser accept optional dict typeMartin v. Löwis2006-12-031-0/+3
* Patch #1544279: Improve thread-safety of the socket module by movingMartin v. Löwis2006-12-031-0/+3