]> granicus.if.org Git - python/shortlog
python
2014-01-31 Victor StinnerIssue #20452: add more info in case of test_asyncio...
2014-01-31 Guido van Rossumasyncio: Fix misc whitespace issues.
2014-01-31 Victor Stinnerasyncio: Fix granularity of test_utils.TestLoop.
2014-01-31 Victor Stinnerasyncio: Future.set_exception(exc) should instantiate...
2014-01-30 Victor Stinneroverlapped.c: Fix usage of the union
2014-01-30 Gregory P.... Remove issue 19081 Misc/NEWS entry since it isn't entir...
2014-01-30 Gregory P.... Remove issue 19081 Misc/NEWS entry since it isn't entir...
2014-01-30 Yury Selivanovinspect.doc: Soften the note about inspect.signature...
2014-01-30 Yury Selivanovinspect.docs: Document constructors for Signature ...
2014-01-30 Yury Selivanovinspect.docs: Document constructors for Signature ...
2014-01-29 Victor Stinnerasyncio: document iscoroutine(), iscoroutinefunction...
2014-01-29 Antoine PitrouIssue #20373: generalize use of test.script_helper...
2014-01-29 Antoine PitrouIssue #20373: generalize use of test.script_helper...
2014-01-29 Guido van RossumMore asyncio news.
2014-01-29 Victor Stinnerasyncio: subprocess_shell() and subprocess_exec() now...
2014-01-29 Victor Stinnerasyncio: Fix _make_subprocess_transport(): pass extra...
2014-01-29 Guido van Rossumasyncio: wait_for() now accepts None as timeout (Victor...
2014-01-29 Guido van Rossumasyncio: Pass through pause/resume from subprocess...
2014-01-29 Guido van Rossumasyncio: Refactor drain logic in streams.py to be reusable.
2014-01-29 Victor Stinnerasyncio: Get rid of _try_connected().
2014-01-29 Guido van Rossumasyncio: Add write flow control to unix pipes.
2014-01-29 Guido van Rossumasyncio: Refactoring: move write flow control to a...
2014-01-29 Victor Stinnerasyncio: _fatal_error() of _UnixWritePipeTransport...
2014-01-29 Yury Selivanovinspect.Signature.from_function: Use CO_VARARGS & CO_VA...
2014-01-29 Yury Selivanovinspect.signature: Make sure that if a callable object...
2014-01-29 Yury Selivanovinspect.Signature.bind: Update method signature to...
2014-01-29 Yury Selivanovinspect: Rename private helper function
2014-01-29 Yury Selivanovinspect.test.getfullargspec: Add a unittest to ensure...
2014-01-29 Yury Selivanovinspect.getfullargspec: Use inspect.signature API behin...
2014-01-29 Yury Selivanovinspect.Signature: ensure that non-default params don...
2014-01-29 Yury Selivanovinspect.signature: Add support for decorated (wrapped...
2014-01-29 Yury Selivanovinspect.Signature: Make from_builtin to raise an except...
2014-01-29 Serhiy StorchakaIssue #20424: Python implementation of io.StringIO...
2014-01-29 Serhiy StorchakaMove Misc/NEWS entries committed after releasing 3...
2014-01-29 Serhiy StorchakaIssue #20424: Python implementation of io.StringIO...
2014-01-29 Terry Jan ReedyMerge with 3.3
2014-01-29 Terry Jan ReedyIdlelib: forward port changes that silenced 2.7 -3...
2014-01-29 Yury Selivanovinspect.Signature.bind: Add **kwargs/positional-only...
2014-01-28 Victor Stinnerasyncio doc: close the loop at exit
2014-01-28 Yury Selivanovinspect.Signature.bind: Fix pos-only params with defaul...
2014-01-28 Yury Selivanovinspect: Fix docstrings for Parameter & Signature classes
2014-01-28 Yury Selivanovinspect.signature: Handle bound methods with '(*args...
2014-01-28 Yury Selivanovinspect.tests: Remove redundant unittest
2014-01-28 Jason R. CoombsIssue #20411: Use readline.get_current_history_length...
2014-01-28 Stefan KrahIssue #9709: Revert 97fb852c5c26. Many extensions are...
2014-01-28 Larry HastingsIssue #20326: Argument Clinic now uses a simple, unique...
2014-01-28 Ned DeilyFix doc reference to OS X 10.9 Mavericks.
2014-01-28 Victor Stinnerasyncio doc: list Windows and Mac OS X limitations...
2014-01-28 Yury SelivanovNEWS: Add few missing news items
2014-01-28 Yury Selivanovinspect.signature: Support classes without user-defined...
2014-01-27 Victor Stinnerasyncio: remove temporary aliases
2014-01-27 Yury Selivanovinspect.signature: Add support for 'functools.partialme...
2014-01-27 Victor Stinnerasyncio doc: subprocess_exec/subprocess_shell are not...
2014-01-27 Serhiy StorchakaIssue #19456: ntpath.join() now joins relative paths...
2014-01-27 Serhiy StorchakaIssue #19456: ntpath.join() now joins relative paths...
2014-01-27 Yury Selivanovinspect.signature: Use '/' to separate positional-only...
2014-01-27 Yury Selivanovdoc/inspect: Clarify docs for __defaults__, add docs...
2014-01-27 Yury Selivanovinspect.getfile: Don't crash on classes without '__modu...
2014-01-27 Victor Stinnerasyncio: IncompleteReadError is a subclass of EOFError
2014-01-27 Victor Stinnerasyncio: document the IncompleteReadError exception
2014-01-27 Serhiy StorchakaRemove redundant emty line at the end of file.
2014-01-27 Serhiy StorchakaIssue #19077: tempfile.TemporaryDirectory cleanup no...
2014-01-27 Serhiy StorchakaIssue #19077: tempfile.TemporaryDirectory cleanup is...
2014-01-27 Serhiy StorchakaMerge heads
2014-01-27 Victor Stinnerasyncio: document add_signal_handler/remove_signal_hand...
2014-01-27 Serhiy StorchakaIssue #20395: Extract generated clinic code in Modules...
2014-01-27 Victor StinnerNull merge 3.3 (patch already applied in Python 3.4)
2014-01-27 Victor StinnerIssue #20367: Fix behavior of concurrent.futures.as_com...
2014-01-27 Christian HeimesI forgot to add a Misc/NEWS entry for issue #20394
2014-01-27 Georg BrandlCloses #19966: allow hgtouch to operate on a base dir...
2014-01-27 Larry HastingsMerge.
2014-01-27 Larry HastingsPost-release bump for 3.4.0 beta 3.
2014-01-27 Benjamin Petersonmerge 3.3 (closes #12704)
2014-01-27 Benjamin Petersoneliminate redundancy between yield stmt and yield expr...
2014-01-27 Terry Jan ReedyIssue #17721: Remove non-functional configuration dialo...
2014-01-27 Terry Jan ReedyIssue #17721: Remove non-functional configuration dialo...
2014-01-27 Terry Jan ReedyMerge with 3.3
2014-01-27 Terry Jan ReedyIdlelib.calltips: add test of starred first parameters...
2014-01-27 Terry Jan ReedyWhite space and merge cleanup.
2014-01-27 Terry Jan ReedyMerge with 3.3
2014-01-27 Terry Jan ReedyMerge heads.
2014-01-27 Terry Jan ReedyMerge heads.
2014-01-27 Terry Jan ReedyIssue #20338: Increase allowed tip width slightly and...
2014-01-27 Terry Jan ReedyIssue #20338: Increase allowed tip width slightly and...
2014-01-27 Christian HeimesIssue #20394: Attempt to silence CID 1164423: Division...
2014-01-27 Christian HeimesIssue #20193: Fix commit r6f217456b9ba by including...
2014-01-27 Christian Heimessilence compiler warning that 's' may be used uninitial...
2014-01-26 Eli BenderskyUpdate docstring to mention correct PEP number.
2014-01-26 Victor StinnerIssue #20367: Add Glenn Langford to Misc/ACKS
2014-01-26 Serhiy StorchakaIssue #20193: The zlib module now uses Argument Clinic.
2014-01-26 Serhiy StorchakaIssue #19990: Added tests for the imghdr module.
2014-01-26 Serhiy StorchakaIssue #19990: Added tests for the imghdr module.
2014-01-26 Guido van RossumFix issue #20367: concurrent.futures.as_completed(...
2014-01-26 Serhiy StorchakaMerge heads
2014-01-26 Serhiy StorchakaIssue #8260: The read(), readline() and readlines(...
2014-01-26 Serhiy StorchakaIssue #8260: The read(), readline() and readlines(...
2014-01-26 Andrew SvetlovMerge latest Tulip into asyncio
2014-01-26 Benjamin Petersoncleanup after custom buffer converter
2014-01-26 Benjamin Petersonfix refleak on error
2014-01-26 Nick CoghlanClose #20105: set __traceback__ when chaining exception...
next