]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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  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  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
2013-12-04  Guido van Rossumasyncio: Write flow control for proactor event loop.
2013-12-04  Antoine PitrouTweak the socket module doc layout
2013-12-04  Antoine PitrouIssue #19882: tweak docs for socket.close()
2013-12-04  Guido van RossumFix broken docstring continuation line for detach().
2013-12-04  Christian HeimesIssue #19509: Don't close the socket in do_handshake...
2013-12-04  Victor Stinnerasyncio doc: add some notes on the ping example
2013-12-04  Christian Heimessilence unused-value warnings in libffi's dlmalloc.c
2013-12-04  Christian HeimesSilence more PyObject_INIT() unused value warnings.
2013-12-04  Christian Heimesmake char* const
2013-12-04  Christian HeimesSilence expression result unused warnings with clang.
2013-12-04  Christian Heimesncurses' winch and mvwinch return an unsigned long
2013-12-04  Christian Heimesncurses' winch and mvwinch return an unsigned long
2013-12-04  Christian Heimesupcast int to size_t to silence two autological-constan...
2013-12-04  Tim PetersNull merge from 3.3 branch.
2013-12-04  Tim PetersIssue #19138: doctest's IGNORE_EXCEPTION_DETAIL now...
2013-12-04  Tim PetersIssue #19138: doctest's IGNORE_EXCEPTION_DETAIL now...
2013-12-04  Victor StinnerClose #19741: tracemalloc_realloc() does not release...
2013-12-04  Victor StinnerClose #19757: Cleanup tracemalloc, move
2013-12-03  Victor StinnerClose #19827: On UNIX, setblocking() and settimeout...
2013-12-03  Victor Stinnerasyncio doc: oh, asyncio module has its own Future...
next