]> granicus.if.org Git - python/shortlog
python
2011-12-03 Antoine PitrouMerge from 3.2
2011-12-03 Antoine PitrouStreamline mention of sorted()
2011-12-03 Antoine PitrouBreak down and refine memory management question
2011-12-03 Antoine PitrouReformulate answer, and remove off-topic discussion...
2011-12-03 Antoine PitrouMerge from 3.2
2011-12-03 Antoine PitrouFix compatibility statement.
2011-12-03 Antoine PitrouRemove outdated question (the bsddb module isn't includ...
2011-12-03 Antoine PitrouRefine FAQ entry for catching stdout
2011-12-03 Antoine PitrouAdvocate PyTuple_Pack instead of manual building of...
2011-12-03 Antoine PitrouRemove outdated FAQ content
2011-12-03 Antoine PitrouRemove outdate FAQ content
2011-12-03 Antoine PitrouStreamline FAQ entry about the ternary operator, and...
2011-12-03 Antoine PitrouStreamline FAQ entry about the ternary operator, and...
2011-12-03 Antoine PitrouRemove references to psyco, which is mostly unmaintaine...
2011-12-03 Antoine PitrouRemove references to psyco, which is mostly unmaintaine...
2011-12-03 Antoine PitrouMerge doc fixes from 3.2
2011-12-03 Antoine PitrouMention PySide in the "other GUIs" page.
2011-12-03 Antoine PitrouMention the new GTK+ 3 bindings.
2011-12-03 Meador IngeIssue #13513: IOBase docs incorrectly link to the readl...
2011-12-03 Meador IngeIssue #13513: IOBase docs incorrectly link to the readl...
2011-12-03 Éric AraujoFix glitches in email.policy docs (#12208)
2011-12-03 Jason R. CoombsMerged fix for #13211 from 3.2
2011-12-03 Jason R. CoombsMerge fix for Issue #12666 from 3.2
2011-12-03 Charles-François... Issue #12612: Add some Valgrind suppressions for 64...
2011-12-03 Jason R. CoombsIssue #12666: Added section about map changes.
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
next