]> granicus.if.org Git - python/shortlog
python
2011-11-28 Victor StinnerFix curses module for strict SysV implementation (witho...
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 Meador IngeIssue #12618: py_compile cannot create files in current...
2011-11-27 Charles-François... Issue #13415: Skip test_os.test_unset_error on FreeBSD...
2011-11-27 Charles-François... Issue #13415: Test in configure if unsetenv() has a...
2011-11-27 Jesus CeaCloses issue #13488: Some old preprocessors have proble...
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: create unit tests for the py_compile...
2011-11-26 Meador IngeIssue #13380: add an internal function for resetting...
2011-11-25 Antoine PitrouIssue #12856: Ensure child processes do not inherit...
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-24 Senthil KumarantestFnNames is assigned twice.
2011-11-23 Vinay SajipAdded a configuration dictionary example to the logging...
2011-11-23 Vinay SajipCloses #13459: Clarified documentation on Logger.propag...
2011-11-23 Benjamin Petersondecref correct object
2011-11-23 Benjamin Petersonplug refleak
2011-11-23 Antoine PitrouIssue #13458: Fix a memory leak in the ssl module when...
2011-11-22 Victor StinnerIssue #13436: Fix unsetenv() test on Windows
2011-11-22 Victor StinnerMerge 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 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 Victor StinnerIssue #13093: Fix error handling on PyUnicode_EncodeDec...
2011-11-21 Antoine PitrouIssue #13322: Fix BufferedWriter.write() to ensure...
2011-11-20 Victor StinnerClose #13401: Skip TestFileTypeW of test_argparse if...
2011-11-19 Petri LehtinenIssue #13338: Handle all enumerations in _Py_ANNOTATE_M...
2011-11-19 Mark DickinsonIssue #12245: Document sys.float_info.rounds better.
2011-11-18 Ezio Melotti#13387: add note about checking the exact type in asser...
2011-11-18 Ezio Melotti#11112: Fix typo in a base class in test_socket.
2011-11-18 Ezio Melotti#13358: HTMLParser now calls handle_data only once...
2011-11-18 Ezio Melotti#4147: minidom's toprettyxml no longer adds whitespace...
2011-11-18 Ezio Melotti#13426: fix typos in pickle doc.
2011-11-16 Eli Benderskyfixing typos in optparse doc
2011-11-15 Éric AraujoBranch merge
2011-11-15 Antoine PitrouIssue #13333: The UTF-7 decoder now accepts lone surrogates
2011-11-14 Éric AraujoFix markup
2011-11-14 Ezio Melotti#1745761, #755670, #13357, #12629, #1200313: improve...
2011-11-14 Ezio MelottiGroup tests about attributes in a separate class.
2011-11-13 Eli BenderskyClarify the existence of the <> operator in Grammar...
2011-11-13 Antoine PitrouFix memory leak with FLUFL-related syntax errors (!)
2011-11-12 Antoine PitrouRestore smtpd.DEBUGSTREAM at the end of test_smtpd.
2011-11-12 Petri LehtinenMerge heads
2011-11-12 Petri LehtinenUpdate mailbox.Maildir tests
2011-11-12 Eli BenderskyIssue #12767: documenting threading.Condition.notify
2011-11-12 Antoine PitrouAdd NEWS entry for #13193
2011-11-12 Antoine PitrouIssue #13193: fix distutils.filelist.FileList under...
2011-11-11 Florent XiclunaReformat paragraphs.
2011-11-11 Florent XiclunaFew typos in the documentation.
2011-11-11 Florent XiclunaFix few typos.
2011-11-11 Florent XiclunaRemove duplicate ACKS.
2011-11-11 Brian CurtinFix #13384. Remove __future__ import in 3.x code.
2011-11-11 Eli BenderskyIssue #13161: fix doc strings of __i*__ operators
2011-11-11 Eli BenderskyIssue #13191: typo in argparse docs
2011-11-11 Eli BenderskyIssue #13365: correct an error in the documentation...
2011-11-10 Ezio Melotti#13379: update Unicode version in unicodedata docstring...
2011-11-09 Antoine PitrouIssue #13373: multiprocessing.Queue.get() could sometim...
2011-11-08 Charles-François... test_import: test_execute_bit_not_copied() was actually...
2011-11-08 Jesus CeaPartial patch for issue #11812: Take care of test_telne...
2011-11-08 Jesus CeaSolved a potential deadlock in test_telnetlib.py. Relat...
2011-11-08 Nick CoghlanIssue #13237: Fix formatting error - the legacy shell...
2011-11-08 Nick CoghlanIssue #13237: Remove duplicate data value descriptions...
2011-11-08 Nick CoghlanIssue #13237: Forward port subprocess module updates...
2011-11-07 Éric AraujoDon’t interpret backslashes in ASCII diagram in a docstring
2011-11-07 Éric AraujoDocument that shutil.make_archive does not typecheck...
2011-11-07 Vinay SajipCloses #13361: Raise correct exception type.
2011-11-07 Vinay SajipCloses #13661: Check added for type of logger name.
2011-11-06 Petri LehtinenRevert "Accept None as start and stop parameters for...
2011-11-06 Petri Lehtinencurses.tparm() is expecting a byte string, not curses...
2011-11-06 Antoine PitrouSkip early if stdin and stdout are not ttys
2011-11-06 Antoine PitrouBackport robustness fix for test_builtin
2011-11-05 Antoine PitrouIssue #13342: input() used to ignore sys.stdin's and...
2011-11-05 Petri LehtinenAccept None as start and stop parameters for list.index...
2011-11-05 Raymond HettingerImprove Counter.__repr__() to not fail with unorderable...
2011-11-05 Petri LehtinenUpdate .gitignore
2011-11-05 Petri LehtinenRemove __pycache__ directories correctly on OpenBSD
2011-11-05 Petri LehtinenIssue #3067: Enhance the documentation and docstring...
2011-11-05 Petri LehtinenFix Maildir initialization so that maildir contents...
2011-11-04 Amaury Forgeot... Issue #13343: Fix a SystemError when a lambda expressio...
2011-11-04 Petri LehtinenIssue #3067: Fix the error raised by locale.setlocale()
2011-11-04 Florent XiclunaCloses #13140: Fix the daemon_threads attribute of...
2011-11-04 Ross LagerwallIssue #13339: Fix compile error in posixmodule.c due...
2011-11-03 Victor StinnerIssue #12342: Improve _tkinter error message on unencod...
2011-11-03 Victor StinnerIssue #10570: curses.putp() is now expecting a byte...
2011-11-03 Éric AraujoBranch merge
2011-11-03 Éric AraujoAvoid relying on the default reST role in logging libra...
2011-11-03 Éric AraujoFix incorrect docstring I changed a while back.
2011-11-03 Éric AraujoMore fixes for PEP 3147 compliance in distutils (#11254)
2011-11-03 Éric AraujoAdd signatures to the docstring of functions added...
2011-11-03 Éric AraujoState explicitely that PYTHONDONTWRITEBYTECODE is equiv...
2011-11-03 Antoine PitrouIssue #13307: fix bdist_rpm test failures
2011-11-02 Éric AraujoFix typo
2011-11-02 Victor StinnerIssue #10570: curses.tigetstr() is now expecting a...
2011-11-02 Charles-François... Issue #13308: Fix test_httpservers failures when run...
next