- 1cec7aa NEWS entry for: Add an optional 'offset' parameter to byref, defaulting to zero. by Thomas Heller · 17 years ago
- 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 17 years ago
- 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 17 years ago
- ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 17 years ago
- ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 17 years ago
- 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 17 years ago
- fbb9c0b Issue #1798: Add ctypes calling convention that allows safe access of errno. by Thomas Heller · 17 years ago
- 59475e9 Backport from py3k: Implement the new buffer interface from pep3118 by Thomas Heller · 17 years ago
- 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 17 years ago
- d5bb921 Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling by Thomas Heller · 17 years ago
- e70c337 Issue #1798: Add ctypes calling convention that allows safe access to by Thomas Heller · 17 years ago
- ffe62ed Patch #2125: Add GetInteger and GetString methods for msilib.Record objects. by Martin v. Löwis · 17 years ago
- 137d824 Fix issue 2782: be less strict about the format string type in strftime. by Gregory P. Smith · 17 years ago
- 8856dda Adds a Thread.getIdent() method to provide the _get_ident() value for by Gregory P. Smith · 17 years ago
- ac19d85 Deprecate htmllib and sgmllib for 3.0. by Georg Brandl · 17 years ago
- 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 17 years ago
- 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
- 6d7702e Implement heapq in terms of less-than (to match list.sort()). by Raymond Hettinger · 17 years ago
- adff65b Update the locale module alias table. by Marc-André Lemburg · 17 years ago
- 9287acf ctypes NULL function pointers have a boolean False value now. by Thomas Heller · 17 years ago
- d0b592f #2985: allow i8 in XMLRPC responses. by Georg Brandl · 17 years ago
- abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 17 years ago
- 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 17 years ago
- b1a54a3 Do not close external file objects passed to tarfile.open(mode='w:bz2') by Lars Gustäbel · 17 years ago
- dacde0d turn PyErr_WarnPy3k into a macro by Benjamin Peterson · 17 years ago
- 7a99061 Updated NEWS by Christian Heimes · 17 years ago
- 5d7d6c3 note about r63617 by Gregory P. Smith · 17 years ago
- e08e3d0 #2959: allow multiple close() calls for GzipFile. by Georg Brandl · 17 years ago
- 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
- e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
- 27e4a17 Issue #1390: Raise ValueError in toxml when an invalid comment would by Martin v. Löwis · 17 years ago
- 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 17 years ago
- 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 17 years ago
- 99dfe92 Issue #2819: Add math.sum, a function that sums a sequence of floats by Mark Dickinson · 17 years ago
- ca3939c bsddb module updated to version 4.7.0 by Jesus Cea · 17 years ago
- c012883 Updated with fixes for #2914 and #2929. by Vinay Sajip · 17 years ago
- 88659b0 #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. by Georg Brandl · 17 years ago
- 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 17 years ago
- 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 17 years ago
- 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
- d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 17 years ago
- a9916b5 #2353: raise Py3k warning in file.xreadlines(). by Georg Brandl · 17 years ago
- 91ae250 rename HTMLParser to html.parser, htmlentitydefs to html.entities by Fred Drake · 17 years ago
- 3ee81df Rewrap consistently to 70 chars, and standardize the way of referring to issues. by Georg Brandl · 17 years ago
- 28fdfa9 #961805: fix Edit.text_modified(). by Georg Brandl · 17 years ago
- 664782e issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get by Gregory P. Smith · 17 years ago
- 95ba13f Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows). by Thomas Heller · 17 years ago
- 5e7b1c0 NEWS entry for Tkinter rename. by Georg Brandl · 17 years ago
- 5049a85 #2890: support os.O_ASYNC and fcntl.FASYNC. by Georg Brandl · 17 years ago
- 0bd23c0 Fixed #2870: cmathmodule.c compile error by Christian Heimes · 17 years ago
- 95d97c7 Renamed the repr module to reprlib. Added stub module for repr. by Alexandre Vassalotti · 17 years ago
- fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 17 years ago
- 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 17 years ago
- c91210c #2863: add gen.__name__ and add this name to generator repr(). by Georg Brandl · 17 years ago
- 74a596c Deprecate WAIT for removal in 3.0. by Brett Cannon · 17 years ago
- f56b6ae Deprecated torgb for removal in 3.0. by Brett Cannon · 17 years ago
- 518c5da Deprecate SV for removal in 3.0. by Brett Cannon · 17 years ago
- cd2de08 Deprecate readcd for removal in 3.0. by Brett Cannon · 17 years ago
- 11ae6e7 Deprecated panelparser for removal in 3.0. by Brett Cannon · 17 years ago
- 7e37586 The panel module for IRIX has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
- 89f5d9c Deprecate jpeg for IRIX for removal in 3.0. by Brett Cannon · 17 years ago
- d8c41ec Deprecate IOCTL from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
- 6328b29 Deprecate IN from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
- 4652537 Deprecate imgfile for removal in 3.0. by Brett Cannon · 17 years ago
- 707e384 Deprecate GLWS from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
- 82bd94e Deprecate GET from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
- 75ba465 Deprecated 'fm' for removal in 3.0. by Brett Cannon · 17 years ago
- 178582e FL, flp, and fl from IRIX have been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
- 72ccc40 FILE from IRIX has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
- 2773b6f Deprecate ERRNO for removal in 3.0. by Brett Cannon · 17 years ago
- 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 17 years ago
- e3a23c0 Renamed the ConfigParser module to 'configparser'. by Alexandre Vassalotti · 17 years ago
- 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 17 years ago
- 54c77aa Deprecate the cdplayer module for IRIX for 3.0. by Brett Cannon · 17 years ago
- 9eebe49 The cddb module for IRIX has been deprecated for 3.0. by Brett Cannon · 17 years ago
- ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 17 years ago
- bd85eb1 Add NEWS entry for #2831. by Georg Brandl · 17 years ago
- 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 17 years ago
- ef9764f bsddb module updated to version 4.6.4 by Jesus Cea · 17 years ago
- 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 17 years ago
- f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 17 years ago
- 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 17 years ago
- bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 17 years ago
- ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 17 years ago
- 43e5ef4 Deprecate the multifile module as per PEP 4. by Brett Cannon · 17 years ago
- fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 17 years ago
- b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 17 years ago
- 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 17 years ago
- b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 17 years ago
- 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 17 years ago
- 9020ff8 Add some sentence endings. by Georg Brandl · 17 years ago
- 9835394 Add the "until" command to pdb by Benjamin Peterson · 17 years ago
- aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 17 years ago
- 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 17 years ago
- 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 17 years ago
- df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 17 years ago
- 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 17 years ago
- fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 17 years ago
- e35a3a1 Add an entry for the deprecation of the dl module. by Brett Cannon · 17 years ago
- 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 17 years ago