]> granicus.if.org Git - python/shortlog
python
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...
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...
next