]> granicus.if.org Git - python/shortlog
python
2008-05-29 Georg Brandl#2985: allow i8 in XMLRPC responses.
2008-05-29 Georg Brandl#2988: add note about catching CookieError when parsing...
2008-05-29 Georg Brandl#2906: accept lists for options, and some cosmetic...
2008-05-29 Georg BrandlTwo fixes in bytearray docs.
2008-05-29 Brett CannonUserString.MutableString has been removed in Python...
2008-05-28 Georg Brandl#2990: prevent inconsistent state while updating method...
2008-05-28 Benjamin Petersonfix spelling
2008-05-28 Georg Brandl#2989: add PyType_Modified().
2008-05-28 Mark Hammondbdist_wininst now works correctly when both --skip...
2008-05-28 Benjamin Petersonupdate tutorial function with more appropiate one from...
2008-05-27 Jesus CeaBetter integration between Python testing and bsddb3
2008-05-27 Lars GustäbelDo not close external file objects passed to tarfile...
2008-05-27 Gregory P.... Disable the use of BerkeleyDB 4.6 on platforms that...
2008-05-27 Benjamin PetersonImprovements for test_py3kwarn
2008-05-27 Benjamin Petersonremove some __getslice__
2008-05-26 Gregory P.... Fix issue2588: Do not execute str[size-1] = '\0' when...
2008-05-26 Benjamin Petersonremove duplication in test module
2008-05-26 Gregory P.... Fix issue2589: there was a potential integer overflow...
2008-05-26 Benjamin Petersonfix minor grammar typo
2008-05-26 Benjamin Petersontake Brett's advice on a few warnings
2008-05-26 Gregory P.... Fixes issue2791: subprocess.Popen.communicate leaked...
2008-05-26 Benjamin Petersonwarn about some members of the commands module
2008-05-26 Benjamin Petersonwrap line
2008-05-26 Gregory P.... Allow BerlekeyDB up through 4.7. I doubt any of our...
2008-05-26 Gregory P.... Define macros so that this still compiles on Python...
2008-05-26 Benjamin Petersonturn PyErr_WarnPy3k into a macro
2008-05-26 Benjamin Petersonadd __all__ to test_support
2008-05-26 Benjamin Petersonadd PyByteArray docs
2008-05-26 Georg BrandlAdd renaming notices to 3.0 http package members.
2008-05-26 Benjamin Petersonfix typo (thank Georg)
2008-05-26 Benjamin Petersonfix a minor typo
2008-05-26 Benjamin Petersonnote that PyString and has been aliased to PyBytes
2008-05-26 Christian HeimesUsed vs9to8.py to port all VS9.0 changes to 8.0
2008-05-26 Christian HeimesUpdated NEWS
2008-05-26 Benjamin Petersonput a big note on configure.in asking people to run...
2008-05-26 Christian HeimesRenamed bytesobject.c to bytearrayobject.c
2008-05-26 Christian HeimesRenamed PyString to PyBytes
2008-05-26 Benjamin Petersonsome updates to string formatting section in whatsnew
2008-05-26 Christian HeimesFirst step of the C API rename:
2008-05-26 Thomas HellerOn Windows, we must build a debug version iff running...
2008-05-26 Georg BrandlAdd renaming notices to xmlrpc modules.
2008-05-26 Georg BrandlAdd renaming notices to 2.6 dbm module docs.
2008-05-26 Benjamin Petersonupdate the tutorial to use str.format
2008-05-25 Benjamin Petersonrename the section about new formatting 'new-string...
2008-05-25 Martin v. LöwisMerged revisions 63634-63643 via svnmerge from
2008-05-25 Martin v. LöwisCreate grammar pickle files on installation; remove...
2008-05-25 Martin v. LöwisMerged revisions 62647-63633 via svnmerge from
2008-05-25 Georg BrandlAdd renaming notices to thread and dummy_thread.
2008-05-25 Martin v. LöwisInclude all licenses of the packages that we include.
2008-05-25 Gregory P.... note about r63617
2008-05-25 Gregory P.... Fix issue2669: bsddb simple/legacy interface iteration...
2008-05-25 Georg Brandl#2959: allow multiple close() calls for GzipFile.
2008-05-25 Georg BrandlHint about _winreg renaming in the docs.
2008-05-25 Georg BrandlConfigParser renaming reversal part 3: move module...
2008-05-25 Georg BrandlConfigParser renaming reversal part 2: move module.
2008-05-25 Georg BrandlConfigParser renaming reversal part 1: remove stub...
2008-05-25 Gregory P.... print out information about which BerkeleyDB library...
2008-05-25 Georg BrandlQueue renaming reversal part 3: move module into place and
2008-05-25 Gregory P.... * Give the test_bsddb3 tests a unique temporary directo...
2008-05-25 Georg BrandlQueue renaming reversal part 2: move module.
2008-05-25 Georg BrandlQueue renaming reversal part 1: remove stub module.
2008-05-25 Gregory P.... Use test_support to get network ports to bind to.
2008-05-24 Gregory P.... Correct the url to the external bsddb.db docs (likely...
2008-05-24 Georg Brandlsocketserver renaming reversal part 3: move the module...
2008-05-24 Guilherme PoloFixed an import that remained from the lib-tk -> tkinte...
2008-05-24 Georg Brandlsocketserver renaming reversal part 2: move rename...
2008-05-24 Georg Brandlsocketserver renaming reversal part 1: remove stub...
2008-05-24 Martin v. LöwisDon't try to get the window size if it was never set...
2008-05-24 Martin v. LöwisUse announce instead of print, to suppress output in
2008-05-23 Trent NelsonIntroduce a user macro named $(externalsDir), which...
2008-05-23 Martin v. LöwisMention that the leaking of variables from list compreh...
2008-05-23 Mark DickinsonRevert temporary checkin in revision 63545.
2008-05-23 Raymond HettingerFix typo
2008-05-23 Raymond HettingerIssue 2909: show how to name unpacked fields.
2008-05-23 Martin v. LöwisIssue #1390: Raise ValueError in toxml when an invalid...
2008-05-23 Martin v. LöwisPatch #1722225: Support QNX 6.
2008-05-23 Mark DickinsonSkip math.sum tests on non IEEE 754 platforms, and...
2008-05-23 Brett CannonRemove the old repr stub.
2008-05-23 Brett CannonRevert the renaming of repr to reprlib.
2008-05-23 Raymond HettingerTweak the comments and formatting.
2008-05-23 Mark DickinsonTemporary checkin to get configure to report more
2008-05-23 Mark DickinsonBetter error reporting in test_math.py
2008-05-23 Mark DickinsonAdd tests for math.sum (Issue #2819)
2008-05-23 Mark DickinsonIssue #2819: Add math.sum, a function that sums a seque...
2008-05-23 Raymond HettingerDocs for Issue 2819.
2008-05-22 Benjamin Petersonfix test_pydoc so it works on make installed Python...
2008-05-22 Jesus Ceabsddb module updated to version 4.7.0
2008-05-22 Brett CannonAdd Quentin Gallet-Gilles for (at least) a fixer for...
2008-05-22 Benjamin Petersonremove redundant invocation of json doctests
2008-05-22 Benjamin Petersonuse more specific asserts in test_opcode
2008-05-21 Benjamin Petersoncheck for toolbox glue before testing platform.mac_ver...
2008-05-21 Thomas HellerOops, get_tests may be called with 3 arguments.
2008-05-21 Thomas HellerThe -x <test1[,test2...]> flag allows to exclude tests.
2008-05-21 Martin v. LöwisAdd Robert Schuppenies.
2008-05-20 Brett CannonAdd a note about the renaming of test.test_support...
2008-05-20 Thomas HellerOn HPUX, -fPIC must be used for linking. _ctypes now...
2008-05-20 Vinay SajipUpdated with fixes for #2914 and #2929.
2008-05-20 Vinay SajipFixed: #2914 (RFE for UTC support in TimedRotatingFileH...
2008-05-20 Georg Brandl#615772: raise a more explicit error from Tkinter.Misc...
2008-05-20 Georg Brandl#2592: delegate nb_index and the floor/truediv slots...
next