]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2011-11-24  Petri LehtinenAdd a "What's New" entry for #12170
2011-11-24  Senthil Kumaranmerge from 3.2 testFnNames is assigned twice.
2011-11-24  Senthil KumarantestFnNames is assigned twice.
2011-11-24  Victor StinnerClose #13415: Test in configure if unsetenv() has a...
2011-11-23  Benjamin Petersonand back to the "magic" formula (with a comment) it is
2011-11-23  Vinay SajipMerged documentation addition from 3.2.
2011-11-23  Vinay SajipAdded a configuration dictionary example to the logging...
2011-11-23  Vinay SajipCloses #13459: Merged fix from 3.2.
2011-11-23  Vinay SajipCloses #13459: Clarified documentation on Logger.propag...
2011-11-23  Benjamin Petersonmerge 3.2 (null)
2011-11-23  Benjamin Petersondecref correct object
2011-11-23  Benjamin Petersonmerge 3.2
2011-11-23  Benjamin Petersonplug refleak
2011-11-23  Benjamin Petersonmerge heads
2011-11-23  Benjamin Petersoncave to those who like readable code
2011-11-23  Antoine PitrouIssue #13458: Fix a memory leak in the ssl module when...
2011-11-23  Antoine PitrouIssue #13458: Fix a memory leak in the ssl module when...
2011-11-22  Giampaolo Rodola'revert cset 6a0da9b65e54 against sched.py committed...
2011-11-22  Victor Stinner(Merge 3.2) Issue #13436: Fix unsetenv() test on Windows
2011-11-22  Victor StinnerIssue #13436: Fix unsetenv() test on Windows
2011-11-22  Victor StinnerMerge branch default
2011-11-22  Victor StinnerMerge branch 3.2
2011-11-22  Victor Stinner(Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore...
2011-11-22  Amaury Forgeot... Merge branch 3.2
2011-11-22  Victor StinnerIssue #13415: os.unsetenv() doesn't ignore errors anymore.
2011-11-22  Amaury Forgeot... Issue #13436: commit regenerated Python-ast.c
2011-11-22  Amaury Forgeot... Issue #13436: Fix a bogus error message when an AST...
2011-11-22  Benjamin Petersonfix compiler warning by implementing this more cleverly
2011-11-22  Giampaolo Rodola'sort last committed name in alphabetical order
2011-11-22  Charles-François... Issue #13156: _PyGILState_Reinit(): Re-associate the...
2011-11-22  Charles-François... Issue #13156: _PyGILState_Reinit(): Re-associate the...
2011-11-22  Amaury Forgeot... bytes() can't be used to get a representation of an...
2011-11-22  Charles-François... Issue #12156: Skip test_multiprocessing on systems...
2011-11-22  Charles-François... Issue #13093: Perform a real merge.
2011-11-22  Charles-François... Issue #12156: Skip test_multiprocessing on systems...
2011-11-22  Giampaolo Rodola'fix wrong credit and issue id given in previous commit
2011-11-22  Giampaolo Rodola'Fix 13245:
2011-11-22  Victor Stinnerfind_maxchar_surrogates() reuses surrogate macros
2011-11-22  Victor StinnerRemove "#ifdef Py_UNICODE_WIDE": Python is now always...
2011-11-22  Victor StinnerIssue #13441: Disable temporary the check on the maximu...
2011-11-22  Victor StinnerFix compiler warnings
2011-11-22  Victor StinnerUse the new Unicode API
2011-11-22  Victor Stinner(Merge 3.2) Issue #13093: Fix error handling on PyUnico...
2011-11-22  Victor StinnerIssue #13093: Fix error handling on PyUnicode_EncodeDec...
2011-11-22  Victor StinnerPyUnicode_FromKindAndData() fails with a ValueError...
2011-11-22  Victor StinnerUTF-8 decoder: set consumed value in the latin1 fast...
2011-11-22  Victor StinnerReplace _PyUnicode_READY_REPLACE() and _PyUnicode_Ready...
2011-11-22  Victor StinnerAdd a test on str.__getnewargs__()
2011-11-21  Victor StinnerRewrite PyUnicode_TransformDecimalToASCII() to use...
2011-11-21  Victor StinnerRemove an unused variable from PyUnicode_Copy()
2011-11-21  Victor StinnerSimplify PyUnicode_Copy()
2011-11-21  Victor StinnerFix a compiler warning in _PyUnicode_CheckConsistency()
2011-11-21  Victor StinnerRewrite PyUnicode_EncodeDecimal() to use the new Unicod...
2011-11-21  Antoine PitrouIssue #12328: Under Windows, refactor handling of Ctrl...
2011-11-21  Antoine PitrouIssue #13411: memoryview objects are now hashable when...
2011-11-21  Antoine PitrouIssue #13417: speed up utf-8 decoding by around 2x...
2011-11-21  Antoine PitrouIssue #13322: Fix BufferedWriter.write() to ensure...
2011-11-21  Antoine PitrouIssue #13322: Fix BufferedWriter.write() to ensure...
2011-11-21  Victor StinnerIssue #13441: Reenable strxfrm() tests on Solaris
2011-11-21  Victor StinnerRemove temporary hacks for the issue #13441
2011-11-21  Victor StinnerAnother temporary hack to debug the issue #13441
2011-11-21  Victor StinnerIssue #13441: _PyUnicode_CheckConsistency() dumps the...
2011-11-21  Victor StinnerWhat's new in Python 3.3: Rephrase PEP 393 doc
2011-11-21  Victor Stinnerwinreg module avoids the deprecated Unicode API
2011-11-21  Victor StinnerIssue #13441: Disable temporary localeconv() tests...
2011-11-21  Victor StinnerCJK codecs checks for conversion to Py_UNICODE* failures
2011-11-21  Victor StinnerMultibyteCodec_Encode() checks if PyUnicode_AS_UNICODE...
2011-11-21  Victor StinnerFix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LEN...
2011-11-21  Victor StinnerPyUnicode_GET_SIZE() checks that PyUnicode_AsUnicode...
2011-11-21  Victor StinnerFix a typo in PC/_subprocess.c
2011-11-21  Victor Stinnerctypes check for PyUnicode_GET_SIZE() failure
2011-11-21  Victor Stinnertest_widechar() uses the new Unicode API
2011-11-21  Victor StinnerCheck for PyUnicode_AS_UNICODE() failure
2011-11-21  Victor StinnerUnicodeTranslateError uses the new Unicode API
2011-11-21  Victor StinnerIssue #13441: Disable temporary strxfrm() tests on...
2011-11-20  Victor Stinner(Merge 3.2) Close #13401: Skip TestFileTypeW of test_ar...
2011-11-20  Victor StinnerClose #13401: Skip TestFileTypeW of test_argparse if...
2011-11-20  Victor StinnerUnicodeEncodeError uses the new Unicode API
2011-11-20  Victor StinnerPyObject_Str() ensures that the result string is ready
2011-11-20  Victor StinnerUse PyUnicode_CompareWithASCIIString() instead of Py_UN...
2011-11-20  Victor Stinnerstringlib: remove unused STRINGLIB_FILL
2011-11-20  Victor Stinnerprint_exception() uses PyUnicode_GetLength() instead...
2011-11-20  Victor StinnerPyUnicode_AsUTF32String() calls directly _PyUnicode_Enc...
2011-11-20  Victor Stinner_PyUnicode_CheckConsistency() also checks maxchar maxim...
2011-11-20  Victor StinnerRemove the two ugly and unused WRITE_ASCII_OR_WSTR...
2011-11-20  Victor StinnerReuse surrogate macros in UTF-16 decoder
2011-11-20  Victor StinnerFix PyUnicode_CopyCharacters() doc
2011-11-20  Victor Stinnercharmap_encoding_error() uses the new Unicode API
2011-11-20  Victor StinnerEnsure that Py_UCS4 is 32 bits and Py_UCS2 is 16 bits
2011-11-20  Victor StinnerDocument new and deprecated Unicode functions
2011-11-20  Victor StinnerDocument PyUnicode_WCHAR_KIND
2011-11-20  Victor StinnerUse PyUnicode_EncodeCodePage() instead of PyUnicode_Enc...
2011-11-20  Victor Stinnercharmap encoders uses Py_UCS4, not Py_UNICODE
2011-11-20  Éric AraujoUpdate list of trove classifiers
2011-11-19  Petri LehtinenMerge branch 3.2 (closes #13338)
2011-11-19  Petri LehtinenIssue #13338: Handle all enumerations in _Py_ANNOTATE_M...
2011-11-19  Mark DickinsonIssue #9530: Fix undefined behaviour due to signed...
2011-11-19  Mark DickinsonIssue #12245 merge.
2011-11-19  Mark DickinsonIssue #12245: Document sys.float_info.rounds better.
2011-11-19  Charles-François... Issue #13215: multiprocessing.Connection: don't hammer...
next