]> granicus.if.org Git - python/shortlog
python
2014-02-22 Martin v. LöwisIssue #20641: Run custom actions with the NoImpersonate...
2014-02-22 Eric SnowIssue #20484: Disable the 2 remaining "modules" tests...
2014-02-22 R David Murraywhatsnew: importlib deprecations.
2014-02-21 Yury Selivanovinspect.signature: Check for function-like objects...
2014-02-21 Donald StufftUpgrade pip from 1.5.3 to 1.5.4
2014-02-21 Larry HastingsIssue #20710: The pydoc summary line no longer displays...
2014-02-21 Yury Selivanovinspect: Fix getfullargspec to support builtin module...
2014-02-21 Donald StufftUpgrade pip from 1.5.2 to 1.5.3
2014-02-21 Yury Selivanovasyncio.docs: Document subprocess_exec and subprocess_s...
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 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 Selivanovinspect: Fix getfullargspec() to not to follow __wrappe...
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 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 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 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 Victor StinnerIssue #20493: Document that asyncio should not exceed...
2014-02-18 Victor StinnerClose #20649: Fix typo in asyncio doc. Patch written...
2014-02-18 Victor StinnerIssue #20667: KqueueEventLoopTests.test_read_pty_output...
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 Victor StinnerClose #20652: asyncio doc: close the event loop in...
2014-02-16 Victor StinnerIssue #20616: Add a format() method to tracemalloc...
2014-02-16 Benjamin Petersonmerge backout for #20621
2014-02-16 Benjamin Petersonlook up __getnewargs__ and __getnewargs_ex__ on the...
2014-02-14 Nick CoghlanIssue #19744: Handle missing SSL/TLS in ensurepip
2014-02-14 Benjamin Petersonset line and column numbers for keyword-only arg nodes...
2014-02-13 Victor StinnerIssue #20526, #19466: Revert changes of issue #19466...
2014-02-13 Victor StinnerFix test_asyncio/test_events.py: skip IPv6 if IPv6...
2014-02-13 Victor Stinnerayncio, Tulip issue 129: BaseEventLoop.sock_connect...
2014-02-13 Guido van Rossumasyncio: Change as_completed() to use a Queue, to avoid...
2014-02-12 Yury Selivanovasyncio.events: Use __slots__ in Handle and TimerHandle
2014-02-11 Victor StinnerIssue #20495: Skip test_read_pty_output() of test_async...
2014-02-11 Victor StinnerIssue #20505: Remove debug code
2014-02-11 Benjamin Petersonmerge 3.3 (#20594)
2014-02-11 Victor Stinnerasyncio, Tulip issue 131: as_completed() and wait(...
2014-02-11 Victor Stinnerasyncio, Tulip issue 130: Add more checks on subprocess...
2014-02-11 Victor Stinnerasyncio, Tulip issue 126: call_soon(), call_soon_thread...
2014-02-11 Victor StinnerIssue #20505: use also the monotonic time to decide...
2014-02-11 Victor StinnerIssue #20505: Oops, only print debug info if selector...
2014-02-11 Victor StinnerIssue #20505: Improve debug info in asyncio event loop
2014-02-11 Victor StinnerIssue #20505: Fix TestLoop, set the clock resolution
2014-02-10 Victor StinnerIssue #20505: BaseEventLoop uses again the resolution...
2014-02-10 Georg Brandlmerge with 3.3
2014-02-10 Victor StinnerIssue #20505: Use even shorter sleep in test_timeout_ro...
2014-02-21 Larry HastingsCreated release branch for 3.4.
2014-02-11 Larry HastingsPython 3.4.0rc1: Post-release updates.
2014-02-10 Larry HastingsAdded tag v3.4.0rc1 for changeset 5e088cea8660
2014-02-10 Larry HastingsPython 3.4.0rc1: Version bump. v3.4.0rc1
2014-02-10 Larry HastingsAdd PyType_GetSlot to python3 def file. Patch courtesy...
2014-02-10 Larry HastingsPython 3.4.0rc1 release: Updated pydoc topics, fixed...
2014-02-10 Larry HastingsIssue #20517: Removed unnecessary new (short-lived...
2014-02-10 Victor StinnerIssue #20505: Add debug info to analyze sporaric failur...
2014-02-10 Larry HastingsIssue #20530: The signatures for slot builtins have...
2014-02-10 Larry HastingsIssue #20517: Functions in the os module that accept...
2014-02-09 Victor Stinnerasyncio: Tulip issue 112: Inline make_handle() into...
2014-02-09 Eli BenderskyMore complete documentation of event loops and policies.
2014-02-09 Eli BenderskyVarious formatting & grammar fixes in asyncio* docs.
2014-02-09 Eli BenderskyFix typo in library/ipc.rst
2014-02-09 Victor StinnerIssue #20571: skip test_readline() of test_codecs for...
2014-02-09 Serhiy StorchakaIssue #20437: Fixed 22 potential bugs when deleting...
2014-02-09 Serhiy StorchakaIssue #20437: Fixed 21 potential bugs when deleting...
2014-02-09 Larry HastingsIssue #20530: Argument Clinic's signature format has...
2014-02-09 Guido van Rossumasyncio: Remove more relics of resolution/granularity.
2014-02-09 Nick CoghlanIssue #20500: clarify that invocation may be indirect
2014-02-09 Nick CoghlanIssue #20500: Note other public APIs with the new assertion
2014-02-09 Victor Stinnerasyncio: Remove Process.subprocess attribute; it's...
2014-02-09 Guido van Rossumasyncio: Test fix.
2014-02-09 Nick CoghlanNote the new debug assertion in PyObject_Str
2014-02-09 Nick CoghlanClose #20500: Don't trigger PyObject_Str assertion...
2014-02-09 Brian Curtinmerge
2014-02-09 Brian CurtinSpelling corrections. Submitted to python-dev by python...
2014-02-09 Victor Stinnerasyncio doc: fix gather() doc
next