]> granicus.if.org Git - python/shortlog
python
2011-12-16 Victor Stinner(Merge 3.2) main() now displays an error message before...
2011-12-16 Victor Stinnermain() now displays an error message before exiting...
2011-12-16 Antoine PitrouSkip test if the path is too long for a AF_UNIX socket
2011-12-16 Antoine PitrouIssue #8373: The filesystem path of AF_UNIX sockets...
2011-12-16 Antoine PitrouIssue #10350: Read and save errno before calling a...
2011-12-16 Antoine PitrouIssue #10350: Read and save errno before calling a...
2011-12-16 Antoine PitrouAdd ACKS entry for 57f0af61da53.
2011-12-16 Antoine PitrouIssue #6695: Full garbage collection runs now clear...
2011-12-16 Benjamin Petersonproperty -> staticmethod
2011-12-15 Benjamin Petersonmerge heads
2011-12-15 Benjamin Petersonfix this test to actually test something (closes #13606)
2011-12-15 Victor StinnerClose #13596: Only recompile Lib/_sysconfigdata.py...
2011-12-15 Benjamin Petersonmerge heads
2011-12-15 Benjamin Petersoninput() in this sense is gone
2011-12-15 Victor Stinner(Merge 3.2) Issue #13545: Fix platform.libc_version...
2011-12-15 Victor StinnerIssue #13545: Fix platform.libc_version() is the SO...
2011-12-15 Benjamin Petersonimprove abstract property support (closes #11610)
2011-12-15 Antoine PitrouIssue #13597: Improve documentation of standard streams.
2011-12-15 Antoine PitrouIssue #13597: Improve documentation of standard streams.
2011-12-15 Antoine PitrouFix OSError.__init__ and OSError.__new__ so that each...
2011-12-15 Antoine PitrouFix the fix for issue #12149: it was incorrect, althoug...
2011-12-15 Antoine PitrouFix the fix for issue #12149: it was incorrect, althoug...
2011-12-15 Meador IngeIssue #13593: updating the importlib utility decorators...
2011-12-15 Meador IngeIssue #13591: Moving the NEWS line to the right release.
2011-12-15 Meador IngeIssue #13591: Moving the NEWS line to the right release.
2011-12-15 Meador IngeIssue #13591: import_module potentially imports a modul...
2011-12-15 Meador IngeIssue #13591: import_module potentially imports a modul...
2011-12-14 Ned DeilyIssue #4625: Add NEWS entry.
2011-12-14 Ned DeilyIssue #4625: add NEWS entry.
2011-12-14 Ned DeilyIssue #4625: If IDLE cannot write to its recent file...
2011-12-14 Ned DeilyIssue #4625: If IDLE cannot write to its recent file...
2011-12-14 Charles-François... Issue #13453: Fix a race condition in test_poplib.
2011-12-14 Charles-François... Issue #13453: Fix a race condition in test_poplib.
2011-12-14 Charles-François... Null merge - Issue #4028: Make multiprocessing build...
2011-12-14 Charles-François... Issue #4028: Make multiprocessing build on SunOS.
2011-12-14 Giampaolo Rodola'Fix #13449: add 'blocking' parameter to sched.scheduler...
2011-12-14 Giampaolo Rodola'Fix #8684: make sched.scheduler class thread-safe
2011-12-13 Alexandre VassalottiMerge 3.2
2011-12-13 Alexandre VassalottiIssue #13505: Make pickling of bytes object compatible...
2011-12-13 Ezio Melotti#6570: merge with 3.2.
2011-12-13 Ezio Melotti#6570: clarify tutorial section about keyword arguments.
2011-12-13 Ezio Melotti#13549: merge with 3.2.
2011-12-13 Ezio Melotti#13549: improve tutorial section about listcomps.
2011-12-12 Antoine PitrouFix test_gdb failure
2011-12-12 Florent XiclunaIssue #13575: there is only one class type.
2011-12-12 Antoine PitrouIssue #13577: various kinds of descriptors now have...
2011-12-12 Victor StinnerPyUnicode_Resize(): warn about canonical representation
2011-12-12 Victor StinnerFix PyUnicode_Resize() for compact string: leave the...
2011-12-12 Lars GustäbelAdd missing versionchanged information.
2011-12-12 Meador IngeIssue #13544: Add __qualname__ to functools.WRAPPER_ASS...
2011-12-12 Victor StinnerMake PyUnicode_Copy() private => _PyUnicode_Copy()
2011-12-11 Victor Stinnerresize_copy() now supports legacy ready strings
2011-12-11 Victor StinnerRewrite PyUnicode_Append(); unicode_modifiable() is...
2011-12-12 Victor StinnerPyUnicode_IS_ASCII() macro ensures that the string...
2011-12-11 Victor StinnerCreate unicode_result_unchanged() subfunction
2011-12-11 Victor StinnerFix fixup() for unchanged unicode subtype
2011-12-11 Victor Stinnerunicode_fromascii() doesn't check string content twice...
2011-12-11 Victor StinnerCall directly PyUnicode_DecodeUTF8Stateful() instead...
2011-12-11 Victor StinnerUse directly unicode_empty instead of PyUnicode_New...
2011-12-11 Victor StinnerMove the slowest UTF-8 decoder to its own subfunction
2011-12-11 Victor StinnerFix error handling in resize_compact()
2011-12-10 Benjamin Petersonmerge heads
2011-12-10 Benjamin Petersonalias resource.error to OSError
2011-12-10 Giampaolo Rodola'fix #13563: make use of with statement in ftplib.py...
2011-12-10 Florent XiclunaFix imports in xml.dom.
2011-12-10 Lars GustäbelIssue #5689: Add support for lzma compression to the...
2011-12-10 Benjamin Petersonmerge 3.2
2011-12-10 Benjamin Petersonwe're always going to have gc
2011-12-10 Benjamin Petersonmerge 3.2
2011-12-10 Benjamin Petersonyou can't get resource.error if you can't import resource
2011-12-10 Victor StinnerIssue #11886: Fix also test_time for the non-DST timezo...
2011-12-10 Charles-François... Issue #13453: Catch EAI_FAIL in support.transient_internet.
2011-12-10 Charles-François... Issue #13453: Catch EAI_FAIL in support.transient_internet.
2011-12-10 Florent XiclunaFix comment in difflib.
2011-12-10 Lars GustäbelMerge with 3.2: Fix doc typo.
2011-12-10 Lars GustäbelFix doc typo.
2011-12-10 Florent XiclunaIssue #13248: turn 3.2's PendingDeprecationWarning...
2011-12-09 Florent XiclunaMerge 3.2
2011-12-09 Florent XiclunaRemove obsolete py3k comment.
2011-12-09 Florent XiclunaFix docstring typo.
2011-12-09 Antoine PitrouIssue #13528: rework the performance question in the...
2011-12-09 Antoine PitrouIssue #13528: rework the performance question in the...
2011-12-09 Florent XiclunaCloses #2979: add parameter 'use_builtin_types' to...
2011-12-09 Victor StinnerWrite tests for invalid characters (U+00110000)
2011-12-09 Victor Stinner(Merge 3.2) Issue #5905: time.strftime() is now using...
2011-12-09 Victor StinnerIssue #5905: time.strftime() is now using the locale...
2011-12-09 Victor StinnerIssue #13441: Enable the workaround for Solaris locale bug
2011-12-09 Victor StinnerIssue #13441: Skip some locales (e.g. cs_CZ and hu_HU...
2011-12-09 Victor StinnerIssue #13441: Don't test the hu_HU locale on Solaris...
2011-12-08 Nadeem VawdaWhat's New in Python 3.3: Add entry for lzma module...
2011-12-08 Victor StinnerDocument PyUnicode_Copy() and PyUnicode_EncodeCodePage()
2011-12-08 Victor StinnerWhat's New in Python 3.3: Add a Deprecated section
2011-12-08 Victor StinnerIssue #13441: Log the locale when localeconv() fails
2011-12-08 Stefan KrahMerge fix for issue #13547.
2011-12-08 Stefan KrahIssue #13547: clean Lib/_sysconfigdata.py and Modules...
2011-12-08 Stefan KrahMerge.
2011-12-08 Stefan KrahMerge second fix for issue #11149.
2011-12-08 Stefan KrahIssue #11149: Also enable -fwrapv if $CC is a full...
2011-12-08 Victor StinnerPyUnicode_FromWideChar() and PyUnicode_FromUnicode...
2011-12-07 Victor Stinner(Merge 3.2) Issue #11886: workaround an OS bug (time...
next