]> granicus.if.org Git - python/shortlog
python
2008-07-25 Antoine Pitrou#2242: utf7 decoding crashes on bogus input on some...
2008-07-25 Benjamin Petersondocument default value for fillvalue
2008-07-25 Benjamin Petersonteach .bzrignore about doc tools
2008-07-24 Thomas HellerMake ctypes compatible with Python 2.3, 2.4, and 2...
2008-07-24 Georg BrandlFix indentation.
2008-07-24 Raymond HettingerConvert from long to Py_ssize_t.
2008-07-24 Raymond HettingerFinish conversion from int to Py_ssize_t.
2008-07-24 Benjamin Petersonadd some documentation for 2to3
2008-07-24 Benjamin Petersonfix markup
2008-07-24 Benjamin Petersonfix spacing
2008-07-24 Raymond HettingerParse to the correct datatype.
2008-07-24 Raymond HettingerFinish-up the partial conversion from int to Py_ssize_t...
2008-07-23 Georg BrandlUse correct indentation.
2008-07-23 Georg BrandlMove opcode handling to Python's extension.
2008-07-23 Georg Brandl3k-warn about parser's "ast" aliases.
2008-07-23 Benjamin Petersonuse isinstance
2008-07-23 Jesus Ceabsddb module updated to version 4.7.2devel9.
2008-07-22 Benjamin Petersonremove unneeded import
2008-07-22 Raymond HettingerOne more attribution.
2008-07-22 Raymond HettingerFix credits for math.sum()
2008-07-22 Raymond HettingerTuples now have both count() and index().
2008-07-22 Raymond HettingerRemove out-of-date section on Exact/Inexact.
2008-07-22 Ronald OussorenFix build issue on OSX 10.4, somehow this wasn't commit...
2008-07-22 Ronald OussorenFix buglet in fix for issue3381
2008-07-22 Gregory P.... Issue #2620: Overflow checking when allocating or reall...
2008-07-21 Benjamin Petersondon't use assert statement
2008-07-21 Amaury Forgeot... Issue2378: pdb would delete free variables when steppin...
2008-07-21 Amaury Forgeot... Increment version number in NEWS file, and move items...
2008-07-21 Amaury Forgeot... On Windows, silence a Purify warning and initialize...
2008-07-21 Georg Brandlnonlocal is not in 2.6.
2008-07-21 Facundo BatistaIssue 3396. Fixed the autocompletion of 'int.', and...
2008-07-20 Georg BrandlSave the whole of sys.modules instead of using an impor...
2008-07-20 Neal NorwitzFix misspeeld method name (negative)
2008-07-20 Neal NorwitzFix a couple of names in error messages that were wrong
2008-07-20 Georg Brandl#926501: add info where to put the docstring.
2008-07-20 Georg BrandlRemove exception indexing in asyncore.
2008-07-20 Gregory P.... fix issue3120 - don't truncate handles on 64-bit Windows.
2008-07-19 Raymond HettingerClean-up itertools docs and recipes.
2008-07-19 Raymond HettingerFix compress() recipe in docs to use itertools.
2008-07-19 Bob Ippolito#3322: bounds checking for _json.scanstring
2008-07-19 Benjamin PetersonMerged revisions 65137 via svnmerge from
2008-07-19 Georg BrandlAdd ordering info for findall and finditer.
2008-07-19 Georg Brandl#3323: mention that if inheriting from a class without...
2008-07-19 Georg Brandl#3319: don't raise ZeroDivisionError if number of round...
2008-07-19 Georg Brandl#3303: fix crash with invalid Py_DECREF in strcoll().
2008-07-19 Georg Brandl#3302: fix segfaults when passing None for arguments...
2008-07-19 Georg Brandl#3378: in case of no memory, don't leak even more memor...
2008-07-19 Raymond HettingerAdd recipe to the itertools docs.
2008-07-19 Raymond HettingerImprove accuracy of gamma test function
2008-07-19 Eric SmithFix issue 3411: default float format spec fails on...
2008-07-18 Brett CannonDeprecate the sunaudio module for removal in Python...
2008-07-18 Georg Brandl#3390: replace a remaining has_key().
2008-07-18 Georg BrandlReplace all map(None, a) with list(a).
2008-07-18 Benjamin Petersonnow that test_lib2to3 actually works and isn't extremel...
2008-07-18 Benjamin Petersonbackport test_fileio
2008-07-18 Georg BrandlDocument the different meaning of precision for {:f...
2008-07-18 Georg BrandlCorrect attribute name.
2008-07-18 Georg BrandlRemove duplicate entry in __all__.
2008-07-18 Vinay SajipIssue #3389: Allow resolving dotted names for handlers...
2008-07-18 Vinay SajipIssue #3389: Allow resolving dotted names for handlers...
2008-07-18 Vinay SajipIssue #3389: Allow resolving dotted names for handlers...
2008-07-18 Vinay SajipIssue #3389: Allow resolving dotted names for handlers...
2008-07-18 Ronald OussorenLast bit of a fix for issue3381 (addon for my patch...
2008-07-18 Barry WarsawPost release cleanup
2008-07-18 Barry WarsawTagging 2.6 beta 2.
2008-07-18 Barry WarsawBumping to 2.6b2 v2.6b2
2008-07-17 Jesse NollerFix issue 3395, update _debugInfo to be _debug_info
2008-07-17 Eric SmithBacked out r65069, pending fixing it in Windows.
2008-07-17 Bill Janssencatch socket.error errors in badCertTest
2008-07-17 Eric SmithIssue 3382: Make '%F' and float.__format__('F') convert...
2008-07-17 Benjamin Peterson#3381 fix framework builds on 10.4
2008-07-17 Benjamin Petersontry to fix test_threading on the Windows bot
2008-07-17 Gregory P.... news note for r63052
2008-07-17 Benjamin PetersonMerged revisions 65053-65054 via svnmerge from
2008-07-16 Georg Brandl#3388: add a paragraph about using "with" for file...
2008-07-16 Georg BrandlByte items *can* be chars in 2.6.
2008-07-16 Georg BrandlBackport part of r65043.
2008-07-16 Georg BrandlUse _getbytevalue() in init too.
2008-07-16 Georg Brandl#3156: fix consistency in what type bytearray methods...
2008-07-16 Georg Brandl#3312: fix two sqlite3 crashes.
2008-07-16 Georg Brandl#3345: fix docstring.
2008-07-16 Georg Brandl#3305: self->stream can be NULL.
2008-07-16 Georg Brandl#1608818: errno can get set by every call to readdir().
2008-07-16 Georg Brandl#3045: fix pydoc behavior for TEMP path with spaces.
2008-07-16 Benjamin Petersonfix framework install on Mac 10.4
2008-07-16 Jesse NollerApply patch for 874900: threading module can deadlock...
2008-07-16 Benjamin PetersonMerged revisions 65025 via svnmerge from
2008-07-16 Eric SmithRenamed a parameter in calc_number_widths, for consiste...
2008-07-16 Benjamin Petersonlib2to3 isn't broken anymore, so we can run the test
2008-07-16 Benjamin PetersonMerged revisions 64863,64868,64870,64942,65001-65002...
2008-07-16 Jesse NollerApply Amaury's patch to multiprocessing for issue 3125...
2008-07-16 Jesse NollerApply patch for issue 3090: ARCHFLAGS parsing incorrect
2008-07-16 Mark DickinsonIssue #3360: Fix incorrect parsing of "020000000000.0".
2008-07-16 Martin v. LöwisAdd Antoine.
2008-07-16 Benjamin Petersondisable lib2to3 in the trunk. It's broken just for 2.6
2008-07-16 Eric SmithComplete issue 3083: add alternate (#) formatting to...
2008-07-16 Georg BrandlKeep sorted.
2008-07-15 Georg BrandlMove label to correct heading.
2008-07-15 Mark DickinsonFix float.from_hex tests. It appears that Linux/ia64...
2008-07-15 Thomas HellerFix test on 64-bit platforms.
next