]> granicus.if.org Git - python/shortlog
python
2012-06-17 Nick CoghlanIssue #13783: PEP 380 cleanup part 2, using the new...
2012-06-17 Nick CoghlanIssue #13783: the PEP 380 implementation no longer...
2012-06-17 Meador IngeIssue #15054: Fix incorrect tokenization of 'b' string...
2012-06-16 Antoine PitrouTry to fix issue #15086: build failure on Ubuntu shared...
2012-06-16 Antoine PitrouNormalize whitespace
2012-06-16 Antoine PitrouIssue #14874: Restore charmap decoding speed to pre...
2012-06-16 Stefan Krah1) State the relative errors of the power functions...
2012-06-16 Victor Stinner_copy_characters(): move debug code at the top to avoid...
2012-06-16 Eli BenderskyMake the test more resilient to test-run order (closes...
2012-06-16 Victor StinnerFix PyUnicode_GetSize(): Don't replace _PyUnicode_Ready...
2012-06-16 Victor StinnerFix a compiler warning in _copy_characters() and remove...
2012-06-16 Victor StinnerOops, fix my previous change on _copy_characters()
2012-06-16 Victor Stinnerget_sourcefile(): use PyUnicode_READ() to avoid the...
2012-06-16 Victor StinnerFix unicode_adjust_maxchar(): catch PyUnicode_New(...
2012-06-16 Victor StinnerFix "%f" format of str%args if the result is not an...
2012-06-16 Victor StinnerRemove debug code
2012-06-16 Victor StinnerOptimize _PyUnicode_FastCopyCharacters() when maxchar...
2012-06-15 Victor Stinnerunicodeobject.c: Remove debug code
2012-06-16 Alexander BelopolskyIssue #15006: Allow equality comparison between naive...
2012-06-16 Brett CannonIssue #14938: importlib.abc.SourceLoader.is_package...
2012-06-15 Brett CannonIssue #13959: Add to imp.find_module() and load_module...
2012-06-15 Brett CannonCloses issue #14982: Document that pkgutil's walk_packa...
2012-06-15 Brett CannonMerge
2012-06-15 Alexander BelopolskyRemoved redundant code
2012-06-15 Richard OudkerkFix _TestListener.ALLOWED_TYPES and add sanity check
2012-06-15 Antoine PitrouMention the UTF-16 encoding speedup in the whatsnew...
2012-06-15 Antoine PitrouIssue #15026: utf-16 encoding is now significantly...
2012-06-15 Richard OudkerkIncrease timeout used when waiting for manager to shutd...
2012-06-15 Richard OudkerkFix for 2d2f206d040e so that test_multiprocessing does...
2012-06-15 Petri Lehtinen#15036: Make a repeated changes and flushes work with...
2012-06-15 Petri Lehtinen#15036: Make a repeated changes and flushes work with...
2012-06-15 Richard OudkerkIssue #14059: Implement multiprocessing.Barrier
2012-06-15 Antoine PitrouIssue #14933: fix misleading doc about weakref support...
2012-06-15 Antoine PitrouIssue #14933: fix misleading doc about weakref support...
2012-06-15 Nick CoghlanFix typos in NEWS entry
2012-06-15 Nick CoghlanIssue #15061: Don't oversell the capabilities of the...
2012-06-15 Eli BenderskySkip XincludeTest entirely instead of just ignoring...
2012-06-15 Eli BenderskyRemoved _SimpleElementPath and its flaky test. The...
2012-06-15 Eli Benderskymark problematic test as expected failure - investigating
2012-06-15 Eli BenderskyFix windows compilation problems caused by previous...
2012-06-15 Eli BenderskyReplace the iter/itertext methods of Element in _elemen...
2012-06-14 Antoine PitrouUpdate .hgignore for VS9.0-generated files
2012-06-14 Antoine PitrouIssue #15070: fix VS9.0 build regression
2012-06-14 Richard OudkerkIssue #13841: Make child processes exit using sys.exit...
2012-06-14 Martin v. LöwisIssue #14936: curses_panel was converted to PEP 3121...
2012-06-14 Martin v. LöwisIssue #14936: curses_panel was converted to PEP 3121...
2012-06-14 Martin v. Löwismerge 3.2
2012-06-14 Martin v. LöwisIssue #14937: Fix typo. Patch by Roger Serwy.
2012-06-14 Alexander BelopolskyIssue #1667546: On platforms supporting tm_zone and...
2012-06-13 Sandro TosiIssue #15060: merge with 3.2
2012-06-13 Sandro TosiIssue #15060: better fix, thanks to review on #python-dev
2012-06-13 Sandro TosiIssue #15060: merge with 3.2
2012-06-13 Sandro TosiIssue #15060: fix typo in socket doc; Patch by anatoly...
2012-06-12 Victor StinnerFix test_time for adjusted/adjustable changes
2012-06-12 Victor StinnerPEP 418: Rename adjusted attribute to adjustable in...
2012-06-12 Victor Stinnertime.get_clock_info() uses a namespace instead of structseq
2012-06-12 Alexander BelopolskyFixed a typo in time_localtime()
2012-06-12 Stefan Krah1) Fix signature of _mpd_qpow_uint(): contrary to the...
2012-06-11 Richard OudkerkIssue #3518: Remove references to non-existent BaseMana...
2012-06-11 Brett CannonUpdate importlib.h by touching Lib/importlib/_bootstrap.py.
2012-06-11 Brett CannonMake a test easier to read.
2012-06-11 Richard OudkerkDummy merge
2012-06-11 Richard OudkerkIssue #10133: Make multiprocessing deallocate buffer...
2012-06-11 Nick CoghlanClose #13857: Added textwrap.indent() function (initial...
2012-06-11 Raymond Hettingermerge
2012-06-11 Raymond HettingerFix indentation of method and attribute examples.
2012-06-11 Stefan Krah1) Replace long-winded abort() construct by assert().
2012-06-11 Brian Quinlan#15015: Fix accessing an non-existing attribute.
2012-06-10 Michael Foordunittest.mock minor doc update
2012-06-10 Michael FoordAdding patch.stopall method to unittest.mock
2012-06-10 Raymond HettingerExpand examples for ChainMap(). Improve markup.
2012-06-10 Stefan Krah1) State restrictions for the transform length.
2012-06-10 Raymond HettingerSmall cleanup and optimization
2012-06-10 Raymond HettingerNote that the _asdict() method is outdated
2012-06-10 Raymond HettingerMinor reformatting (wrap fat lines, etc.) and create...
2012-06-09 Michael FoordFix exception when calling reset_mock on a mock created...
2012-06-09 Stefan KrahAdd one extra comparison to the _mpd_shortmul() case...
2012-06-09 R David MurrayNow that Defects are Exception subclasses, call super.
2012-06-08 Stefan KrahEnumerate all cases in the overflow detection strategy...
2012-06-08 Alexander BelopolskyRelax datetime.timestamp() test around DST change
2012-06-08 Alexander BelopolskyRelax datetime.timestamp() test around DST change
2012-06-08 Stefan KrahMerge.
2012-06-08 Stefan Krah1) List relative error for _mpd_qln10().
2012-06-08 Alexander BelopolskyIssue #2736: Added datetime.timestamp() method.
2012-06-08 Hynek Schlawack#14814: Remove redundant code from ipaddress.IPv6Network
2012-06-08 Terry Jan ReedyMerge from 3.2, #12510
2012-06-07 Terry Jan ReedyIssue #12510: Revise and triple # of calltip tests...
2012-06-07 Richard OudkerkMerge fixes for #13854 and #12157.
2012-06-07 Alexander BelopolskyIssue #11823: disassembly now shows argument counts...
2012-06-07 Stefan Krah1) The overflow detection in mpd_qln() has a surprising...
2012-06-07 Nick CoghlanMerge from 3.2
2012-06-07 Nick CoghlanNudge readers towards a more accurate mental model...
2012-06-06 Kristján Valur... Rearrange code to beat an optimizer bug affecting Relea...
2012-06-06 Richard OudkerkIssue #13854: Properly handle non-integer, non-string...
2012-06-06 Richard OudkerkIssue #12157: pool.map() does not handle empty iterable...
2012-06-06 Stefan Krah1) Add error analysis comments to mpd_qln10() and _mpd_...
2012-06-05 Victor StinnerClose #6203: Document that Python 3 sets LC_CTYPE at...
2012-06-05 Kristján Valur... Signal condition variables with the mutex held. Destro...
2012-06-05 Gregory P.... Fixes issue #15000: support the odd x32 abi on posixsub...
2012-06-05 Gregory P.... Fixes issue #15000: support the odd x32 abi on posixsub...
next