]> granicus.if.org Git - python/shortlog
python
2013-12-14 Stefan KrahFix C++ header usage. This __STDC_LIMIT_MACROS scheme...
2013-12-14 Ezio Melotti#19981: fix typo in email.mailbox docs. Patch by Claud...
2013-12-14 R David Murray#19970: Fix some comment typos.
2013-12-13 Brett CannonIssue #19963: Document that importlib.import_module...
2013-12-13 R David Murray#18036: update .pyc FAQ entry in light of PEP 3147.
2013-12-13 Victor StinnerIssue #19969: PyBytes_FromFormatV() now raises an Overf...
2013-12-13 Serhiy StorchakaIssue #17919: select.poll.poll() again works with poll...
2013-12-13 Victor StinnerIssue #14432: Fix compilation when thread support is...
2013-12-13 Victor StinnerIssue #14432: Generator now clears the borrowed referen...
2013-12-12 Stefan KrahDo not discard const qualifier without a reason.
2013-12-12 Zachary WareAvoid UnicodeEncodeError by only printing ASCII.
2013-12-11 Zachary WareFilter namespaceobject's files properly in the pythonco...
2013-12-11 Zachary WareIssue #19828: Fixed test_site when the whole suite...
2013-12-11 R David Murray#19063: partially fix set_payload handling of non-ASCII...
2013-12-11 Serhiy StorchakaIssue #17576: Deprecation warning emitted now when...
2013-12-11 Gregory P.... Fixes Issue #17200: telnetlib's read_until and expect...
2013-12-11 Ned DeilyIssue #18270: Prevent possible IDLE AttributeError...
2013-12-10 Zachary WareIssue #19928: Fix test on Windows
2013-12-10 Ezio Melotti#19943: fix typo noticed by Jakub Wilk.
2013-12-10 Nick CoghlanIssue #19407: add Python Packaging User Guide notes
2013-12-10 Serhiy StorchakaIssue #19928: Implemented a test for repr() of cell...
2013-12-10 Serhiy StorchakaIssue #19481: print() of string subclass instance in...
2013-12-10 Victor StinnerIssue #19932: Fix typo in import.h, missing whitespaces...
2013-12-08 Stefan KrahAdd libmpdec license.
2013-12-08 Stefan KrahFix two typos.
2013-12-08 Stefan KrahMissed one copyright.
2013-12-08 Stefan KrahUpdate copyright. The four year increment is intentiona...
2013-12-08 Victor StinnerIssue #17429: Oops, remove unused import
2013-12-08 Victor StinnerIssue #17429: platform.linux_distribution() now decodes...
2013-12-08 Gregory P.... Fixes issue #19929: Call os.read with 32768 within...
2013-12-08 Nadeem Vawda#18430: Document that peek() may change the position...
2013-12-08 Serhiy StorchakaIssue #19535: Fixed test_docxmlrpc when python is run...
2013-12-08 Gregory P.... Remove mentions of Python 2.x and being externally...
2013-12-08 Zachary WareIssue #19926: Removed unneeded test_main from test_abst...
2013-12-08 Zachary WareNormalize whitespace
2013-12-08 Zachary WareIssue 19572: More silently skipped tests explicitly...
2013-12-08 Gregory P.... Fixes issue #19506: Use a memoryview to avoid a data...
2013-12-07 Charles-François... Issue #19857: Make sure that test_imaplib reaps server...
2013-12-07 Benjamin Petersondocument that compile() can take bytes (closes #19910)
2013-12-06 Antoine PitrouIssue #19900: improve generalities at the start of...
2013-12-06 Vinay SajipAdded minor clarification in logging HOWTO.
2013-12-05 Antoine PitrouIssue #18840: Introduce the json module in the tutorial...
2013-12-04 Nadeem Vawda#19839: Fix lzma module's handling of non-lzma data...
2013-12-04 Nadeem Vawda#19839: Fix regression in bz2 module's handling of...
2013-12-04 Antoine PitrouTweak the socket module doc layout
2013-12-04 Antoine PitrouIssue #19882: tweak docs for socket.close()
2013-12-04 Christian Heimesncurses' winch and mvwinch return an unsigned long
2013-12-04 Tim PetersIssue #19138: doctest's IGNORE_EXCEPTION_DETAIL now...
2013-12-03 Stefan KrahMake a couple of parameters constant.
2013-12-03 Vinay SajipIssue #19665: Increased timeout for SMTPHandler test.
2013-12-02 Walter DoerwaldAdd NEWS entry for issue #19834.
2013-12-02 Eli BenderskyIssue #19814: Clarify argparse's docs w.r.t prefix...
2013-12-02 Victor StinnerIssue #19728: Fix sys.getfilesystemencoding() documentation
2013-12-02 Walter DoerwaldFix issue #19834: Support unpickling of exceptions...
2013-12-02 Gregory P.... Fixes issue #15798: subprocess.Popen() no longer fails...
2013-12-01 Alexandre VassalottiIssue #11480: Fixed copy.copy to work with classes...
2013-12-01 Gregory P.... Undo supposed fix for Issue #15798 until I understand...
2013-12-01 Gregory P.... Fixes Issue #15798 - subprocess.Popen() no longer fails...
2013-12-01 Alexandre VassalottiIssue #6477: Keep PyNotImplemented_Type and PyNone_Type...
2013-12-01 Alexandre VassalottiIssue #6477: Added support for pickling the types of...
2013-11-30 Zachary WareIssue #19845: Updated the Compiling Python on Windows...
2013-11-30 Vinay SajipIssue #19789: Clarified documentation for logging.disable.
2013-11-30 Alexandre VassalottiFixed _pickle.Unpickler to handle empty persistent...
2013-11-30 Alexandre VassalottiIssue #19088: Fix incorrect caching of the copyreg...
2013-11-28 Zachary WareIssue #19595: Re-enable a long-disabled test in test_wi...
2013-11-29 Serhiy StorchakaRevert unrelated changes introduced by changeset b2066b...
2013-11-29 Serhiy StorchakaIssue #19795: Improved markup of True/False constants.
2013-11-28 Eli BenderskyFix indentation from previous commit
2013-11-28 Eli BenderskyIssue #19815: Fix segfault when parsing empty namespace...
2013-11-27 Serhiy StorchakaSkip test_find_mac on Windows (issue #19804).
2013-11-27 Benjamin Petersonrecommend OrderedDict for this FAQ (closes #19805)
2013-11-27 Benjamin Petersonfix format spec recursive expansion (closes #19729)
2013-11-26 Zachary WareIssue #19788: kill_python(_d).exe is now run as a PreBu...
2013-11-26 Zachary WareMerge heads
2013-11-26 Zachary WareIssue #19588: Fixed tests in test_random that were...
2013-11-26 Serhiy StorchakaIssue #11508: Fixed uuid.getnode() and uuid.uuid1(...
2013-11-26 Mark DickinsonUse @bigmemtest more accurately.
2013-11-26 Serhiy StorchakaIssue #11489: JSON decoder now accepts lone surrogates.
2013-11-26 Mark DickinsonIssue #19638: Raise ValueError instead of crashing...
2013-11-26 Serhiy StorchakaIssue #19794: Improved markup for True/False constants.
2013-11-26 Georg BrandlMarkup fix.
2013-11-25 Antoine PitrouIssue #19691: remove outdated mention about RuntimeError
2013-11-25 Gregory P.... Remove an errant extra \ within a docstring.
2013-11-25 Georg BrandlCloses #19622: clarify message about bufsize changes...
2013-11-25 Georg BrandlFix doc markup error.
2013-11-25 Ezio MelottiFix broken link in html.entities docs.
2013-11-25 Ezio Melotti#19620: Fix typo in docstring (noticed by Christopher...
2013-11-24 Raymond HettingerDocument that @property can incorporate a docstring...
2013-11-24 Stefan Krah1) Prepare libmpdec for the 2.4.0 release. None of...
2013-11-24 Serhiy StorchakaIssue #19545: Avoid chained exceptions while passing...
2013-11-24 Georg BrandlDoc/Makefile: also do "make suspicious" during daily...
2013-11-24 Antoine PitrouIssue #19743: fix test_gdb on some optimized Python...
2013-11-24 Christian HeimesFix make distclean for out-of-tree builds
2013-11-23 Antoine PitrouUndo (hopefully) buildbot failures
2013-11-23 Antoine PitrouIssue #19308: fix the gdb plugin on gdbs linked with...
2013-11-23 Serhiy StorchakaIssue #19733: Temporary disable test_image on MacOSX.
2013-11-23 Andrew KuchlingUpdate Itamar's name
2013-11-22 Zachary WareIssue #18326: Clarify that list.sort's arguments are...
2013-11-21 Serhiy StorchakaPrint Tk patchlevel in Tk and Ttk tests in verbose...
2013-11-21 Serhiy StorchakaIssue #19633: Fixed writing not compressed 16- and...
next