summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate bsddb for removal in Python 3.0.Brett Cannon2008-09-051-0/+2
* Added NEWSHirokazu Yamamoto2008-09-041-0/+3
* Issue #3772: Fixed regression problem in StreamHandler.emit().Vinay Sajip2008-09-041-1/+3
* test_py3kwarn had been overlooked when test.test_support.catch_warning() wasBrett Cannon2008-09-031-0/+5
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-0/+4
* Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pi...Jesse Noller2008-09-031-0/+3
* Issue #2562: Fix distutils PKG-INFO writing logic to allow havingMarc-André Lemburg2008-09-031-1/+4
* Issue #3726: Allowed spaces in separators in logging configuration files.Vinay Sajip2008-09-031-0/+2
* Issue 2975: when compiling multiple extension modules with visual studio 2008Amaury Forgeot d'Arc2008-09-021-0/+4
* Add news item for #3719.Marc-André Lemburg2008-09-021-0/+3
* Issue #3708: os.urandom no longer goes into an infinite loop when passed aGregory P. Smith2008-09-021-0/+3
* Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on sharedGregory P. Smith2008-09-021-0/+3
* Move test.test_support.catch_warning() to the warnings module, rename itBrett Cannon2008-09-021-0/+5
* remove py3k warnings about the threading api; update docsBenjamin Peterson2008-09-011-0/+2
* Issue #3751: str.rpartition would perform a left-partition when called withAmaury Forgeot d'Arc2008-09-011-0/+3
* logging: fixed lack of use of encoding attribute specified on a stream.Vinay Sajip2008-09-011-2/+4
* Fix compilation when --without-threads is given #3683Benjamin Peterson2008-09-011-2/+4
* #3703 unhelpful _fileio.FileIO error message when trying to open a directoryBenjamin Peterson2008-09-011-0/+3
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-4/+5
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-291-0/+4
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-261-0/+7
* sort of backport 66038 by aliasing PyObject_Bytes to PyObject_StrBenjamin Peterson2008-08-261-0/+5
* generate py3k warnings on __getslice__, __delslice__, and __setslice__Benjamin Peterson2008-08-241-0/+3
* Use the actual blacklist of leaky testsNeal Norwitz2008-08-241-1/+1
* Ignore a couple more tests that report leaks inconsistently.Neal Norwitz2008-08-241-1/+1
* Fix:Neal Norwitz2008-08-242-0/+41
* #3643 add a few more checks to _testcapi to prevent segfaultsBenjamin Peterson2008-08-231-0/+6
* Fixed two format strings in the _collections module. For exampleChristian Heimes2008-08-221-0/+2
* Silenced a compiler warning in the sqlite moduleChristian Heimes2008-08-221-0/+2
* Silenced compiler warningChristian Heimes2008-08-221-0/+3
* Changed type of numarenas from uint to size_t to silence a GCC warning on 64b...Christian Heimes2008-08-221-0/+3
* done with the releaseBarry Warsaw2008-08-211-0/+12
* Bump to 2.6b3.v2.6b3Barry Warsaw2008-08-212-2/+2
* News for the tp_flags change.Guido van Rossum2008-08-201-0/+8
* News for the imageop fix.Guido van Rossum2008-08-201-0/+1
* Issue #3612: Added some missing basic types in ctypes.wintypes.Hirokazu Yamamoto2008-08-201-0/+2
* deprecate some useless, noop methods in symtableBenjamin Peterson2008-08-201-0/+3
* add a NEWS note for new args syntaxBenjamin Peterson2008-08-201-0/+3
* Fix a regression introduced by rev. 63792: ctypes function pointersThomas Heller2008-08-191-0/+3
* Fix grammar.Georg Brandl2008-08-181-2/+2
* update the threading docs to account for recent changesBenjamin Peterson2008-08-181-1/+2
* #2234 distutils failed with mingw binutils 2.18.50.20080109.Amaury Forgeot d'Arc2008-08-181-0/+4
* change threading.getIdent to a propertyBenjamin Peterson2008-08-181-1/+1
* Issue 2235: document PyObject_HashNotImplementedNick Coghlan2008-08-181-0/+3
* Belated NEWS entry for r65642Nick Coghlan2008-08-181-0/+7
* Update __all__ for cookielib, csv, os, and urllib2 for objects imported intoBrett Cannon2008-08-181-0/+3
* Remove an unneeded import of abc.ABCMeta from 'inspect'.Brett Cannon2008-08-181-0/+2
* Remove two unneeded imports in 'io'.Brett Cannon2008-08-181-0/+2
* Remove imports of 'warnings' that are no longer needed in dummy_thread,Brett Cannon2008-08-171-0/+2
* Backport r65661, r65760: Issue #3575: Incremental decoder's decodeHirokazu Yamamoto2008-08-171-0/+3