]> granicus.if.org Git - python/shortlog
python
2014-02-23 Terry Jan ReedyMerge with 3.3, #20750
2014-02-23 Terry Jan ReedyIssue #20750, Enable roundtrip tests for new 5-tuple...
2014-02-23 Antoine PitrouIssue #20743: Fix a reference leak in test_tcl.
2014-02-23 Antoine PitrouIssue #20743: Fix a reference leak in test_tcl.
2014-02-23 R David Murraywhatsnew: pyvenv --copies option.
2014-02-23 R David MurrayFix wording in news entry.
2014-02-23 R David Murraywhatsnew: devnull fileno/close/closed.
2014-02-23 R David Murraywhatsnew: hashlib.hash.name is now public and returns...
2014-02-23 R David Murraywhatsnew: textwrap.shorten.
2014-02-23 R David Murraywhatsnew: ExtensionFileLoader.get_filename.
2014-02-23 Antoine PitrouIssue #20637: Key-sharing now also works for instance...
2014-02-23 Ezio Melotti#20677: fix typo in enum docs. Patch by Saimadhav...
2014-02-23 Terry Jan ReedyMerge with 3.3
2014-02-23 Terry Jan ReedyIssue #20730: Fix typo reported by Claudiu Popa.
2014-02-22 Martin v. LöwisIssue #20641: Run custom actions with the NoImpersonate...
2014-02-22 R David MurrayReflow paragraph.
2014-02-22 R David Murraywhatsnew: os.path.ismount recognizes volumes mounted...
2014-02-22 R David Murraywhatsnew: PyStructSequence_InitType2, Victor's MemoryEr...
2014-02-22 R David Murraywhatsnew: Windows uses VirtualAlloc, --version goes...
2014-02-22 Eric SnowIssue #20484: Disable the 2 remaining "modules" tests...
2014-02-22 R David Murraywhatsnew: frozen package __path__; and min/max versiona...
2014-02-22 R David Murraywhatsnew: importlib deprecations.
2014-02-21 Yury Selivanovinspect.signature: Check for function-like objects...
2014-02-21 Victor StinnerIssue #11188, #19748: mktime() returns -1 on error...
2014-02-21 Richard OudkerkIssue #20114: Double timeout in test_semaphore_tracker...
2014-02-21 Donald StufftUpgrade pip from 1.5.3 to 1.5.4
2014-02-21 Victor StinnerIssue #19748: On AIX, time.mktime() now raises an Overf...
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 Victor StinnerWindows buildbot: use --timeout feature in Tools/buildb...
2014-02-20 Zachary WareIssue #20221: Removed conflicting (or circular) hypot...
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 Benjamin Petersonmerge 3.2 (#20695)
2014-02-20 Benjamin Petersonbump Python-ast.c
2014-02-20 Benjamin Petersonupdate logo url (#20695)
2014-02-20 Benjamin Petersonopen retrieved file in binary mode, since it's now...
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 Selivanovmerge heads
2014-02-19 Yury Selivanovinspect: Fix getfullargspec() to not to follow __wrappe...
2014-02-19 Serhiy StorchakaIssue #20654: Fixed pydoc for enums with zero value...
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 Serhiy StorchakaNull merge
2014-02-19 Serhiy StorchakaMerge heads
2014-02-19 Serhiy StorchakaMerge heads
2014-02-19 Serhiy StorchakaIssue #20672: Fixed tests for TarFile.list() on non...
2014-02-19 Zachary WareIssue #20510: Merge with 3.3
2014-02-19 Zachary WareIssue #20510: Confirm that the code attribute of the...
2014-02-19 Serhiy StorchakaIssue #20672: Fixed tests for TarFile.list() on non...
2014-02-19 Serhiy StorchakaFixed grid_columnconfigure() and grid_rowconfigure...
2014-02-19 Serhiy StorchakaFixed grid_columnconfigure() and grid_rowconfigure...
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 Victor Stinner(Merge 3.3) Issue #19612: On Windows, subprocess.Popen...
2014-02-18 Victor StinnerIssue #19612: On Windows, subprocess.Popen.communicate...
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 Zachary WareIssue #20609: Fix building 64-bit binaries on 32-bit...
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 Zachary WareIssue #20510: Merge with 3.3.
2014-02-18 Zachary WareIssue #20510: Rewrote test_exit in test_sys to match...
2014-02-18 Victor StinnerIssue #20493: Document that asyncio should not exceed...
2014-02-18 Victor StinnerIssue #20656: Restore explicit downcast in select_select().
2014-02-18 Victor StinnerClose #20649: Fix typo in asyncio doc. Patch written...
2014-02-18 Victor StinnerIssue #20564: Skip tests on lock+signals on OpenBSD
2014-02-18 Victor StinnerIssue #20667: KqueueEventLoopTests.test_read_pty_output...
2014-02-18 Terry Jan ReedyMerge with 3.3
2014-02-18 Terry Jan ReedyIssue #8478: Untokenizer.compat now processes first...
2014-02-18 Victor StinnerClose #20656: Fix select.select() on OpenBSD 64-bit
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 Terry Jan ReedyMerge with 3.3
2014-02-17 Terry Jan Reedywhitespace
2014-02-17 Terry Jan ReedyUntokenize, bad assert: Merge with 3.3
next