]> granicus.if.org Git - python/shortlog
python
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...
2008-05-20 Georg BrandlPatch #1775025: allow opening zipfile members via ZipIn...
2008-05-20 Martin v. LöwisPatch #2488: Add sys.maxsize.
2008-05-20 Georg BrandlUse inspect.getabsfile() to get the documented module...
2008-05-20 Georg BrandlImprove diffing logic and output for test_pydoc.
2008-05-20 Georg BrandlRemove html package and fix test_htmlparser.
2008-05-20 Georg BrandlRemove directories that no longer exist.
2008-05-20 Georg BrandlRevert copy_reg -> copyreg rename.
2008-05-20 Georg BrandlRemove debugging line.
2008-05-20 Georg BrandlRemove rest of the tkinter package.
2008-05-20 Georg BrandlStandardize renaming notes.
2008-05-20 Georg BrandlAdd notes that tkinter modules will be renamed.
2008-05-20 Georg BrandlTkinter rename reversal: remove tkinter package, adapt...
2008-05-20 Georg BrandlTkinter renaming reversal: move modules back in their...
2008-05-20 Georg BrandlTkinter renaming reversal: Delete all stubs from lib-tk.
2008-05-20 Georg BrandlArgh, this is the *actual* test that works under Windows.
2008-05-20 Georg BrandlActivate two more test cases in test_httpservers.
2008-05-20 Fred Drakerevert creation of the html.entities and html.parser...
2008-05-20 Neal NorwitzAdd html package so it gets installed and more tests...
2008-05-19 Georg Brandltest_httpservers has unpredictable refcount behavior.
2008-05-19 Jesus Ceabsddb: Beware with sequence wrapping
2008-05-19 Benjamin Petersonjust MacOS (instead of MacOS 9)
2008-05-19 Andrew M. KuchlingRe-organize the increasingly long list of deprecated...
2008-05-18 Benjamin Petersonchange some imports in tests so they will not be skippe...
2008-05-18 Benjamin Petersonfix test_platform (os was not imported)
2008-05-18 Georg BrandlFix test_pyclbr after another platform-dependent functi...
2008-05-18 Ronald Oussoren- Add unittests for platform.mac_ver (or rather, ensure...
2008-05-18 Benjamin Petersonbring test_pydoc up to my high standards (now that...
2008-05-18 Ronald OussorenMake gestaltmodule.c 64-bit safe.
2008-05-18 Ronald OussorenMacOSX: ctypes annotation in implementation of getproxi...
2008-05-18 Georg BrandlGHOP #121: improve test_pydoc, by Benjamin Peterson.
2008-05-18 Georg BrandlAdd GHOP students.
2008-05-18 Georg BrandlGHOP #257: test distutils' build_ext command, written...
2008-05-18 Georg BrandlGHOP #217: add support for compiling Python with covera...
2008-05-18 Georg BrandlTake namedtuple item names only from ascii_letters...
2008-05-18 Georg BrandlGHOP #134, #171, #137: unit tests for the three HTTPSer...
2008-05-18 Georg BrandlGHOP #180 by Michael Schneider: add examples to the...
2008-05-17 Georg Brandl#2353: raise Py3k warning in file.xreadlines().
2008-05-17 Georg BrandlRename html.parser file, and split html.entities from...
2008-05-17 Fred Drakedocument the renames for modules moved to the html...
2008-05-17 Fred Drakeupdate references and documentation for modules in...
2008-05-17 Fred Drakerename HTMLParser to html.parser, htmlentitydefs to...
2008-05-17 Benjamin Petersonrevert 63425 over Guido's Febuary message about this...
2008-05-17 Benjamin Petersonfix spelling
2008-05-17 Benjamin Petersonadd Py3k warnings to oct and hex. backport hex behavior...
2008-05-17 Georg BrandlAdd new tkinter dir to various locations where lib...
2008-05-17 Georg BrandlAdd "tkinter" to the list of directories to install.
2008-05-17 Georg BrandlDon't export a name "tkinter" from the "tkinter" package.
2008-05-17 Georg BrandlReally move the imports to the top this time. :)
2008-05-17 Georg BrandlRewrap consistently to 70 chars, and standardize the...
2008-05-17 Georg Brandl#961805: fix Edit.text_modified().
2008-05-17 Lars GustäbelReplace signatures with optional arguments in square...
2008-05-17 Georg BrandlMove imports to file top.
2008-05-17 Georg BrandlTkinter: make stub modules.
2008-05-17 Georg BrandlTkinter rename: merge tkSimpleDialog and tkFileDialog...
2008-05-17 Gregory P.... fix issue2381: test_subprocess fails if your sys.execut...
2008-05-17 Gregory P.... issue2858: Fix potential memory corruption when bsddb...
next