]> granicus.if.org Git - python/shortlog
python
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.
2011-11-22 Amaury Forgeot... Issue #13436: commit regenerated Python-ast.c
2011-11-22 Amaury Forgeot... Issue #13436: Fix a bogus error message when an AST...
2011-11-22 Benjamin Petersonfix compiler warning by implementing this more cleverly
2011-11-22 Giampaolo Rodola'sort last committed name in alphabetical order
2011-11-22 Charles-François... Issue #13156: _PyGILState_Reinit(): Re-associate the...
2011-11-22 Charles-François... Issue #13156: _PyGILState_Reinit(): Re-associate the...
2011-11-22 Amaury Forgeot... bytes() can't be used to get a representation of an...
2011-11-22 Charles-François... Issue #12156: Skip test_multiprocessing on systems...
2011-11-22 Charles-François... Issue #13093: Perform a real merge.
2011-11-22 Charles-François... Issue #12156: Skip test_multiprocessing on systems...
2011-11-22 Giampaolo Rodola'fix wrong credit and issue id given in previous commit
2011-11-22 Giampaolo Rodola'Fix 13245:
2011-11-22 Victor Stinnerfind_maxchar_surrogates() reuses surrogate macros
2011-11-22 Victor StinnerRemove "#ifdef Py_UNICODE_WIDE": Python is now always...
2011-11-22 Victor StinnerIssue #13441: Disable temporary the check on the maximu...
2011-11-22 Victor StinnerFix compiler warnings
2011-11-22 Victor StinnerUse the new Unicode API
2011-11-22 Victor Stinner(Merge 3.2) Issue #13093: Fix error handling on PyUnico...
2011-11-22 Victor StinnerIssue #13093: Fix error handling on PyUnicode_EncodeDec...
2011-11-22 Victor StinnerPyUnicode_FromKindAndData() fails with a ValueError...
2011-11-22 Victor StinnerUTF-8 decoder: set consumed value in the latin1 fast...
2011-11-22 Victor StinnerReplace _PyUnicode_READY_REPLACE() and _PyUnicode_Ready...
2011-11-22 Victor StinnerAdd a test on str.__getnewargs__()
next