]> granicus.if.org Git - python/shortlog
python
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
2013-11-17 Georg BrandlPost-release bump.
2013-11-17 Georg Brandlmerge with 3.3.3 release clone
2013-11-17 Georg BrandlAdded tag v3.3.3 for changeset c3896275c0f6
2013-11-17 Georg BrandlBump to 3.3.3 final. v3.3.3
2013-11-17 Ezio Melotti#19238: fix typo in documentation.
2013-11-16 Serhiy StorchakaIssue #19604: Use specific asserts in array tests.
2013-11-16 Serhiy StorchakaIssue #19602: Use specific asserts in tkinter tests.
2013-11-16 Serhiy StorchakaIssue #19601: Use specific asserts in sqlite3 tests.
2013-11-16 Serhiy StorchakaIssue #19600: Use specific asserts in distutils tests.
2013-11-16 Serhiy StorchakaIssue #19594: Use specific asserts in unittest tests.
2013-11-16 Serhiy StorchakaIssue #19591: Use specific asserts in ctype tests.
2013-11-16 Serhiy StorchakaIssue #19590: Use specific asserts in email tests.
2013-11-15 Vinay SajipIssue #19504: Used American spelling for 'customize'.
2013-11-15 Vinay SajipIssue #19523: Closed FileHandler leak which occurred...
2013-11-15 Victor Stinnerfileutils.c: use MAXPATHLEN instead of PATH_MAX
2013-11-15 Victor Stinnersysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH...
2013-11-15 Victor Stinnerpythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGT...
2013-11-14 Serhiy StorchakaIssue #19592: Use specific asserts in lib2to3 tests.
2013-11-12 Andrew KuchlingCloses #12828: add docstring text noting this is an...
2013-11-12 Andrew KuchlingUpdate e-mail address
next