]> granicus.if.org Git - python/shortlog
python
2014-01-09 Serhiy StorchakaIssue #20078: Reading malformed zipfiles no longer...
2014-01-08 R David MurrayFix verb tense in base64 docs, and the phrasing of...
2014-01-08 Victor StinnerIssue #20113: Fix test_posix on OpenIndiana
2014-01-08 Victor StinnerIssue #20113: os.readv() and os.writev() now raise...
2014-01-08 Gregory P.... Fixes Issue #19081: When a zipimport .zip file in sys...
2014-01-07 Serhiy StorchakaIssue #20072: Fixed multiple errors in tkinter with...
2014-01-04 Stefan KrahWhitespace.
2014-01-04 Martin v. LöwisRegenerate python34stub.def.
2014-01-04 Martin v. LöwisIssue #17432: Drop UCS2 from names of Unicode functions...
2014-01-02 Benjamin Petersoncorrect word for __annotations__ doc (closes #20110)
2014-01-02 R David Murray#17282: Document unittest.main defaultTest argument.
2014-01-02 Benjamin Petersonavoid parameter name clash (closes #20108)
2014-01-02 Benjamin Petersonremove brackets
2014-01-02 Zachary WareIssue #20101: Allow test_monotonic to pass on Windows...
2014-01-02 Victor StinnerIssue #18829: Add tests for the csv module for invalid...
2014-01-02 Victor Stinnerparser: fix usage of Py_BuildValue() to build a parser...
2014-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2014-01-01 Benjamin Petersonupdate copyright year
2014-01-01 Antoine PitrouIssue #20055: Fix test_shutil under Windows with symlin...
2013-12-31 R David MurrayClarify the wording of a news entry.
2013-12-31 Zachary Warestr subclasses may have non-empty __slots__, bytes...
2013-12-29 Senthil KumaranBackporing the fix from Issue #12692
2013-12-28 Antoine PitrouIssue #19422: Explicitly disallow non-SOCK_STREAM socke...
2013-12-27 R David Murray#18116: backport fix to 3.3 since real-world failure...
2013-12-26 Serhiy StorchakaIssue #20027: Fixed locale aliases for devanagari locales.
2013-12-26 Serhiy StorchakaIssue #20067: Tkinter variables now work when wantobjec...
2013-12-26 Zachary WareIssue #19938: Re-enabled test_bug_1333982 in test_dis...
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 StorchakaIssue #20033: makelocalealias.py now works with non...
2013-12-23 Serhiy StorchakaRemoved spaces before commas and periods.
2013-12-23 Benjamin Petersonupdate Barry's email (#19563)
2013-12-22 Antoine PitrouFix bootstrap issue by importing the cgi module lazily
2013-12-22 Antoine PitrouFix TypeError on "setup.py upload --show-response".
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-22 Antoine PitrouIssue #12226: HTTPS is now used by default when connect...
2013-12-21 Antoine PitrouFix urllib.request.build_opener mocking in test_distuti...
2013-12-21 Antoine PitrouIssue #20045: Fix "setup.py register --list-classifiers".
2013-12-21 Antoine PitrouFix DeprecationWarnings in test suite
2013-12-21 Antoine PitrouIssue #18879: When a method is looked up on a temporary...
2013-12-20 Zachary WareUpdate test.outstanding_bugs.py
2013-12-20 Serhiy StorchakaIssue #20034: Updated alias mapping to most recent...
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 #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_byte...
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 Antoine PitrouRevert misled test change in f189da5bda26.
2013-12-17 Serhiy StorchakaIssue #20007: HTTPResponse.read(0) no more prematurely...
2013-12-17 Serhiy StorchakaIssue #16404: Add checks for return value of PyLong_Fro...
2013-12-17 Serhiy StorchakaFixed leak in sys.flags initialization.
2013-12-16 Victor StinnerClose #19999: tolerate coarse time when testing time...
2013-12-16 Christian HeimesIssue #19919: Fix flacky SSL test. connect_ex() sometim...
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-16 Charles-François... Merge.
2013-12-16 Serhiy StorchakaIssue #19911: ntpath.splitdrive() now correctly process...
2013-12-16 Christian HeimesIssue #17919: add missing import of USHRT_MAX
2013-12-16 Charles-François... Merge.
2013-12-16 R David Murray#19532: make compileall with no file/dir args respect...
2013-12-15 Stefan KrahIssue #19986: Avoid an incorrect warning of older gcc...
2013-12-15 Charles-François... Merge.
2013-12-15 Charles-François... Issue #19965: Make sure that Python-ast.h is properly...
2013-12-14 Serhiy StorchakaIssue #17576: Removed deprecation warnings added in...
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 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...
next