]> granicus.if.org Git - python/shortlog
python
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...
2013-12-03 Victor StinnerFix typo in asyncio.AbstractServer documentation
2013-12-03 Victor Stinnerasyncio doc: add one more example of coroutines
2013-12-03 Antoine PitrouIssue #19877: fix regression in test_pathlib when Windo...
2013-12-03 Victor Stinnerayncio: replace the disclamer with a seealso section
2013-12-03 Victor Stinnerasyncio doc: simplify ping example, remove the useless...
2013-12-03 Stefan KrahNull merge.
2013-12-03 Stefan KrahMake a couple of parameters constant.
2013-12-03 Stefan KrahMake a couple of parameters constant.
2013-12-03 Stefan KrahIssue #9709: Stop adding PyInit_" + module_name' to...
2013-12-03 Vinay SajipAdded some diagnostics to help with #19690.
2013-12-03 Vinay SajipCloses #19665: Merged fi from 3.3.
2013-12-03 Vinay SajipIssue #19665: Increased timeout for SMTPHandler test.
2013-12-03 Antoine PitrouAdd a test for complex symlinks.
2013-12-03 Antoine PitrouIssue #19800: make the pickle framing tests more precise.
2013-12-03 Antoine PitrouIssue #19872: remove unused imports in pathlib. Patch...
2013-12-03 Guido van Rossumasyncio: Improve default writelines().
2013-12-03 Victor Stinnerasyncio doc: fix definition of stop() method
2013-12-03 Victor Stinnerasyncio doc: reorder methods; typo
2013-12-03 Victor Stinnerasyncio io: group transports and protocols in a new...
2013-12-03 Victor Stinnerasyncio doc: write a complete TCP echo example, client...
2013-12-03 Victor Stinnerasyncio doc: move coroutine example to the Task page
2013-12-03 Victor StinnerSplit asyncio documentation into subfiles
2013-12-02 Victor Stinnerasyncio doc: change level of titles
2013-12-02 Victor Stinnerasyncio doc: reorder sections
2013-12-02 Victor Stinnerasyncio: document wait() function
2013-12-02 Victor Stinnerasyncio doc
2013-12-02 Antoine PitrouIssue #19852: move Path._raw_open() around, as it is...
2013-12-02 Christian Heimesadd check_hostname arg to ssl._create_stdlib_context()
2013-12-02 Christian HeimesIssue #19785: smtplib now supports SSLContext.check_hos...
2013-12-02 Christian HeimesIssue #19783: nntplib now supports SSLContext.check_hos...
2013-12-02 Christian HeimesIssue #19784: poplib now supports SSLContext.check_host...
2013-12-02 Christian Heimesmerge
2013-12-02 Christian HeimesIssue #19782: imaplib now supports SSLContext.check_hos...
2013-12-02 Serhiy StorchakaFixed formatting (was parsed as description list).
2013-12-02 Serhiy StorchakaFixed regex match representation in an example.
2013-12-02 Victor Stinnerasyncio: sort some methods
2013-12-02 Victor Stinnerasyncio doc: group transport method by classes
2013-12-02 Victor Stinnerasyncio: more documentation
2013-12-02 Victor Stinnerasyncio: document network functions, and stream reader...
2013-12-02 Walter DoerwaldAdd NEWS entry for issue #19834: merge with 3.3.
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 Eli BenderskyIssue #19814: Clarify argparse's docs w.r.t prefix...
next