]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2011-09-29  Charles-François... Merge.
2011-09-29  Charles-François... Issue #13058: ossaudiodev: fix a file descriptor leak...
2011-09-29  Charles-François... Issue #13058: ossaudiodev: fix a file descriptor leak...
2011-09-29  Victor Stinner_PyUnicode_Ready() cannot be used on ready strings...
2011-09-29  Victor StinnerMove _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH(...
2011-09-29  Victor StinnerAdd a note in PyUnicode_CopyCharacters() doc: it doesn...
2011-09-29  Martin v. LöwisRe-enable test.
2011-09-29  Martin v. LöwisPort normalization to new API.
2011-09-29  Victor StinnerRename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR
2011-09-29  Victor Stinnerpymacro.h: Inline _Py_ARRAY_LENGTH_CHECK() and add...
2011-09-29  Ezio MelottiMerge heads.
2011-09-29  Ezio MelottiUpdate and reorganize the whatsnew entry for PEP 393.
2011-09-29  Victor StinnerFix hex_digit_to_int() prototype: expect Py_UCS4, not...
2011-09-29  Victor Stinnermodsupport.c reuses Py_UNICODE_strlen()
2011-09-29  Ezio MelottiRemove now useless redefinition of chr/ord for narrow...
2011-09-29  Victor Stinner_io.textio: fix character type, use Py_UCS4 instead...
2011-09-29  Victor Stinner_sre: don't use Py_UNICODE anymore
2011-09-29  Victor StinnerComplete What's New in 3.3 about PEP 393
2011-09-29  Ezio MelottiMove UCS4-specific tests with the "normal" tests.
2011-09-28  Victor StinnerEnhance Py_ARRAY_LENGTH(): fail at build time if the...
2011-09-28  Victor StinnerMove code related to compile from Python.h to compile.h
2011-09-28  Victor StinnerUse the new Py_ARRAY_LENGTH macro
2011-09-28  Victor StinnerFix 'c' format of PyUnicode_Format()
2011-09-28  Victor StinnerOops, fix my previous commit: unicode => to
2011-09-28  Victor StinnerPyUnicode_CopyCharacters() marks the string as dirty...
2011-09-28  Victor StinnerPyUnicode_CopyCharacters() fails if 'to' has more than...
2011-09-28  Ezio MelottiFix whitespace.
2011-09-28  Ezio MelottiClean up a few tabs that went in with PEP393.
2011-09-28  Ezio Melotti#13054: sys.maxunicode is now always 0x10FFFF.
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...
next