]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2011-10-06  Victor Stinner_copy_characters() fails more quickly in debug mode...
2011-10-06  Victor StinnerFix find_module_path(): make the string ready
2011-10-06  Victor StinnerFix a compiler warning: don't define unicode_is_singlet...
2011-10-06  Victor StinnerFix _warnings.c: make the filename string ready
2011-10-05  Victor Stinnerrephrase PyUnicode_1BYTE_KIND documentation
2011-10-05  Victor StinnerDon't check for the maximum character when copying...
2011-10-05  Victor StinnerFix post-condition in unicode_repr(): check the result...
2011-10-05  Victor Stinnerreplace() uses unicode_fromascii() if the input and...
2011-10-05  Victor Stinnerunicode_fromascii() checks that the input is ASCII...
2011-10-05  Victor Stinnertraceback: fix dump_ascii() for string with kind=PyUnic...
2011-10-05  Amaury Forgeot... Merge from 3.2
2011-10-05  Amaury Forgeot... Enable the only tests for sys.gettrace
2011-10-05  Charles-François... Issue #13070: Fix a crash when a TextIOWrapper caught...
2011-10-05  Senthil KumaranIssue13104 - Fix urllib.request.thishost() utility...
2011-10-05  Senthil KumaranIssue #13073 - Address the review comments made by...
2011-10-04  Charles-François... os.geteuid() may not be available...
2011-10-04  Charles-François... Issue #11956: Always skip test_import.test_unwritable_d...
2011-10-04  Charles-François... Issue #11956: Skip test_import.test_unwritable_director...
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 PitrouIssue #13099: Fix sqlite3.Cursor.lastrowid under a...
2011-10-04  Antoine PitrouAdd John to ACKS
2011-10-04  Antoine PitrouIssue #13087: BufferedReader.seek() now always raises...
2011-10-04  Antoine PitrouStart fixing test_bigmem:
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-03  Amaury Forgeot... Fix a few ResourceWarnings in idle
2011-10-05  Victor StinnerAdd asciilib: similar to ucs1, ucs2 and ucs4 library...
2011-10-05  Victor StinnerFix PyUnicode_Partition(): str_in->str_obj
2011-10-05  Victor StinnerFix my_basename(): make the string ready
2011-10-05  Charles-François... Issue #13070: Fix a crash when a TextIOWrapper caught...
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 Kumaranmerge from 3.2. Issue #13073 - Address the review...
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  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  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  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 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 PitrouFix compilation error under Windows
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 PitrouIssue #7689: Allow pickling of dynamically created...
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...
next