]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2011-10-04  Victor StinnerEnsure that newly created strings use the most efficien...
2011-10-04  Victor StinnerDocument requierements of Unicode kinds
2011-10-04  Victor StinnerReplace PyUnicodeObject* with PyObject* where it was...
2011-10-04  Victor Stinnerunicodeobject.c doesn't make output strings ready in...
2011-10-05  Senthil Kumaranmerge from 3.2. Issue13104 - Fix urllib.request.thisho...
2011-10-05  Senthil KumaranIssue13104 - Fix urllib.request.thishost() utility...
2011-10-05  Senthil Kumaranmerge from 3.2. Issue #13073 - Address the review...
2011-10-05  Senthil KumaranIssue #13073 - Address the review comments made by...
2011-10-05  Georg BrandlMore fixes.
2011-10-05  Georg BrandlMore typoes.
2011-10-05  Georg BrandlFix a few typos in the unicode header.
2011-10-05  Georg BrandlFix grammar.
2011-10-05  Victor StinnerSpeedup str[a:b:step] for step != 1
2011-10-05  Victor StinnerSpeedup find_maxchar_surrogates() for 32-bit wchar_t
2011-10-05  Victor StinnerSpeedup str[a:b] and PyUnicode_FromKindAndData
2011-10-05  Victor StinnerSpeedup the ASCII decoder
2011-10-05  Antoine PitrouFix text failures when ctypes is not available
2011-10-04  Charles-François... Merge.
2011-10-04  Charles-François... os.geteuid() may not be available...
2011-10-04  Charles-François... os.geteuid() may not be available...
2011-10-04  Victor StinnerFix usage og PyUnicode_READY()
2011-10-04  Victor Stinner_PyUnicode_READY_REPLACE() cannot be used in unicode_su...
2011-10-04  Charles-François... Issue #11956: Always skip test_import.test_unwritable_d...
2011-10-04  Charles-François... Issue #11956: Always skip test_import.test_unwritable_d...
2011-10-04  Victor StinnerAdd DONT_MAKE_RESULT_READY to unicodeobject.c to help...
2011-10-04  Victor StinnerAdd assertion to _Py_ReleaseInternedUnicodeStrings...
2011-10-04  Antoine PitrouFix naïve heuristic in unicode slicing (followup to...
2011-10-04  Charles-François... Merge.
2011-10-04  Charles-François... Issue #11956: Skip test_import.test_unwritable_director...
2011-10-04  Charles-François... Issue #11956: Skip test_import.test_unwritable_director...
2011-10-04  Antoine PitrouMerge
2011-10-04  Antoine PitrouAdd a necessary call to PyUnicode_READY() (followup...
2011-10-04  Antoine PitrouOptimize string slicing to use the new API
2011-10-04  Ezio Melotti#13054: fix usage of sys.maxunicode after PEP-393.
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...
next