]> granicus.if.org Git - python/shortlog
python
2013-12-16 Victor StinnerIssue #18283: shutil.which() now supports bytes argumen...
2013-12-16 Victor Stinner(Merge 3.3) Close #19999: tolerate coarse time when...
2013-12-16 Victor StinnerClose #19999: tolerate coarse time when testing time...
2013-12-16 Christian Heimesmerge
2013-12-16 Christian HeimesIssue #19919: Fix flacky SSL test. connect_ex() sometim...
2013-12-16 Christian HeimesIssue #19919: Fix flacky SSL test. connect_ex() sometim...
2013-12-16 Antoine PitrouMention specific exceptions instead of OSError where...
2013-12-16 Antoine PitrouIssue #19921: When Path.mkdir() is called with parents...
2013-12-16 Antoine PitrouIssue #19887: Improve the Path.resolve() algorithm...
2013-12-16 Zachary WareIssue #19987: Merge with 3.3
2013-12-16 Zachary WareIssue #19987: Re-write test_alias_fallback in test_wins...
2013-12-16 Christian HeimesIssue #19987: disable test_winsound's test_alias_fallba...
2013-12-16 Christian Heimesmerge
2013-12-16 Christian HeimesIssue #18215: Add script Tools/ssl/test_multiple_versio...
2013-12-16 Serhiy StorchakaNull merge
2013-12-16 Serhiy StorchakaMerge heads
2013-12-16 Serhiy StorchakaMerge heads
2013-12-16 Serhiy StorchakaIssue #19912: Fixed numerous bugs in ntpath.splitunc().
2013-12-16 Serhiy StorchakaIssue #19912: Fixed numerous bugs in ntpath.splitunc().
2013-12-16 Charles-François... Mere.
2013-12-16 Charles-François... Merge.
2013-12-16 Charles-François... Merge.
2013-12-16 Charles-François... Merge.
2013-12-16 Serhiy StorchakaIssue #19911: ntpath.splitdrive() now correctly process...
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 Christian HeimesIssue #17919: add missing import of USHRT_MAX
2013-12-16 Charles-François... Merge.
2013-12-16 Charles-François... Merge.
2013-12-16 R David MurrayMerge: #19532: make compileall with no file/dir args...
2013-12-16 R David Murray#19532: make compileall with no file/dir args respect...
2013-12-15 Christian Heimestest_ssl: skip tests when SNI is not available
2013-12-15 Christian Heimestest_poplib: skip stls_context test when SNI is not...
2013-12-15 Stefan KrahMerge.
2013-12-15 Raymond HettingerMinor code clean-up. Keep the C-API all in one section.
2013-12-15 Stefan KrahMerge from 3.3.
2013-12-15 Stefan KrahIssue #19986: Avoid an incorrect warning of older gcc...
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 Charles-François... Issue #19965: Make sure that Python-ast.h is properly...
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-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).
next