]> granicus.if.org Git - python/shortlog
python
2013-12-28 Benjamin Petersoncomplain if the codec doesn't return unicode
2013-12-28 Antoine PitrouIssue #19422: Explicitly disallow non-SOCK_STREAM socke...
2013-12-28 Serhiy StorchakaFixed the wave module testing on big-endian platforms.
2013-12-26 Serhiy StorchakaIssue #20027: Fixed locale aliases for devanagari locales.
2013-12-26 Serhiy StorchakaBackported tests for Tkinter variables.
2013-12-26 Serhiy StorchakaIssue #20067: Tkinter variables now work when wantobjec...
2013-12-26 R David Murray#20063: Remove inaccurate/confusing statement about...
2013-12-25 Serhiy Storchakatest_debug in test_tkinter/test_text no longer fails...
2013-12-25 Serhiy StorchakaIssue #19320: test_tcl no longer fails when wantobjects...
2013-12-25 Serhiy StorchakaIssue #19020: Tkinter now uses splitlist() instead...
2013-12-25 Serhiy StorchakaIssue #20058: sys.stdin.readline() in IDLE now always...
2013-12-24 Serhiy StorchakaRemoved spaces before colons and semicolons.
2013-12-23 Serhiy StorchakaRemoved spaces before commas and periods.
2013-12-23 Benjamin Petersonupdate Barry's email (closes #19563)
2013-12-22 Antoine Pitrous/lightweight/minimal/, as per issue #11379.
2013-12-22 Antoine PitrouIssue #12226: HTTPS is now used by default when connect...
2013-12-21 Serhiy StorchakaIssue #20048: Fixed ZipExtFile.peek() when it is called...
2013-12-20 Serhiy StorchakaIssue #20034: Updated alias mapping to most recent...
2013-12-19 Serhiy StorchakaMerge heads
2013-12-19 Serhiy StorchakaDon't use sebTest() in tests for issue #5815.
2013-12-19 Zachary WareIssue #19683: Removed empty tests from test_minidom.
2013-12-19 Serhiy StorchakaIssue #5815: Fixed support for locales with modifiers...
2013-12-19 Victor StinnerIssue #20026: Fix the sqlite module to handle correctly...
2013-12-19 Serhiy StorchakaIssue #18829: csv.Dialect() now checks type for delimit...
2013-12-19 Vinay SajipIssue #19902: Added list of logging levels.
2013-12-18 Benjamin Petersonupdate url to spec (closes #20018)
2013-12-18 Gregory P.... remove trailing spaces.
2013-12-18 Zachary WareIssue #20005: Fix typo in operator docs. Patch by...
2013-12-18 Serhiy StorchakaIssue #19492: Silently skipped distutils tests now...
2013-12-18 R David Murray#19855: uuid.get_node now looks on the PATH for executa...
2013-12-17 Antoine PitrouIssue #20006: Fix sporadic failures in test_weakset.
2013-12-17 Serhiy StorchakaIssue #20007: HTTPResponse.read(0) no more prematurely...
2013-12-17 R David Murray20004: Note that the setter in csv.DictReader is broken.
2013-12-17 Serhiy StorchakaCircumventing a bug in glibc (issue #17976).
2013-12-17 Serhiy StorchakaIssue #16404: Add checks for return value of PyInt_From...
2013-12-17 Serhiy StorchakaFixed leak in sys.flags initialization.
2013-12-17 Serhiy StorchakaSkip test for issue #17976 if /dev/null is not available.
2013-12-17 Serhiy StorchakaIssue #17976: Fixed potential problem with file.write...
2013-12-16 Serhiy StorchakaRemoved old implementation of ntpath.splitunc() (issue...
2013-12-16 Zachary WareIssue #19987: Re-write test_alias_fallback in test_wins...
2013-12-16 Serhiy StorchakaMerge heads
2013-12-16 Serhiy StorchakaIssue #19912: Fixed numerous bugs in ntpath.splitunc().
2013-12-15 Charles-François... Issue #19965: Make sure that Python-ast.h is properly...
2013-12-14 Serhiy StorchakaIssue #19623: Fixed writing to unseekable files in...
2013-12-14 Serhiy StorchakaIssue #17919: Fixed integer overflow in the eventmask...
2013-12-14 Ezio Melotti#19981: fix typo in email.mailbox docs. Patch by Claud...
2013-12-13 Serhiy StorchakaIssue #17919: select.poll.poll() again works with poll...
2013-12-13 Victor StinnerIssue #14432: Generator now clears the borrowed referen...
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 #19572: Replace a return that shouldn't have...
2013-12-10 Zachary WareIssue #19928: Fix test on Windows
2013-12-10 Zachary WareIssue #19572: More silently skipped tests explicitly...
2013-12-10 Nadeem VawdaSkip test for #19878 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 unicode, str or bytearray...
2013-12-10 Victor StinnerIssue #19932: Fix typo in import.h, missing whitespaces...
2013-12-08 Serhiy StorchakaIssue #19099: The struct module now supports Unicode...
2013-12-08 Nadeem VawdaCloses #19878: Fix segfault in bz2 module.
2013-12-06 Serhiy StorchakaIssue #16373: Prevent infinite recursion for ABC Set...
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-05 Kristján Valur... Issue #7105: weak dict iterators are fragile because...
2013-12-04 Tim PetersFudge - http.client doesn't exist in 2.7. Use Queue...
2013-12-04 Tim PetersIssue #19138: doctest's IGNORE_EXCEPTION_DETAIL now...
2013-12-02 Eli BenderskyIssue #19814: Clarify argparse's docs w.r.t prefix...
2013-12-01 Serhiy StorchakaFixed JSON tests on wide build when ran from *.pyc...
2013-12-01 Alexandre VassalottiIssue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.
2013-12-01 Alexandre VassalottiMerge heads.
2013-12-01 Alexandre VassalottiIssue #6477: Added pickling support for singletons...
2013-11-30 Vinay SajipIssue #19789: Clarified documentation for logging.disable.
2013-11-30 Alexandre VassalottiFix typo in Misc/NEWS.
2013-11-30 Alexandre VassalottiIssue #16231: Allow false values other than None to...
2013-11-28 Zachary WareIssue #19595: Re-enable a long-disabled test in test_wi...
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-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 Serhiy StorchakaIssue #11489: JSON decoder now accepts lone surrogates.
2013-11-26 Antoine PitrouFix misuse of the bigmemtest decorator
2013-11-26 Mark DickinsonIssue #19638: Skip large digit string tests on 32-bit...
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-25 Antoine PitrouIssue #19691: remove outdated mention about RuntimeError
2013-11-25 Georg BrandlFix suspicious markup and sort ignorelist.
2013-11-25 Gregory P.... Fix test_fcntl to run properly on systems that do not...
2013-11-25 Gregory P.... fix docstring. extra \.
2013-11-25 Gregory P.... Fix test.test_support.bind_port() to not cause an error...
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 Serhiy StorchakaFixed merging error in changeset 3912934e99ba (issue...
2013-11-24 Georg BrandlDoc/Makefile: also do "make suspicious" during daily...
2013-11-10 Martin v. LöwisAdd 2.7.7 uuids.
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.
next