]> granicus.if.org Git - python/shortlog
python
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...
2013-11-20 Serhiy StorchakaPrint Tk patchlevel in test_tcl in verbose mode (issue1...
2013-11-20 Christian Heimesconfigure: echo message to AS_MESSAGE_FD. --silent...
2013-11-19 Christian HeimesAdd workaround for VS 2010 nmake clean issue. VS 2010...
2013-11-19 R David Murray#19449: Handle non-string keys when generating 'fieldna...
2013-11-19 Andrew Kuchling#1098749: re-word gettext docs to not encourage using...
2013-11-19 doko@ubuntu.com- Remove execute permissions from test_dbm_gnu.py and...
2013-11-19 doko@ubuntu.com- Update config.{guess,sub} for new ports.
2013-11-19 Zachary WareIssue #19596: Set untestable tests in test_importlib...
2013-11-18 Gregory P.... Cleanup this test's modification of os.environ in teard...
2013-11-17 Gregory P.... Fix test.support.bind_port() to not cause an error...
2013-11-17 Gregory P.... Fix compilation error under gcc of the ctypes module...
2013-11-17 Serhiy StorchakaIssue #19603: Use specific asserts in test_decr.
2013-11-17 Ezio MelottiFix indentation in doc example.
2013-11-17 Richard OudkerkIssue #19599: Increase sleep period.
2013-11-17 Richard OudkerkFix handling of SystemExit and exit code. Patch by...
2013-11-17 Richard OudkerkIssue 16998: Clarify that += on a shared value is not...
2013-11-17 Antoine PitrouIssue #19508: direct the user to read the security...
2013-11-17 Serhiy StorchakaIssue #19606: Use specific asserts in http.cookiejar...
2013-11-17 Serhiy StorchakaIssue #19607: Use specific asserts in weakref tests.
2013-11-17 Serhiy StorchakaIssue #19605: Use specific asserts in datetime tests
2013-11-17 Serhiy StorchakaMerge heads
next