]> granicus.if.org Git - python/shortlog
python
2013-12-15 Christian Heimesfixed test_ftplib
2013-12-15 Christian Heimestest_imaplib: skip check_hostname test when SNI is...
2013-12-15 Christian Heimestest_ftplib: skip check_hostname test when SNI is not...
2013-12-15 Christian HeimesSkip some tests that require server name indication...
2013-12-15 Christian HeimesImport USHRT_MAX to fix failing test_devpool test
2013-12-15 Nick CoghlanIssue #19700: set __spec__ appropriately in runpy
2013-12-14 Serhiy StorchakaNull merge
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 #19623: Fixed writing to unseekable files in...
2013-12-14 Serhiy StorchakaIssue #17919: Fixed integer overflow in the eventmask...
2013-12-14 Serhiy StorchakaIssue #17919: Fixed integer overflow in the eventmask...
2013-12-14 R David Murray#19970: fix additional typo in 3.4 asyncio docs.
2013-12-14 Stefan KrahIssue #19972: Add rarely used freefunc. This fixes...
2013-12-14 Stefan KrahMerge from 3.3.
2013-12-14 Stefan KrahFix C++ header usage. This __STDC_LIMIT_MACROS scheme...
2013-12-14 Ezio Melotti#19981: merge with 3.3.
2013-12-14 Ezio Melotti#19981: fix typo in email.mailbox docs. Patch by Claud...
2013-12-14 R David MurrayMerge: #19970: Fix some comment typos.
2013-12-14 R David Murray#19970: Fix some comment typos.
2013-12-13 R David Murray#19975: remove unused imports from webbrowser module.
2013-12-13 Brett CannonIssue #19704: Port test.test_threaded_import to PEP 451
2013-12-13 Brett Cannonmerge for issue #19963
2013-12-13 Brett CannonIssue #19963: Document that importlib.import_module...
2013-12-13 R David MurrayMerge: #18036: update .pyc FAQ entry in light of PEP...
2013-12-13 R David Murray#18036: update .pyc FAQ entry in light of PEP 3147.
2013-12-13 Brett CannonIssue #19946: Raise ImportError when the main module...
2013-12-13 Victor StinnerIssue #14432: Document the removal of the PyFrameObject...
2013-12-13 Victor Stinnerasyncio doc: explain where does the task come from.
2013-12-13 Victor Stinnerasyncio doc: change style of the sequence diagram to...
2013-12-13 Victor Stinner(Merge 3.3) Issue #19969: PyBytes_FromFormatV() now...
2013-12-13 Victor StinnerIssue #19969: PyBytes_FromFormatV() now raises an Overf...
2013-12-13 Victor StinnerIssue #19787: PyThread_set_key_value() now always set...
2013-12-13 Serhiy StorchakaIssue #17919: select.poll.poll() again works with poll...
2013-12-13 Serhiy StorchakaIssue #17919: select.poll.poll() again works with poll...
2013-12-13 Victor Stinnerasyncio: remove references to the Tulip project, rename...
2013-12-13 Victor StinnerBackout changeset 46393019b650
2013-12-13 R David Murray#19957: Simplify encode_7or8bit now that _payload is...
2013-12-13 Victor StinnerClose #19787: PyThread_set_key_value() now always set...
2013-12-13 Victor StinnerIssue #19952: test_asyncio: relax timings of Windows...
2013-12-13 Victor Stinner(Merge 3.3) Issue #14432: Fix compilation when thread...
2013-12-13 Victor StinnerIssue #14432: Fix compilation when thread support is...
2013-12-13 Victor StinnerIssue #14432: Null merge 3.3, Python 3.4 has a differen...
2013-12-13 Victor StinnerIssue #14432: Generator now clears the borrowed referen...
2013-12-13 Victor StinnerIssue #14432: Remove the thread state field from the...
2013-12-13 Victor StinnerClose #19576: PyGILState_Ensure() now initializes threa...
2013-12-12 Victor StinnerIssue #19751: Fix hash_info test of test_sys on SPARC...
2013-12-12 Victor StinnerIssue #19751: Fix typo in configuration option
2013-12-12 Stefan KrahMerge from 3.3.
2013-12-12 Stefan KrahDo not discard const qualifier without a reason.
2013-12-12 Zachary WareMerge fix from 3.3
2013-12-12 Zachary WareAvoid UnicodeEncodeError by only printing ASCII.
2013-12-12 Victor StinnerAdd a sequence diagram for the chained coroutines example
2013-12-11 Zachary WareProperly filter some recent additions in the Windows...
2013-12-11 Zachary WareNull merge with 3.3.
2013-12-11 Zachary WareFilter namespaceobject's files properly in the pythonco...
2013-12-11 Zachary WareIssue #19828: Merge with 3.3
2013-12-11 Zachary WareIssue #19828: Fixed test_site when the whole suite...
2013-12-11 R David Murray#19063: fix set_payload handling of non-ASCII string...
2013-12-11 R David MurrayNull merge for #19063 (3.4 fix is different).
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 Serhiy StorchakaIssue #17576: Deprecation warning emitted now when...
2013-12-11 Eric SnowIssue #18864: Add a setter for ModuleSpec.has_location.
2013-12-11 Gregory P.... null merge (3.4 doesn't need this fix)
2013-12-11 Gregory P.... Fixes Issue #17200: telnetlib's read_until and expect...
2013-12-11 Ned DeilyIssue #18270: merge from 3.3
2013-12-11 Ned DeilyIssue #18270: Prevent possible IDLE AttributeError...
2013-12-10 Zachary WareIssue #19928: Fix test on Windows
2013-12-10 Zachary WareIssue #19928: Fix test on Windows
2013-12-10 Ezio Melotti#19943: merge with 3.3.
2013-12-10 Ezio Melotti#19943: fix typo noticed by Jakub Wilk.
2013-12-10 Serhiy StorchakaRemove commented out debugging code (remnants of issue...
2013-12-10 Nick CoghlanIssue #19407: merge PPUG notes from 3.3
2013-12-10 Nick CoghlanIssue #19407: add Python Packaging User Guide notes
2013-12-10 Victor Stinnerasyncio doc: simplify task example
2013-12-10 Victor Stinnerasyncio doc: don't document Task.cancel(), already...
2013-12-10 Victor Stinnerasyncio: document Task.current_task()
2013-12-10 Serhiy StorchakaIssue #19928: Implemented a test for repr() of cell...
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 Serhiy StorchakaIssue #19481: print() of string subclass instance in...
2013-12-10 Eric SnowRemove commented-out module spec test code and an out...
2013-12-10 Eric SnowIssue 19851: Fix a regression in reloading submodules.
2013-12-10 Victor Stinnerasyncio: don't document private functions
2013-12-10 Victor Stinnerasyncio: fix 2nd task example
2013-12-10 Victor Stinnerasyncio doc: rewrite the callback hello world to use...
2013-12-10 Victor Stinnerassyncio doc: rewrite, improve and move coroutine,...
2013-12-10 Victor Stinner(Merge 3.3) Issue #19932: Fix typo in import.h, missing...
2013-12-10 Victor StinnerIssue #19932: Fix typo in import.h, missing whitespaces...
2013-12-09 Stefan KrahFix typo.
2013-12-09 Stefan KrahFix whitespace.
2013-12-09 Stefan KrahMerge 3.3.
2013-12-09 Serhiy StorchakaIssue #15475: Add __sizeof__ implementations for iterto...
2013-12-09 Victor Stinnerasyncio doc: explain why the loop is running twice
2013-12-09 Victor Stinnerasyncio: another Future example using add_done_callback()
2013-12-09 Victor Stinnerasyncio doc: add an example with Future
2013-12-09 Victor StinnerIssue #19817: Fix print_exception(), clear the exceptio...
2013-12-09 Victor StinnerBacked out changeset c4c1c4bc8086
2013-12-09 Victor StinnerIssue #19876: Run also test_selectors.test_unregister_a...
next