]> granicus.if.org Git - python/shortlog
python
2011-12-03 Charles-François... Issue #12612: Add some Valgrind suppressions for 64...
2011-12-02 Petri LehtinenIssue #13439: Merge branch 3.2
2011-12-02 Petri LehtinenIssue #13439: Fix many errors in turtle docstrings.
2011-12-02 Ezio Melotti#13494: merge with 3.2.
2011-12-02 Ezio Melotti#13494: s/cast/convert/. Also add a link.
2011-12-02 Ezio Melotti#13499: merge with 3.2.
2011-12-02 Ezio Melotti#13499: fix example adding >>> before the comments.
2011-12-02 Ezio Melotti#8414: merge with 3.2.
2011-12-02 Ezio Melotti#8414: add more tests for "assert". Initial patch...
2011-12-01 Mark DickinsonIssue #9530: Fix undefined behaviour due to signed...
2011-12-01 Victor StinnerFix PyObject_Repr(): don't call PyUnicode_READY() if...
2011-12-01 Victor StinnerReplace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New...
2011-12-01 Victor StinnerMultibyteCodec_Decode() catchs PyUnicode_AS_UNICODE...
2011-12-01 Victor Stinnerc-api: Replace PyUnicodeObject* by PyObject* in "U...
2011-12-01 Victor StinnerPyCodec_IgnoreErrors() avoids the deprecated "u#" format
2011-12-01 Victor StinnerPyObject_Repr() ensures that the result is a ready...
2011-11-30 Nadeem VawdaCredit Per Øyvind Karlsen for the initial implementatio...
2011-11-30 Antoine PitrouIssue #1040439: better document how to compile and...
2011-11-30 Antoine PitrouIssue #1040439: better document how to compile and...
2011-11-30 Nadeem VawdaMake error handling in BZ2File.{readable,seekable,writa...
2011-11-29 Nadeem VawdaIssue #6715: Add module for compression using the LZMA...
2011-11-29 Victor StinnerPy_UNICODE_HIGH_SURROGATE() and Py_UNICODE_LOW_SURROGAT...
2011-11-29 Antoine PitrouMention hashable memoryviews, and reformat.
2011-11-29 Antoine PitrouAdd subheaders to make PEP 393 description clearer
2011-11-29 Éric AraujoMerge 3.2
2011-11-29 Éric AraujoFix inspect.getmodule to use a copy of sys.modules...
2011-11-29 Éric AraujoMark up constants in sockets docs as such
2011-11-29 Éric AraujoFix instructions on how to rebuild some modules
2011-11-29 Éric AraujoAdd a regrtest cleanup check for shutil registries
2011-11-29 Éric AraujoFix last remaining references to ex-devguide
2011-11-29 Éric AraujoFix typo (#13467)
2011-11-28 Victor Stinnercleanup setup.py for curses options
2011-11-28 Victor Stinner(Merge 3.2) Fix curses module for strict SysV implement...
2011-11-28 Victor StinnerFix curses module for strict SysV implementation (witho...
2011-11-28 Antoine PitrouMerge test_xmlrpc_net fixes (issue #13434)
2011-11-28 Antoine PitrouFix resource warning in test_xmlrpc_net
2011-11-28 Antoine PitrouIssue #13434: skip the time.xmlrpc.com test, and reenab...
2011-11-28 Antoine PitrouIssue #7111: Python can now be run without a stdin...
2011-11-28 Antoine PitrouIssue #7111: Python can now be run without a stdin...
2011-11-28 Meador IngeIssue #12618: py_compile cannot create files in current...
2011-11-28 Meador IngeIssue #12618: py_compile cannot create files in current...
2011-11-28 Victor StinnerIssue #13415: test_curses skips unencodable characters
2011-11-27 Charles-François... Null merge.
2011-11-27 Charles-François... Issue #13415: Skip test_os.test_unset_error on FreeBSD...
2011-11-27 Charles-François... Null merge.
2011-11-27 Charles-François... Issue #13415: Test in configure if unsetenv() has a...
2011-11-27 Jesus CeaMERGE: Closes issue #13488: Some old preprocessors...
2011-11-27 Jesus CeaCloses issue #13488: Some old preprocessors have proble...
2011-11-26 Victor StinnerIssue #13415: Help to locate curses.h when _curses...
2011-11-26 Antoine PitrouIssue #13444: When stdout has been closed explicitly...
2011-11-26 Antoine PitrouIssue #13444: When stdout has been closed explicitly...
2011-11-26 Meador IngeIssue #12618: fix py_compile unit tests to handle diffe...
2011-11-26 Meador IngeIssue #12618: fix py_compile unit tests to handle diffe...
2011-11-26 Giampaolo Rodola'sched.py: fix test_queue by making sure that queue...
2011-11-26 Charles-François... Issue #13415: Skip test_os.test_unset_error on FreeBSD...
2011-11-26 Meador IngeIssue #12618: create unit tests for the py_compile...
2011-11-26 Meador IngeIssue #12618: create unit tests for the py_compile...
2011-11-26 Meador IngeIssue #13380: add an internal function for resetting...
2011-11-26 Meador IngeIssue #13380: add an internal function for resetting...
2011-11-26 Antoine PitrouSome libcs' snprintf may output a leading minus sign...
2011-11-26 Antoine PitrouMerge heads
2011-11-26 Antoine PitrouBetter resolution for issue #11849: Ensure that free...
2011-11-25 Victor StinnerIssue #12567: The curses module uses Unicode functions...
2011-11-25 Antoine PitrouIssue #12856: Ensure child processes do not inherit...
2011-11-25 Antoine PitrouIssue #12856: Ensure child processes do not inherit...
2011-11-25 Victor StinnerNEWS: fix the issue number for PyUnicode_EncodeDecimal...
2011-11-25 Victor StinnerClose #13093: PyUnicode_EncodeDecimal() doesn't support...
2011-11-25 Antoine PitrouTypo
2011-11-25 Antoine PitrouUpdate What's new for PEP 3155
2011-11-25 Antoine PitrouPEP 3155 / issue #13448: Qualified name for classes...
2011-11-25 Antoine PitrouIssue #9957: SpooledTemporaryFile.truncate() now accept...
2011-11-25 Antoine PitrouClarify concatenation behaviour of immutable strings...
2011-11-25 Antoine PitrouClarify concatenation behaviour of immutable strings...
2011-11-25 Eli Benderskyfix some typos in Doc/c-api/memoryview.rst
2011-11-25 Eli Benderskyfix some typos in Doc/c-api/memoryview.rst
2011-11-24 Petri LehtinenAdd a "What's New" entry for #12170
2011-11-24 Senthil Kumaranmerge from 3.2 testFnNames is assigned twice.
2011-11-24 Senthil KumarantestFnNames is assigned twice.
2011-11-24 Victor StinnerClose #13415: Test in configure if unsetenv() has a...
2011-11-23 Benjamin Petersonand back to the "magic" formula (with a comment) it is
2011-11-23 Vinay SajipMerged documentation addition from 3.2.
2011-11-23 Vinay SajipAdded a configuration dictionary example to the logging...
2011-11-23 Vinay SajipCloses #13459: Merged fix from 3.2.
2011-11-23 Vinay SajipCloses #13459: Clarified documentation on Logger.propag...
2011-11-23 Benjamin Petersonmerge 3.2 (null)
2011-11-23 Benjamin Petersondecref correct object
2011-11-23 Benjamin Petersonmerge 3.2
2011-11-23 Benjamin Petersonplug refleak
2011-11-23 Benjamin Petersonmerge heads
2011-11-23 Benjamin Petersoncave to those who like readable code
2011-11-23 Antoine PitrouIssue #13458: Fix a memory leak in the ssl module when...
2011-11-23 Antoine PitrouIssue #13458: Fix a memory leak in the ssl module when...
2011-11-22 Giampaolo Rodola'revert cset 6a0da9b65e54 against sched.py committed...
2011-11-22 Victor Stinner(Merge 3.2) Issue #13436: Fix unsetenv() test on Windows
2011-11-22 Victor StinnerIssue #13436: Fix unsetenv() test on Windows
2011-11-22 Victor StinnerMerge branch default
2011-11-22 Victor StinnerMerge branch 3.2
2011-11-22 Victor Stinner(Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore...
2011-11-22 Amaury Forgeot... Merge branch 3.2
2011-11-22 Victor StinnerIssue #13415: os.unsetenv() doesn't ignore errors anymore.
next