]> granicus.if.org Git - python/shortlog
python
2014-03-16 Larry HastingsRelease bump for 3.4.0 final.
2014-03-16 Larry HastingsRegenerate pydoc_topics, fix markup errors, in preparat...
2014-03-16 Larry HastingsMerge in all documentation changes since branching...
2014-03-15 Ned DeilyIssue #20939: merge from 3.3
2014-03-14 R David Murraywhatsnew: difflib.isbjunk &c were removed, not deprecated.
2014-03-13 Benjamin Petersonmerge 3.3 (#19060)
2014-03-12 Benjamin Petersonmerge 3.3 (#20896)
2014-03-08 R David Murraywhatsnew: cp273 codec (#10907797)
2014-03-16 Larry HastingsMark branch as being after Python 3.4.0rc3.
2014-03-09 Larry HastingsAdded tag v3.4.0rc3 for changeset 8a81cdab3e9d
2014-03-09 Larry HastingsVersion bump for 3.4.0rc3. v3.4.0rc3
2014-03-09 Larry HastingsUpdate pydoc topics and suspicious filters.
2014-03-04 Nick CoghlanClose #20839: pkgutil.find_loader now uses importlib...
2014-03-03 Ethan FurmanIssue20653: fix ReST for Enum
2014-03-03 Ethan FurmanClose issue20653: improve functional API docs; minor...
2014-03-03 Victor StinnerClose #20814: doc: Fix "Pretty top" example of tracemalloc
2014-03-02 Martin v. LöwisIssue #14512: Launch pydoc -b instead of pydocgui.pyw...
2014-03-02 Martin v. LöwisIssue #20465: Update Windows installer to SQLite 3...
2014-03-02 Martin v. Löwis Issue #20748: Uninstalling pip does not leave behind...
2014-03-02 Martin v. LöwisIssue #20568: Fix typo in pip option.
2014-03-02 Yury SelivanovIssue #20786: Fix signatures for dict.__delitem__ and...
2014-03-01 Ned DeilyIssue #20465: fix NEWS typo (it's 3.8.3.1)
2014-03-01 Ned DeilyIssue #20465: Update OS X installer build to use SQLite...
2014-02-28 Nick CoghlanClose #20568: install unversioned pip command on Windows
2014-02-28 Nick CoghlanClose #20757: return success for skipped pip uninstall
2014-02-26 Brett CannonIssue #20763: Fix importlib.machinery.PathFinder to...
2014-02-13 Victor StinnerIssue #20599: Don't clear environment in test_cleanup...
2014-02-12 Victor StinnerIssue #20599: Force ASCII encoding for stdout in test_c...
2014-02-12 Serhiy StorchakaTry to fix test_cleanup (issue #20599).
2014-02-12 Serhiy StorchakaIssue #19255: Clear error after failed PyDict_SetItem...
2014-02-10 Serhiy StorchakaTemporary silence test broken by issue19255.
2014-02-10 Serhiy StorchakaIssue #19255: The builtins module is restored to initia...
2014-02-23 Larry HastingsAdded tag v3.4.0rc2 for changeset a300712ed38c
2014-02-23 Larry HastingsVersion bump for Python 3.4.0rc2. v3.4.0rc2
2014-02-23 Larry HastingsRegenerated pydoc topics for Python 3.4.0rc2.
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...
next