]> granicus.if.org Git - python/shortlog
python
2014-02-21 Yury Selivanovasyncio.docs: Document subprocess_exec and subprocess_s...
2014-02-20 Victor StinnerWindows buildbot: use --timeout feature in Tools/buildb...
2014-02-20 Zachary WareIssue #20221: Removed conflicting (or circular) hypot...
2014-02-20 Zachary WareIssue #20221: Removed conflicting (or circular) hypot...
2014-02-20 Yury Selivanovasyncio.docs: Improve wordings; add a note to the Corou...
2014-02-20 Victor Stinnerasyncio: _check_resolved_address() must also accept...
2014-02-20 Yury Selivanovasyncio.docs: Improve documentation of Streams. Issue...
2014-02-20 Yury SelivanovMisc/NEWS: Add some missing news items re asyncio.
2014-02-20 Victor Stinnerasyncio: ops, and now fix also the unit test for IPv6...
2014-02-20 Victor Stinnerasyncio: Fix _check_resolved_address() for IPv6 address
2014-02-20 Victor Stinnerasyncio: remove unused imports and unused variables...
2014-02-20 Victor Stinnerasyncio: Fix _ProactorWritePipeTransport._pipe_closed()
2014-02-20 Victor Stinnerasyncio.subprocess: Fix a race condition in communicate()
2014-02-20 Benjamin Petersonmerge 3.3 (#20695)
2014-02-20 Benjamin Petersonmerge 3.2 (#20695)
2014-02-20 Benjamin Petersonbump Python-ast.c
2014-02-20 Benjamin Petersonupdate logo url (#20695)
2014-02-20 Benjamin Petersonopen retrieved file in binary mode, since it's now...
2014-02-20 Yury Selivanovasyncio.docs: Document Error Handling API and asyncio...
2014-02-20 Victor Stinnerasyncio doc: remove reference to _DEBUG (now replaced...
2014-02-19 Benjamin Petersonupdate magic number for #20625
2014-02-19 Victor Stinnerasyncio, Tulip issue #136: Add get/set_debug() methods...
2014-02-19 Yury Selivanovmerge heads
2014-02-19 Yury Selivanovinspect: Fix getfullargspec() to not to follow __wrappe...
2014-02-19 Serhiy StorchakaIssue #20654: Fixed pydoc for enums with zero value...
2014-02-19 Victor StinnerIssue #20682: Oops, fix test_create_connection() of...
2014-02-19 Victor StinnerClose #20682: Fix UNIX sockets tests of test_asyncio...
2014-02-19 Serhiy StorchakaNull merge
2014-02-19 Serhiy StorchakaMerge heads
2014-02-19 Serhiy StorchakaMerge heads
2014-02-19 Serhiy StorchakaIssue #20672: Fixed tests for TarFile.list() on non...
2014-02-19 Zachary WareIssue #20510: Merge with 3.3
2014-02-19 Zachary WareIssue #20510: Confirm that the code attribute of the...
2014-02-19 Serhiy StorchakaIssue #20672: Fixed tests for TarFile.list() on non...
2014-02-19 Serhiy StorchakaFixed grid_columnconfigure() and grid_rowconfigure...
2014-02-19 Serhiy StorchakaFixed grid_columnconfigure() and grid_rowconfigure...
2014-02-19 Yury Selivanovasyncio: WriteTransport.set_write_buffer_size to call...
2014-02-19 Victor Stinnerasyncio: document new create_unix_connection() and...
2014-02-19 Yury Selivanovasyncio: pep8-ify the code.
2014-02-19 Yury Selivanovasyncio: Fix spelling and typos.
2014-02-19 Victor StinnerIssue #20682: test_asyncio, _basetest_create_connection...
2014-02-19 Victor Stinnerasyncio, Tulip issue 143: UNIX domain methods, fix...
2014-02-19 Victor Stinnerasyncio, Tulip issue 139: Improve error messages on...
2014-02-18 Yury Selivanovasyncio.transports: Make _ProactorBasePipeTransport...
2014-02-18 Yury Selivanovasyncio: New error handling API. Issue #20681.
2014-02-18 Victor StinnerIssue #20625: Fix compilation issue
2014-02-18 Victor Stinner(Merge 3.3) Issue #19612: On Windows, subprocess.Popen...
2014-02-18 Victor StinnerIssue #19612: On Windows, subprocess.Popen.communicate...
2014-02-18 Ethan FurmanClose issue20653: allow Enum subclasses to override...
2014-02-18 Guido van Rossumasyncio: Make tests pass on Windows.
2014-02-18 Yury SelivanovMangle __parameters in __annotations__ dict properly...
2014-02-18 Zachary WareIssue #20609: Merge with 3.3.
2014-02-18 Zachary WareIssue #20609: Fix building 64-bit binaries on 32-bit...
2014-02-18 Yury SelivanovMisc/NEWS: Add a news item for UNIX Sockets support...
2014-02-18 Yury Selivanovasyncio: Add support for UNIX Domain Sockets.
2014-02-18 Zachary WareIssue #20510: Merge with 3.3.
2014-02-18 Zachary WareIssue #20510: Rewrote test_exit in test_sys to match...
2014-02-18 Victor StinnerIssue #20493: Document that asyncio should not exceed...
2014-02-18 Victor StinnerIssue #20656: Restore explicit downcast in select_select().
2014-02-18 Victor StinnerClose #20649: Fix typo in asyncio doc. Patch written...
2014-02-18 Victor StinnerIssue #20564: Skip tests on lock+signals on OpenBSD
2014-02-18 Victor StinnerIssue #20667: KqueueEventLoopTests.test_read_pty_output...
2014-02-18 Terry Jan ReedyMerge with 3.3
2014-02-18 Terry Jan ReedyIssue #8478: Untokenizer.compat now processes first...
2014-02-18 Victor StinnerClose #20656: Fix select.select() on OpenBSD 64-bit
2014-02-18 Victor StinnerIssue #20667: test_asyncio: Skip KqueueEventLoopTests...
2014-02-17 Victor StinnerIssue #20655: Fix test_asyncio, run also subprocess...
2014-02-17 Terry Jan ReedyMerge with 3.3
2014-02-17 Terry Jan Reedywhitespace
2014-02-17 Terry Jan ReedyUntokenize, bad assert: Merge with 3.3
2014-02-17 Terry Jan ReedyUntokenize: An logically incorrect assert tested user...
2014-02-17 Victor StinnerClose #20652: asyncio doc: close the event loop in...
2014-02-16 Victor StinnerIssue #20320: select.select() and select.kqueue.control...
2014-02-16 Victor StinnerIssue #20616: Add a format() method to tracemalloc...
2014-02-16 Benjamin Petersonmerge 3.3
2014-02-16 Benjamin Petersonbackout fafac90b69c4
2014-02-16 Benjamin Petersonmerge backout for #20621
2014-02-16 Benjamin Petersonbackout 2807a5f011e4 for causing #20621
2014-02-16 Benjamin Petersonbackout d28242a636c7 so I can backout 2807a5f011e4
2014-02-16 Benjamin Petersonlook up __getnewargs__ and __getnewargs_ex__ on the...
2014-02-16 Benjamin Petersonmerge 3.3
2014-02-16 Benjamin Petersondo not line break reference
2014-02-16 Andrew KuchlingMerge from 3.3
2014-02-16 Andrew Kuchling#12211: remove paragraph about NaNs
2014-02-16 Andrew KuchlingMerge from 3.3
2014-02-16 Andrew Kuchling#12211: clarify math.copysign() documentation and docstring
2014-02-16 Georg BrandlDoc: do not rely on checked-out Sphinx toolchain from...
2014-02-15 Andrew KuchlingMerge from 3.3
2014-02-15 Andrew Kuchling#20241: use correct RFC number
2014-02-15 Andrew Kuchling#16728: Mention collections.abc.Sequence in 'sequence...
2014-02-15 Andrew KuchlingMerge from 3.3
2014-02-15 Andrew KuchlingClarify versionchanged sentence. Closes #20497.
2014-02-15 Benjamin Petersonmerge 3.3
2014-02-15 Andrew Kuchling#20237: make a revision pass over the XML vulnerabiliti...
2014-02-15 Benjamin Petersonmerge 3.3 (#20080)
2014-02-15 Benjamin Petersonadd missing test assertion (closes #20080)
2014-02-15 Benjamin Petersonmerge 3.3 (#20507)
2014-02-15 Benjamin Petersongive non-iterable TypeError a message (closes #20507)
2014-02-15 Ezio Melotti#19890: merge with 3.3.
2014-02-15 Ezio Melotti#19890: fix typo in multiprocessing docs. Patch by...
next