]> granicus.if.org Git - python/shortlog
python
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...
2011-11-18 Antoine PitrouIssue #13393: In TextIOWrapper.read(n), try to read...
2011-11-18 Antoine PitrouIssue #10227: Add an allocation cache for a single...
2011-11-18 Ezio Melotti#13387: merge with 3.2.
2011-11-18 Ezio Melotti#13387: add note about checking the exact type in asser...
2011-11-18 Ezio Melotti#11112: merge with 3.2.
2011-11-18 Ezio Melotti#11112: Fix typo in a base class in test_socket.
2011-11-18 Ezio Melotti#13358: merge with 3.2.
2011-11-18 Ezio Melotti#13358: HTMLParser now calls handle_data only once...
2011-11-18 Ezio Melotti#4147: merge with 3.2.
2011-11-18 Ezio Melotti#4147: minidom's toprettyxml no longer adds whitespace...
2011-11-18 Ezio Melotti#13426: merge with 3.2.
2011-11-18 Ezio Melotti#13426: fix typos in pickle doc.
2011-11-17 Ezio Melotti#13406: fix more deprecation warnings and move the...
2011-11-17 Antoine PitrouAdd a couple other whatsnew items
2011-11-17 Antoine PitrouAdd various items in whatsnew
2011-11-17 Antoine PitrouRemove XXX, as the functions and macros are mentioned...
2011-11-17 Antoine PitrouExplain concrete (resource consumption) effects of...
2011-11-17 Antoine PitrouBe a bit less shy
2011-11-17 Victor Stinnersocket_gethostname() uses a wchar_t* with PyMem_Malloc...
2011-11-16 Victor StinnerCatch PyUnicode_AS_UNICODE() errors in fileutils.c
2011-11-16 Victor StinnerCatch PyUnicode_AS_UNICODE() errors
2011-11-16 Victor StinnerFix misused of "PyUnicodeObject" structure name in...
2011-11-16 Victor StinnerIssue #13374: Deprecate os.getcwdb() on Windows
2011-11-16 Ezio Melotti#13406: correct the error message in check_warnings...
2011-11-16 Ezio Melotti#13406: silence deprecation warnings in test_codecs.
2011-11-16 Eli Benderskyfixing typos in optparse doc
2011-11-16 Eli Benderskyfixing typos in optparse doc
2011-11-15 Antoine PitrouIssue #13393: BufferedReader.read1() now asks the full...
2011-11-15 Victor StinnerIssue #13374: Skip deprecation tests for os.symlink...
2011-11-15 Victor StinnerWhat's New in 3.3: Add a "Deprecated ..." section
2011-11-15 Victor Stinner"unicode_internal" codec has been deprecated: fix relat...
2011-11-15 Antoine PitrouMerge
2011-11-15 Victor StinnerIssue #13374: The Windows bytes API has been deprecated...
2011-11-15 Antoine PitrouUse PyUnicode_FromFormat() to create the temporary...
2011-11-15 Florent XiclunaCloses #13297: use bytes type to send and receive binar...
2011-11-15 Antoine PitrouFix regression under Windows following b75b41237380...
2011-11-15 Antoine PitrouIssue #13392: Writing a pyc file should now be atomic...
2011-11-15 Éric AraujoMerge 3.2
2011-11-15 Éric AraujoBranch merge
2011-11-15 Éric AraujoBranch merge
2011-11-15 Antoine PitrouMerge
2011-11-15 Antoine PitrouMark test_devpoll as unexpected on most platforms
2011-11-15 Éric AraujoRemove obsolete verbose arguments from packaging.
2011-11-15 Éric AraujoRemove unused code from packaging.tests.__init__
2011-11-15 Jesus CeareST fixes for /dev/poll
2011-11-15 Antoine PitrouIssue #13333: The UTF-7 decoder now accepts lone surrogates
2011-11-15 Antoine PitrouIssue #13333: The UTF-7 decoder now accepts lone surrogates
2011-11-14 Antoine PitrouIssue #13389: Full garbage collection passes now clear...
2011-11-14 Éric AraujoRemove redundant setUp/tearDown methods in packaging...
2011-11-14 Éric AraujoThe error message should contain the key as given,...
2011-11-14 Éric AraujoAdd tests to check initial content of packaging.databas...
2011-11-14 Éric Araujopackaging cleanup: A few super I missed in 5ae03b1e147a
2011-11-14 Jesus CeaIssue #6397: Support '/dev/poll' polling objects in...
2011-11-14 Éric AraujoAdapt test and example after e39d1b6f0856.
2011-11-14 Éric AraujoFix a few typos
2011-11-14 Éric AraujoAdd entries for distutils2 contributors (their patches...
2011-11-14 Éric AraujoRemove NEWS entries for packaging test suite fixes.
2011-11-14 Éric AraujoClean up byte-compilation code in packaging (#11254...
2011-11-14 Éric AraujoFix markup
2011-11-14 Ezio Melotti#1745761, #755670, #13357, #12629, #1200313: merge...
next