]> granicus.if.org Git - python/shortlog
python
2014-02-24 Guido van RossumClarify that flow control works for datagrams, except...
2014-02-24 R David Murraywhatsnew: http.server --bind cli option.
2014-02-24 R David Murraywhatsnew: unittest.TestCase.assertLogs.
2014-02-24 R David MurrayFix return type in doc of PyStructSequence_InitType2.
2014-02-24 R David MurrayFix wording of NEWS entry.
2014-02-24 R David Murraywhatsnew: cypthon can be compiled with address sanity...
2014-02-24 R David MurrayMerge #20628: make it clear that DictReader/Writer...
2014-02-24 R David Murray#20628: wrap lines to < 80.
2014-02-24 R David Murray#20628: make it clear that DictReader/Writer *fieldname...
2014-02-24 Ezio Melotti#20740: merge with 3.3.
2014-02-24 Ezio Melotti#20740: desquarify 2.
2014-02-24 R David MurrayFix typo.
2014-02-24 R David MurrayRemove redundant NEWS entry.
2014-02-24 R David MurrayFix NEWS entry wording.
2014-02-24 R David Murraywhatsnew: frame.clear, expanded entry for -I/isolated...
2014-02-24 Serhiy StorchakaMerge heads
2014-02-24 Serhiy StorchakaNull merge
2014-02-24 Serhiy StorchakaIssue #19619: Blacklist non-text codecs in method API
2014-02-24 Victor Stinnerasyncio doc: fix references in subprocess doc
2014-02-24 Victor Stinnersubprocess.Popen.wait doc: mention asyncio to avoid...
2014-02-24 Serhiy StorchakaIssue #20535: PYTHONWARNING no longer affects the run_t...
2014-02-24 Serhiy StorchakaIssue #20535: PYTHONWARNING no longer affects the run_t...
2014-02-24 Serhiy StorchakaNull merge
2014-02-24 Georg BrandlCloses #20755: port sphinx-1.1 fixes from default
2014-02-24 Georg Brandlmerge with 3.3
2014-02-24 Georg BrandlCloses #20735: remove erroneous deprecated marker from...
2014-02-24 Terry Jan ReedyMerge with 3.3
2014-02-24 Terry Jan Reedywhitespace
2014-02-24 Terry Jan ReedyMerge with 3.3
2014-02-24 Terry Jan ReedyIssue #9974: When untokenizing, use row info to insert...
2014-02-24 R David MurrayFix wording in NEWS entry.
2014-02-24 R David Murraywhatsnew: threading.main_thread, os.urandom persistent...
2014-02-24 R David Murraywhatsnew: unittest uses argparse now.
2014-02-24 R David Murraywhatsnew: unittest drops references to successful tests.
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...
next