- 17f03ca Fix compilation when --without-threads is given #3683 by Benjamin Peterson · 17 years ago
- f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 17 years ago
- 4907d27 Update bsddb code to version 4.7.3pre2. This code should by Jesus Cea · 17 years ago
- d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 17 years ago
- 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 17 years ago
- 14cb6bc sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str by Benjamin Peterson · 17 years ago
- 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 17 years ago
- 18aa388 Fix: by Neal Norwitz · 17 years ago
- 37346b2 #3643 add a few more checks to _testcapi to prevent segfaults by Benjamin Peterson · 17 years ago
- 1cc6963 Fixed two format strings in the _collections module. For example by Christian Heimes · 17 years ago
- a27a62e Silenced a compiler warning in the sqlite module by Christian Heimes · 17 years ago
- 7d4c317 Silenced compiler warning by Christian Heimes · 17 years ago
- fb1813c Changed type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes. Reviewed by Benjamin Peterson. by Christian Heimes · 17 years ago
- 6a0b559 done with the release by Barry Warsaw · 17 years ago
- 07a4a38 Bump to 2.6b3. by Barry Warsaw · 17 years ago
- f840296 News for the tp_flags change. by Guido van Rossum · 17 years ago
- 84b1e0f News for the imageop fix. by Guido van Rossum · 17 years ago
- 838c79f Issue #3612: Added some missing basic types in ctypes.wintypes. by Hirokazu Yamamoto · 17 years ago
- e977ad4 deprecate some useless, noop methods in symtable by Benjamin Peterson · 17 years ago
- f647dc1 add a NEWS note for new args syntax by Benjamin Peterson · 17 years ago
- 0ad5ae0 Fix a regression introduced by rev. 63792: ctypes function pointers by Thomas Heller · 17 years ago
- 25c3408 Fix grammar. by Georg Brandl · 17 years ago
- facdd6e update the threading docs to account for recent changes by Benjamin Peterson · 17 years ago
- 351ffb8 #2234 distutils failed with mingw binutils 2.18.50.20080109. by Amaury Forgeot d'Arc · 17 years ago
- d8a8972 change threading.getIdent to a property by Benjamin Peterson · 17 years ago
- 6e8fef0 Issue 2235: document PyObject_HashNotImplemented by Nick Coghlan · 17 years ago
- f70385a Belated NEWS entry for r65642 by Nick Coghlan · 17 years ago
- 88f801d Update __all__ for cookielib, csv, os, and urllib2 for objects imported into by Brett Cannon · 17 years ago
- 7b96f07 Remove an unneeded import of abc.ABCMeta from 'inspect'. by Brett Cannon · 17 years ago
- 46225e7 Remove two unneeded imports in 'io'. by Brett Cannon · 17 years ago
- 25c9d6a Remove imports of 'warnings' that are no longer needed in dummy_thread, by Brett Cannon · 17 years ago
- 41a81eb Backport r65661, r65760: Issue #3575: Incremental decoder's decode by Hirokazu Yamamoto · 17 years ago
- 7f30a68 I forgot to update NEWS. by Hirokazu Yamamoto · 17 years ago
- 047e4a9 Update distutils so that it triggers no warnings when run under -3. by Brett Cannon · 17 years ago
- 94f243a Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 17 years ago
- 721b145 Silence DeprecationWarning raised by mimetools and rfc822 in cgi. by Brett Cannon · 17 years ago
- 0a4128e Silence the DeprecationWarning raised in httplib when mimetools is imported. by Brett Cannon · 17 years ago
- abe423e Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer. by Brett Cannon · 17 years ago
- eb90b78 Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 17 years ago
- b90a8be #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input by Antoine Pitrou · 17 years ago
- 11ec65d Issue #3476: make BufferedReader and BufferedWriter thread-safe by Antoine Pitrou · 17 years ago
- 57adf22 issue #3554: ctypes.string_at and ctypes.wstring_at must use the by Thomas Heller · 17 years ago
- bf3157b Silence the DeprecationWarning of rfc822 triggered by its importation in by Brett Cannon · 17 years ago
- f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
- 9fcd4b3 #3134: shutil referenced undefined WindowsError symbol by Antoine Pitrou · 17 years ago
- 1e13ea9 - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 17 years ago
- 1464633 Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 17 years ago
- 9fc5631 Silence warnings in csv about using reduce() when run under -3 by using by Brett Cannon · 17 years ago
- 4626586 Use functools.reduce() in difflib instead of __builtin__.reduce() to silence by Brett Cannon · 17 years ago
- 83e8184 Copy reduce() to _functools so to have functools.reduce() not raise a warning by Brett Cannon · 17 years ago
- c1b76e4 Suppress the warning in asynchat from using buffer() when running udner -3. by Brett Cannon · 17 years ago
- 76b8bee move NEWS entry to the appropriate section (oops!) by Antoine Pitrou · 17 years ago
- 016b366 #3205: bz2 iterator fails silently on MemoryError by Antoine Pitrou · 17 years ago
- 59ce901 Add news item about _sre.compile() re-bytecode validator. by Guido van Rossum · 17 years ago
- de781a4 Fix slightly misleading statement in the NEWS file. by Antoine Pitrou · 17 years ago
- a032bf4 accept issue 3436 by Skip Montanaro · 17 years ago
- 3f92bc6 Remove buffer() usage in the socket module by just slicing directly on the by Brett Cannon · 17 years ago
- 03446c4 Remove warnings generated for the suprocess module when run under -3. Required by Brett Cannon · 17 years ago
- 3aa2a49 Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in by Brett Cannon · 17 years ago
- 7e30b67 Add a note about all the modules/packages changed to silence -3 warnings. More by Brett Cannon · 17 years ago
- b646757 Issue #1481296: (again!) Make conversion of a float NaN to an int or by Mark Dickinson · 17 years ago
- 2a0c2b1 Add missing NEWS entry for r65487 by Nick Coghlan · 17 years ago
- a36f8fe - Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword by Gregory P. Smith · 17 years ago
- 727bd0b Issue #3039: Fix TarFileCompat.writestr() which always raised an by Lars Gustäbel · 17 years ago
- aabf404 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. by Martin v. Löwis · 17 years ago
- 8dbf364 Generate the PatternGrammar pickle during "make install". Fixes part of #3131. by Martin v. Löwis · 17 years ago
- 39fd672 #3479: unichr(2**32) used to return u'\x00'. by Amaury Forgeot d'Arc · 17 years ago
- e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
- 246daed #2542: now that issubclass() may call arbitrary code, by Amaury Forgeot d'Arc · 17 years ago
- 01a2432 backport r65264 by Benjamin Peterson · 17 years ago
- fe84cce Issue #3449: Update decimal module to use most recent specification by Mark Dickinson · 17 years ago
- f9ac43f note robotparser bug fix. by Skip Montanaro · 17 years ago
- 92f8216 add a NEWS entry by Antoine Pitrou · 17 years ago
- 5fdfa3e #3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix by Antoine Pitrou · 17 years ago
- 8c664e8 Issue 1592: Better error reporting for operations on closed shelves. by Raymond Hettinger · 17 years ago
- f9efabb 3k-warn about parser's "ast" aliases. by Georg Brandl · 17 years ago
- 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 17 years ago
- e4921fe Issue2378: pdb would delete free variables when stepping into a class statement. by Amaury Forgeot d'Arc · 17 years ago
- 90d0717 Increment version number in NEWS file, and move items that were added after 2.6b2. by Amaury Forgeot d'Arc · 17 years ago
- b90f4e8 fix issue3120 - don't truncate handles on 64-bit Windows. by Gregory P. Smith · 17 years ago
- 278fc50 #3303: fix crash with invalid Py_DECREF in strcoll(). by Georg Brandl · 17 years ago
- 6b41a8e #3302: fix segfaults when passing None for arguments that can't by Georg Brandl · 17 years ago
- 1e8fba7 Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality. by Brett Cannon · 17 years ago
- 51e6519 Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch. by Vinay Sajip · 17 years ago
- 7fb9640 Fix issue 3395, update _debugInfo to be _debug_info by Jesse Noller · 17 years ago
- d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
- 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
- db3409c news note for r63052 by Gregory P. Smith · 17 years ago
- 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 17 years ago
- a24869a #3312: fix two sqlite3 crashes. by Georg Brandl · 17 years ago
- 86cbf81 #1608818: errno can get set by every call to readdir(). by Georg Brandl · 17 years ago
- 13e9d58 Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes by Jesse Noller · 17 years ago
- 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 17 years ago
- a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 17 years ago
- 880f529 Issue #3313: Contrary to the man page, a failed dlopen() call does not by Thomas Heller · 17 years ago
- 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 17 years ago
- 2bad657 NEWS entry for #issue 3258. by Thomas Heller · 17 years ago
- 6d6bd44 Add missing NEWS entry for r64962 by Nick Coghlan · 17 years ago
- b028f50 Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute) by Nick Coghlan · 17 years ago
- 38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. by Nick Coghlan · 17 years ago