]> granicus.if.org Git - python/shortlog
python
2014-01-10 Serhiy StorchakaIssue #19886: Use better estimated memory requirements...
2014-01-09 Serhiy StorchakaIssue #13107: argparse and optparse no longer raises...
2014-01-09 Antoine PitrouIssue #20207: Always disable SSLv2 except when PROTOCOL...
2014-01-09 Benjamin Petersonclear zip stat cache after each ref leak run
2014-01-09 Benjamin Petersonfix zipimport ref leak
2014-01-08 R David MurrayFix verb tense.
2014-01-08 Gregory P.... cleanup for the issue 19081 fix - pull the file open...
2014-01-07 Serhiy StorchakaIssue #20072: Fixed multiple errors in tkinter with...
2014-01-07 Gregory P.... Should fix the issue19081 fix on Windows. Don't let...
2014-01-06 Gregory P.... normalize whitespace from prior issue19081 fix commit.
2014-01-06 Gregory P.... news entry for issue19081 fix.
2014-01-06 Gregory P.... Fixes issue19081: When a zipimport .zip file in sys...
2014-01-05 R David Murray#1065986: add missing error handler in pydoc unicode...
2014-01-05 R David Murray#1065986: Make pydoc handle unicode strings.
2014-01-03 R David Murray#16039/#20118: temporarily skip failing imaplib SSL...
2014-01-03 R David Murraycloses 16039: CVE-2013-1752: limit line length in imapl...
2014-01-02 R David Murray#17282: Document unittest.main defaultTest argument.
2014-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2014-01-01 Benjamin Petersonupdate copyright year
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
next