]> granicus.if.org Git - python/shortlog
python
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
2014-02-09 Victor Stinnerasyncio tests: Remove scories of resolution/granularity
2014-02-09 Nick CoghlanTweaks to What's New and some referenced docs
2014-02-08 Nick CoghlanClose #20563: Declare ipaddress API stable
2014-02-08 R David MurrayMerge: #14983: always add a line end after a MIME bound...
2014-02-08 R David Murray#14983: always add a line end after a MIME boundary...
2014-02-08 Senthil Kumaranmerge from 3.3
2014-02-08 Senthil KumaranInclude the mention of ResourceWarning being displayed...
2014-02-08 Victor Stinnerasyncio doc: document missing event loop methods
2014-02-08 Antoine PitrouIssue #20540: Fix a performance regression (vs. Python...
2014-02-08 Charles-François... Issue #20065: socketmodule: Fix build error when AF_CAN...
2014-02-08 Victor Stinnerasyncio doc: sort methods
2014-02-08 Antoine PitrouIssue #20540: Fix a performance regression (vs. Python...
2014-02-08 Charles-François... Merge.
2014-02-08 Charles-François... Issue #20065: socketmodule: Fix build error when AF_CAN...
2014-02-08 Ethan FurmanClose issue20534: all pickle protocols now supported.
2014-02-08 R David MurrayMerge: #16983: Apply postel's law to encoded words...
2014-02-08 R David Murray#16983: Apply postel's law to encoded words inside...
2014-02-08 R David MurrayMerge #19772: Do not mutate message when downcoding...
2014-02-08 R David Murray#19772: Do not mutate message when downcoding to 7bit.
2014-02-08 Serhiy StorchakaIssue #20553. Use specific asserts in ipaddress tests.
next