]> granicus.if.org Git - python/shortlog
python
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...
2013-12-09 Victor StinnerClose #19880: Fix a reference leak in unittest.TestCase...
2013-12-09 Victor StinnerFix #19830: Fix a ResourceWarning in test_poplib.
2013-12-08 Victor Stinner(Merge 3.3) Issue #17429: Oops, remove unused import
2013-12-08 Victor StinnerIssue #17429: Oops, remove unused import
2013-12-08 Victor StinnerIssue #17429: some PEP 8 compliance fixes for the platf...
2013-12-08 Victor Stinner(Merge 3.3) Issue #17429: platform.linux_distribution...
2013-12-08 Victor StinnerIssue #17429: platform.linux_distribution() now decodes...
2013-12-08 Stefan KrahAdd libmpdec license.
2013-12-08 Stefan KrahFix two typos.
2013-12-08 Stefan KrahMissed one copyright.
2013-12-08 Gregory P.... Fixes issue #19929: Call os.read with 32768 within...
2013-12-08 Gregory P.... Fixes issue #19929: Call os.read with 32768 within...
2013-12-08 Stefan KrahUpdate copyright. The four year increment is intentiona...
2013-12-08 Nadeem VawdaCloses #18430: Document that peek() may change the...
2013-12-08 Nadeem Vawda#18430: Document that peek() may change the position...
2013-12-08 Serhiy StorchakaIssue #19535: Fixed test_docxmlrpc, test_functools...
2013-12-08 Serhiy StorchakaIssue #19535: Fixed test_docxmlrpc when python is run...
2013-12-08 doko@ubuntu.com- Issue #19736: Add module-level statvfs constants...
2013-12-08 Christian HeimesAttempt to fix OpenIndiana build issue introduced by...
2013-12-08 Christian HeimesIssue #19343: Expose FreeBSD-specific APIs in resource...
2013-12-08 Charles-François... Fix test_selectors failure introduced by 39e7995f9ad1.
2013-12-08 Gregory P.... Remove mentions of Python 2.x and being externally...
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 WareIssue #19926: Removed unneeded test_main from test_abst...
2013-12-08 Zachary WareIssue 19572: More silently skipped tests explicitly...
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-08 Gregory P.... Fixes issue #19506: Use a memoryview to avoid a data...
2013-12-08 Eric SnowIssue #19758: silence PendingDeprecationWarnings in...
2013-12-08 Guido van RossumNews item for issue 19876.
2013-12-07 Guido van RossumSilently ignore unregistering closed files. Fixes issue...
2013-12-07 Christian HeimesIssue #19922: define _INCLUDE__STDC_A1_SOURCE in HP...
2013-12-07 Charles-François... Merge.
2013-12-07 Charles-François... Issue #19857: Make sure that test_imaplib reaps server...
2013-12-07 Charles-François... Merge.
2013-12-07 Charles-François... Issue #19857: Make sure that test_imaplib reaps server...
2013-12-07 Charles-François... Issue #19857: Make sure that test_imaplib reaps server...
2013-12-07 Christian HeimesSolaris needs a readable file for shared lock
2013-12-07 Victor StinnerRemove a duplicated import
2013-12-07 Alexandre VassalottiIssue #6784: Strings from Python 2 can now be unpickled...
2013-12-07 Guido van RossumFix indentation of switch cases.
2013-12-07 Benjamin Petersonmerge 3.3 (#19910)
2013-12-07 Benjamin Petersondocument that compile() can take bytes (closes #19910)
2013-12-07 Antoine PitrouMention pickle protocol 4, and some tweaks.
2013-12-06 Antoine PitrouIssue #19900: improve generalities at the start of...
2013-12-06 Antoine PitrouIssue #19900: improve generalities at the start of...
2013-12-06 Christian Heimescopy 'n paste typo (thx Antoine)
2013-12-06 Christian HeimesSkip new SSL tests with IocpEventLoop
2013-12-06 Christian HeimesLoad expat_config.h and therefore pyconfig.h before...
2013-12-06 Guido van Rossumasyncio: Add Task.current_task() class method.
2013-12-06 Brett CannonIssue #19712: Update test.test_importlib.source for...
2013-12-06 Brett CannonIssue #19712: Update test.test_importlib.import_ to...
2013-12-06 Serhiy StorchakaTest same drive in different cases (issue #19908).
2013-12-06 Serhiy StorchakaIssue #19908: pathlib now joins relative Windows paths...
2013-12-06 Vinay SajipMerged minor documentation update from 3.3.
2013-12-06 Vinay SajipAdded minor clarification in logging HOWTO.
2013-12-06 Alexandre VassalottiIssue #19881: Fix bad pickling of large bytes in cpickle.
2013-12-06 Christian Heimesfix cert names for asyncio test
2013-12-05 Christian HeimesIssue #19509: Finish implementation of check_hostname
2013-12-05 Christian HeimesIssue #19296: Silence compiler warning in dbm_open.
2013-12-05 Antoine PitrouIssue #18840: Introduce the json module in the tutorial...
2013-12-05 Antoine PitrouIssue #18840: Introduce the json module in the tutorial...
2013-12-05 Charles-François... Issue #19850: asyncio: Set SA_RESTART when registering...
2013-12-05 Christian HeimesAdd simple test for fcntl.flock()
2013-12-05 Christian HeimesTest syslog.openlog() without args to test syslog_get_a...
2013-12-05 Christian Heimesnormalize white space
2013-12-05 Christian HeimesIssue 19509: Don't call match_hostname() twice in http...
2013-12-05 Christian HeimesAdd a script similar to xmltests.py to run all SSL...
2013-12-05 Christian HeimesTest SSLSock's context getter and setter
2013-12-05 Christian Heimestouch _lsprof's clear() method for C code coverage
2013-12-05 Christian Heimesexclude _hashopenssl.c:_setException() from LCOV coverage
2013-12-04 Nadeem VawdaCloses #19839: Fix regression in bz2 module's handling...
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 PitrouMerge socket doc changes from 3.3
next