]> granicus.if.org Git - python/shortlog
python
2011-10-04 Éric AraujoFix typo
2011-10-04 Éric AraujoFix minor wording issue.
2011-10-04 Éric AraujoMore info about PEP 393 in whatsnew and NEWS
2011-10-04 Éric AraujoMinor updates to the whatsnew maintenance rules
2011-10-04 Antoine PitrouAlso fix pickletester
2011-10-04 Antoine PitrouAn embarassing litle typo
2011-10-04 Antoine PitrouWhen expandtabs() would be a no-op, don't create a...
2011-10-04 Antoine PitrouMigrate test_bigmem to PEP 393-compliant size calculati...
2011-10-04 Antoine PitrouMigrate str.expandtabs to the new API
2011-10-04 Antoine PitrouTry to fix linking failures under Windows
2011-10-04 Antoine PitrouTry to fix linking failures under Windows
2011-10-04 Antoine PitrouRemove all other uses of the C tolower()/toupper()...
2011-10-04 Antoine PitrouRemove all other uses of the C tolower()/toupper()...
2011-10-04 Antoine PitrouIssue #13099: Fix sqlite3.Cursor.lastrowid under a...
2011-10-04 Antoine PitrouIssue #13099: Fix sqlite3.Cursor.lastrowid under a...
2011-10-04 Antoine PitrouFix compilation error under Windows
2011-10-04 Antoine PitrouIssue #13087: BufferedReader.seek() now always raises...
2011-10-04 Antoine PitrouAdd John to ACKS
2011-10-04 Antoine PitrouIssue #13087: BufferedReader.seek() now always raises...
2011-10-04 Antoine PitrouCollect stats a bit more often
2011-10-04 Antoine PitrouUse the faulthandler module's infrastructure to write...
2011-10-04 Antoine PitrouFix test failure
2011-10-04 Antoine PitrouStart fixing test_bigmem:
2011-10-04 Antoine PitrouStart fixing test_bigmem:
2011-10-04 Antoine PitrouIssue #7689: Allow pickling of dynamically created...
2011-10-04 Antoine PitrouIssue #7689: Allow pickling of dynamically created...
2011-10-04 Meador IngeIssue #12881: ctypes: Fix segfault with large structure...
2011-10-04 Meador IngeIssue #12881: ctypes: Fix segfault with large structure...
2011-10-03 Benjamin Petersonfix parens
2011-10-03 Benjamin Petersonfix formatting
2011-10-03 Benjamin Petersonfix compiler warnings
2011-10-03 Victor StinnerComplete documentation of compact ASCII strings
2011-10-03 Victor StinnerMove in-place Unicode append to its own subfunction
2011-10-03 Victor StinnerReindent internal Unicode macros
2011-10-03 Victor StinnerDocument utf8_length and wstr_length states
2011-10-03 Victor Stinnerresize_inplace() sets utf8_length to zero if the utf8...
2011-10-03 Victor StinnerPyUnicode_New() sets utf8_length to zero for latin1
2011-10-03 Victor StinnerUnicode: raise SystemError instead of ValueError or...
2011-10-03 Victor StinnerUnicode: document when the wstr pointer is shared with...
2011-10-03 Victor StinnerAdd _PyUnicode_HAS_WSTR_MEMORY() macro
2011-10-03 Victor StinnerPyUnicode_Join() checks output length in debug mode
2011-10-03 Victor StinnerFix a compiler warning in PyUnicode_Append()
2011-10-03 Victor StinnerImprove string forms and PyUnicode_Resize() documentation
2011-10-03 Victor StinnerSimplify unicode_resizable(): singletons reference...
2011-10-03 Charles-François... Issue #13001: Fix test_socket.testRecvmsgTrunc failure...
2011-10-03 Charles-François... Introduce support.requires_freebsd_version decorator.
2011-10-03 Victor Stinner_PyUnicode_CheckConsistency() checks utf8 field consistency
2011-10-03 Victor Stinnerunicode_subtype_new() copies also the ascii flag
2011-10-03 Victor Stinnerunicode_kind_name() doesn't check consistency anymore
2011-10-03 Victor StinnerPyUnicode_Ready() now sets ascii=1 if maxchar < 128
2011-10-03 Victor StinnerCreate _PyUnicode_READY_REPLACE() to reuse singleton
2011-10-03 Victor StinnerFix resize_compact() and resize_inplace(); reenable...
2011-10-03 Victor Stinnerresize_inplace() has been fixed: reenable this optimization
2011-10-03 Victor Stinner_PyUnicode_Dump() indicates if wstr and/or utf8 are...
2011-10-03 Victor StinnerFix resize_inplace(): update shared utf8 pointer
2011-10-03 Victor StinnerDisable unicode_resize() optimization on Windows (16...
2011-10-03 Victor Stinner_PyUnicode_Ready() for 16-bit wchar_t
2011-10-03 Victor StinnerFix compilation error on Windows
2011-10-02 Senthil KumaranDocument message_body arg in HTTPConnection.endheaders
2011-10-02 Antoine PitrouFix ResourceWarnings in the TIPC socket tests.
2011-10-02 Victor Stinnerceval.c: restore str+=str optimization
2011-10-03 Victor StinnerUse PyUnicode_WCHAR_KIND to check if a string is a...
2011-10-03 Victor StinnerAdd _PyUnicode_CheckConsistency() macro to help debugging
2011-10-03 Victor StinnerIn release mode, PyUnicode_InternInPlace() does nothing...
2011-10-03 Victor StinnerPyUnicode_Append() now works in-place when it's possible
2011-10-03 Victor StinnerRewrite PyUnicode_Resize()
2011-10-02 Victor StinnerAdd _PyUnicode_HAS_UTF8_MEMORY() macro
2011-10-02 Victor StinnerPyUnicode_READ_CHAR() ensures that the string is ready
2011-10-03 Victor StinnerWrite _PyUnicode_Dump() to help debugging
2011-10-02 Victor StinnerPyUnicode_CopyCharacters() fails when copying latin1...
2011-10-02 Victor Stinnerunicode_convert_wchar_to_ucs4() cannot fail
2011-10-02 Victor StinnerAdd _PyUnicode_DATA_ANY(op) private macro
2011-10-02 Victor Stinnerunicode_empty and unicode_latin1 are PyObject* objects...
2011-10-02 Victor StinnerCheck error when calling PyUnicode_AppendAndDel()
2011-10-02 Victor StinnerPyCodec_ReplaceErrors() uses "C" format instead of...
2011-10-02 Senthil Kumaranmerge from 3.2 - Document message_body arg in HTTPConn...
2011-10-02 Antoine PitrouFix ResourceWarnings in the TIPC socket tests.
2011-10-02 Benjamin Petersonmerge heads
2011-10-02 Benjamin Petersonremove unused label
2011-10-02 Charles-François... Issue #13084: Fix a test_signal failure: the delivery...
2011-10-02 Ezio Melotti#13076: merge with 3.2.
2011-10-02 Ezio Melotti#13076: fix links to datetime.time and datetime.datetime.
2011-10-01 Victor StinnerPyUnicode_FindChar() raises a IndexError on invalid...
2011-10-01 Victor StinnerOptimize _PyUnicode_AsKind() for UCS1->UCS4 and UCS2...
2011-10-01 Victor StinnerUse Py_UCS1 instead of unsigned char in unicodeobject.h
2011-10-01 Victor StinnerFix usage of PyUnicode_READY() in PyUnicode_GetLength()
2011-10-01 Victor StinnerPyUnicode_WriteChar() raises IndexError on invalid...
2011-10-01 Victor StinnerPyUnicode_ReadChar() raises a IndexError if the index...
2011-10-01 Victor StinnerPyUnicode_FromKindAndData() raises a ValueError if...
2011-10-01 R David Murraymerge #4147: minidom's toprettyxml no longer adds white...
2011-10-01 R David Murray#4147: minidom's toprettyxml no longer adds whitespace...
2011-10-01 Antoine PitrouIssue #13034: When decoding some SSL certificates,...
2011-10-01 Antoine PitrouIssue #13034: When decoding some SSL certificates,...
2011-10-01 Victor StinnerOptimize unicode_subtype_new(): don't encode to wchar_t...
2011-10-01 Victor StinnerAdd _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH()...
2011-10-01 Antoine PitrouBackout of changeset 228fd2bd83a5 by Nadeem Vawda in...
2011-10-01 Martin v. LöwisIssue 13085: Fix some memory leaks. Patch by Stefan...
2011-10-01 Benjamin Petersonmerge heads
2011-10-01 Benjamin Petersonremove reference to non-existent file
2011-10-01 Victor StinnerPyUnicode_Substring() now accepts end bigger than strin...
next