]> granicus.if.org Git - python/shortlog
python
2011-09-28 Victor StinnerCheck size of wchar_t using the preprocessor
2011-09-28 Victor StinnerPyUnicode_CopyCharacters() initializes overflow
2011-09-28 Victor StinnerMark PyUnicode_FromUCS[124] as private
2011-09-28 Victor StinnerOops, fix Py_MIN/Py_MAX case
2011-09-28 Victor StinnerMark _PyUnicode_FindMaxCharAndNumSurrogatePairs() as...
2011-09-28 Victor Stinnerfill_number() and format_string_internal() check for...
2011-09-28 Victor Stinnerfill_number() ensures that the 'digits' string is ready
2011-09-28 Victor Stinnerfill_char() can now propagate an error
2011-09-28 Victor StinnerStrip trailing spaces in unicodeobject.[ch]
2011-09-28 Victor StinnerCheck for PyUnicode_CopyCharacters() failure
2011-09-28 Victor StinnerPyUnicode_CopyCharacters() checks for buffer and charac...
2011-09-28 Victor StinnerMark PyUnicode_CONVERT_BYTES as private
2011-09-28 Georg BrandlAdd versionadded directive to new API function.
2011-09-28 Georg BrandlRename new macros to conform to naming rules (function...
2011-09-28 Victor StinnerSet Py_UNICODE_REPLACEMENT_CHARACTER type to Py_UCS4...
2011-09-28 Benjamin Petersonmerge heads
2011-09-28 Benjamin Petersonthis isn't fixed on windows yet...
2011-09-28 Ezio Melotti#13012: use splitlines(keepends=True/False) instead...
2011-09-28 Benjamin Petersonthis test works as expected now
2011-09-28 Benjamin Petersonrevert unintended change
2011-09-28 Benjamin Petersondon't check that the first character is XID_Continue
2011-09-28 Victor Stinnertest_ctypes: Windows is no more a special case
2011-09-28 Martin v. LöwisFix struct sizes. Drop -1, since the resulting string...
2011-09-28 Martin v. LöwisUse compile() instead of eval().
2011-09-28 Martin v. LöwisUse eval instead of codecs.lookup to trigger UTF-8...
2011-09-28 Martin v. LöwisACKS for PEP 393.
2011-09-28 Martin v. LöwisUpdate for PEP 393.
2011-09-28 Martin v. LöwisImplement PEP 393.
2011-09-28 Meador IngeIssue #13013: ctypes: Fix a reference leak in PyCArrayT...
2011-09-28 Meador IngeIssue #13013: ctypes: Fix a reference leak in PyCArrayT...
2011-09-27 Georg BrandlFix markup.
2011-09-25 Martin v. Löwismerged
2011-09-25 Martin v. LöwisDepend setobject.o and dictobject.o on stringlib/eq.h.
2011-09-25 Mark DickinsonIssue #1621: Fix undefined behaviour from signed overfl...
2011-09-25 Mark DickinsonReturn +-Py_HUGE_VAL for tgamma(+-0) instead of risking...
2011-09-24 Mark DickinsonIssue #1621: Fix undefined behaviour from signed overfl...
2011-09-24 Charles-François... Issue #12981: rewrite multiprocessing_{sendfd,recvfd...
2011-09-24 Mark DickinsonIssue #1621: Fix undefined behaviour in bytes.__hash__...
2011-09-24 Mark DickinsonFix typo in comment: _PyHash_Double -> _Py_HashDouble.
2011-09-24 Mark DickinsonIssue #13012: Allow 'keepends' to be passed as a keywor...
2011-09-24 Mark DickinsonMerge #12973 itertools fix.
2011-09-24 Mark DickinsonIssue #12973: Fix itertools bug caused by signed intege...
2011-09-23 Benjamin Petersonmerge 3.2
2011-09-23 Benjamin Petersonfix compiler compliant about \0 not being an opcode
2011-09-23 Benjamin Petersondisable unused result warnings when possible
2011-09-23 Victor StinnerMerge 3.2: Issue #7732: Don't open a directory as a...
2011-09-23 Victor StinnerIssue #7732: Don't open a directory as a file anymore...
2011-09-22 Victor StinnerMerge 3.2: Issue #12931: Add a test with Unicode URI...
2011-09-22 Victor StinnerIssue #12931: Add a test with Unicode URI to test_xmlrpc
2011-09-21 Charles-François... Fix a race condition in test_socket.ThreadableTest...
2011-09-21 Charles-François... Fix a race condition in test_socket.ThreadableTest...
2011-09-21 Senthil Kumaranmerge 3.2. Fix closes issue13005 - Remove the mention...
2011-09-21 Senthil KumaranFix closes issue13005 - Remove the mention of 'repeat...
2011-09-21 Stefan KrahIssue #13002: Fix Visual Studio warning (not enough...
2011-09-21 Charles-François... Issue #12981: test_multiprocessing: catch ImportError...
2011-09-21 Charles-François... Issue #12981: test_multiprocessing: catch ImportError...
2011-09-21 Éric AraujoBranch merge
2011-09-21 Éric AraujoRemove two unneeded attributes in packaging
2011-09-21 Meador IngeIssue #1172711: Update What's New in Python 3.3 documen...
2011-09-21 Jesus CeaClose #13022: _multiprocessing.recvfd() doesn't check...
2011-09-21 Jesus CeaClose #13022: _multiprocessing.recvfd() doesn't check...
2011-09-21 Victor StinnerWhat's New in Python 3.3: add curses.unget_wch()
2011-09-21 Victor Stinnermeth.log2 doc: add a link to int.bit_length()
2011-09-21 Victor StinnerIssue #1172711: Update What's New in Python 3.3 documen...
2011-09-21 Meador IngeIssue #1172711: Add 'long long' support to the array...
2011-09-20 Victor StinnerMerge 3.2: test_multiprocessing removes temporary files
2011-09-20 Victor Stinnertest_multiprocessing removes temporary files
2011-09-20 Victor StinnerMerge 3.2: test_httplib removes temporary files
2011-09-20 Victor Stinnertest_httplib removes temporary files
2011-09-20 Barry WarsawHead merge
2011-09-20 Barry Warsaw- Issue #13021: Missing decref on an error path. Thank...
2011-09-20 Barry Warsaw- Issue #13021: Missing decref on an error path. Thank...
2011-09-20 Charles-François... Issue #12981: test_multiprocessing: catch ImportError...
2011-09-20 Charles-François... Issue #12996: multiprocessing.connection: transmit...
2011-09-20 Victor Stinneros.statvfs() encodes the filename to the filesystem...
2011-09-19 Éric AraujoSquash last tempdir leak in packaging tests.
2011-09-19 Mark DickinsonMerge issue #12973 list_repeat fix.
2011-09-19 Mark DickinsonIssue #12973: Fix undefined-behaviour-inducing overflow...
2011-09-19 Jesus CeaClose #13007: whichdb should recognize gdbm 1.9 magic...
2011-09-19 Jesus CeaClose #13007: whichdb should recognize gdbm 1.9 magic...
2011-09-19 Éric AraujoAvoid matching '' or 'yn' when asking for 'y' or 'n...
2011-09-19 Éric AraujoBranch merge
2011-09-19 Nick CoghlanClose issue 12958 by flagging expected failures in...
2011-09-19 Ross LagerwallIssue #12517: Silence warning on windows buildbots...
2011-09-19 Éric AraujoMake regrtest look at internal dicts in sysconfig.
2011-09-19 Éric AraujoFinal bag of small changes coming from distutils2.
2011-09-18 Éric AraujoA few style changes originally done in the distutils2...
2011-09-18 Éric AraujoReplace cmp function with key function
2011-09-18 Éric AraujoFix typo and wording
2011-09-18 Éric AraujoBranch merge
2011-09-18 Éric AraujoMake a number of small changes to ease the backport...
2011-09-18 Éric AraujoFix fallback base class when tests run without threading
2011-09-18 Georg BrandlMerge example fix from 3.2.
2011-09-18 Georg BrandlFix bug in heapq priority queue example.
2011-09-17 Georg Brandlmerge doc fixes from 3.2
2011-09-17 Georg BrandlAdd info from the docstring for random.gammavariate...
2011-09-17 Georg BrandlFix typo.
2011-09-17 Éric AraujoUse a local name (it was intended to be used but overlo...
2011-09-17 Éric AraujoPackaging cleanup: remove conditionals for < 2.6 support.
2011-09-15 Ned DeilyIssue #12765: Fix packaging.test.test_database failures...
next