]> granicus.if.org Git - python/shortlog
python
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...
2014-01-26 Larry HastingsAdded tag v3.4.0b3 for changeset a97ce3ecc96a
2014-01-26 Larry HastingsVersion bump for 3.4.0b3. v3.4.0b3
2014-01-26 Larry HastingsDocumentation fixes, including fixing "suspicious"...
2014-01-26 Larry HastingsIssue #20358: Tests for curses.window.overlay and curse...
2014-01-26 Larry HastingsIssue #20390: Final fix, for generating NoPositional...
2014-01-26 Donald StufftUpdate pip to 1.5.2 and setuptools to 2.1
2014-01-26 Larry HastingsFix for catestrophic errors in previous checkin (Argume...
2014-01-26 Larry HastingsIssue #20390: Small fixes and improvements for Argument...
2014-01-26 Guido van RossumDocument asyncio.QueueFull/Empty.
2014-01-26 Guido van RossumNEWS update for asyncio.
2014-01-26 Guido van Rossumasyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull...
2014-01-26 Guido van Rossumasyncio: Locks refactor: use a separate context manager...
2014-01-26 Guido van Rossumasyncio: Fix race in FastChildWatcher (by its original...
2014-01-25 Victor StinnerMerge latest Tulip into asyncio
2014-01-25 Victor StinnerIssue #20311: Fix test_telnetlib, set the resolution...
2014-01-25 Eric SnowIssue 19944: Fix importlib.find_spec() so it imports...
2014-01-25 Victor Stinnerasyncio: Don't export BaseEventLoop, BaseSelectorEventL...
2014-01-25 Benjamin Petersonmerge 3.3
2014-01-25 Benjamin Petersonupdate sphinx url
2014-01-25 Benjamin Petersonlinkify
2014-01-25 Serhiy StorchakaIssue #20331: Fixed possible FD leaks in various modules:
2014-01-25 Serhiy StorchakaIssue #20331: Fixed possible FD leaks in various modules:
2014-01-25 Ezio Melotti#20348: fix headers markup in Argument Clinic howto...
2014-01-25 Victor StinnerUpdate asyncio from the Tulip project
2014-01-25 Victor StinnerFix asyncio tests: define resolution
2014-01-25 Victor Stinnertest_selectors: remove unused imports
2014-01-25 Victor StinnerIssue #20311: asyncio: Add a granularity attribute...
2014-01-25 Victor StinnerIssue #20311: selectors: Add a resolution attribute...
2014-01-25 Victor StinnerIssue #20311: Revert e042ea77a152 and 7ce7295393c2...
2014-01-25 Victor Stinner(Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e...
2014-01-25 Victor StinnerIssue #20311: Revert 033137c12d88, select.epoll.poll...
2014-01-25 Serhiy StorchakaIssue #20193: The _lzma module now uses Argument Clinic.
2014-01-25 Eric V. SmithFix grammar: merge with 3.3.
2014-01-25 Eric V. SmithFix grammar.
2014-01-25 Serhiy StorchakaIssue #20193: The _bz2 module now uses Argument Clinic.
2014-01-25 Serhiy StorchakaIssue #20133: The audioop module now uses Argument...
2014-01-25 Serhiy StorchakaFixed converting errors in the binascii module (issue20...
2014-01-25 Zachary WareIssue #20376: Argument Clinic now escapes backslashes...
2014-01-25 Serhiy StorchakaIssue #20151: The binascii module now uses Argument...
2014-01-25 Benjamin Petersonmerge 3.3
2014-01-25 Benjamin Petersonupdate hosting faq
2014-01-25 Zachary WareIssue #20381: Fix sanity checking on default arguments...
2014-01-24 Serhiy StorchakaNull merge
2014-01-24 Serhiy StorchakaFix typo.
2014-01-24 Serhiy StorchakaNull merge
2014-01-24 Serhiy StorchakaIssue #20384: Fix the test_tarfile test on Windows.
2014-01-24 Victor Stinnerasyncio doc: document StreamWriter.drain()
2014-01-24 Victor Stinnerasyncio doc: move AbstractServer to the event loop...
2014-01-24 Benjamin Petersonmerge 3.3 (#20374)
next