]> granicus.if.org Git - python/shortlog
python
2015-05-12 Benjamin Petersonuse our normal bracing style
2015-05-12 Yury SelivanovIssue #24017: Plug ref leak.
2015-05-12 Berker PeksagIssue #23983: Update the pty module example.
2015-05-12 Berker PeksagIssue #23983: Update the pty module example.
2015-05-12 Berker PeksagIssue #23796: Null merge.
2015-05-12 Berker PeksagIssue #23796: peak and read1 methods of BufferedReader...
2015-05-12 Berker PeksagIssue #23796: peak and read1 methods of BufferedReader...
2015-05-12 Serhiy StorchakaFixed compilation on Windows for issue #20173.
2015-05-12 Serhiy StorchakaIssue #23870: The pprint module now supports all standa...
2015-05-12 Serhiy StorchakaIssue #20173: Converted the _codecs module to Argument...
2015-05-12 Yury Selivanovdoc: Briefly mention C API changes in whatsnew.
2015-05-12 Yury SelivanovMention PEP 492 in whatsnew.
2015-05-12 Yury SelivanovIssue 24017: Update NEWS file.
2015-05-12 Yury SelivanovFix warnings for gen_get_iter()
2015-05-12 Yury SelivanovFix warnings for PyEval_GetCoroutineWrapper
2015-05-12 Raymond HettingerDefend against a mutation during comparison
2015-05-12 Yury SelivanovPEP 0492 -- Coroutines with async and await syntax...
2015-05-12 Raymond Hettingermerge
2015-05-12 Yury Selivanovasyncio: Merge 3.4 -- Support PEP 492. Issue #24017.
2015-05-12 Yury Selivanovasyncio: Support PEP 492. Issue #24017.
2015-05-12 Raymond HettingerMinor code cleanups.
2015-05-11 Yury SelivanovMerge 3.4 (asyncio docs)
2015-05-11 Yury Selivanovdocs/asyncio: Document new ensure_future() and deprecat...
2015-05-11 Yury Selivanovdocs/asyncio: Document set_task_factory/get_task_factory
2015-05-11 Yury SelivanovNull merge.
2015-05-11 Yury SelivanovFix NEWS file.
2015-05-11 Yury SelivanovMerge 3.4 (asyncio changes)
2015-05-11 Yury Selivanovasyncio: async() function is deprecated in favour of...
2015-05-11 Yury Selivanovasyncio: Drop JoinableQueue from 3.5
2015-05-11 Yury SelivanovMerge 3.4 (asyncio)
2015-05-11 Yury SelivanovSync asyncio changes from the main repo.
2015-05-11 Yury Selivanovasyncio: Sync with github repo
2015-05-11 Raymond HettingerMinor stylistic clean-up.
2015-05-11 Raymond HettingerIssue #24155: Optimize heapify for better cache utililz...
2015-05-11 R David Murray#21795: advertise 8BITMIME if decode_data is False.
2015-05-11 Benjamin Petersonmerge heads
2015-05-11 Benjamin Petersonmerge 3.4
2015-05-11 Benjamin Petersonadd trailing slash
2015-05-10 R David Murray#21800: Add RFC 6855 support to imaplib.
2015-05-10 Yury SelivanovIssue #22906: Do incref before SetCause/SetContext
2015-05-09 Guido van RossumFix news entry for issue 24018.
2015-05-09 Yury SelivanovIssue 22906: Increment refcount after PyException_SetCo...
2015-05-09 Yury SelivanovIssue 22906: Add test file.
2015-05-09 Yury SelivanovPEP 479: Change StopIteration handling inside generators.
2015-05-09 Raymond HettingerIssue #24018: Add a collections.Generator abstract...
2015-05-09 Benjamin Petersonmerge 3.4
2015-05-09 Benjamin Petersonensure .keywords is always a dict
2015-05-09 Benjamin Petersonmerge 3.4 (#23042)
2015-05-09 Benjamin Petersonmerge heads
2015-05-09 Benjamin Petersonfix libffi compilation on FreeBSD (#23042)
2015-05-09 Donald Stufftmerge - upgrade setuptools to 15.2
2015-05-09 Donald StufftUpgrade setuptools to 15.2
2015-05-08 Ned DeilyMinor updates to the OS X installer ReadMe.rtf.
2015-05-08 Ned DeilyMinor updates to the OS X installer ReadMe.rtf.
2015-05-08 Larry HastingsIssue #20274: When calling a _sqlite.Connection, it...
2015-05-08 Larry HastingsIssue #20274: Remove ignored and erroneous "kwargs...
2015-05-08 Larry HastingsMerge from 3.4.
2015-05-08 Larry HastingsIssue #21520: test_zipfile no longer fails if the word...
2015-05-08 Andrew SvetlovMerge 3.4
2015-05-08 Andrew SvetlovFix doc: asyncio.Semaphore.release() actually is a...
2015-05-08 Larry HastingsIssue #24000: Improved Argument Clinic's mapping of...
2015-05-07 Benjamin PetersonMerge 3.4
2015-05-07 Benjamin Petersonshorten capsule name macro; it doesn't need to be so...
2015-05-07 Benjamin Petersonmerge heads
2015-05-07 Benjamin Petersonmerge 3.4
2015-05-07 Benjamin Petersonremove word we don't need
2015-05-07 Zachary WareMerge from 3.4.
2015-05-07 Zachary WareFix copy/paste errors.
2015-05-06 Serhiy StorchakaFixed English in error message.
2015-05-06 Serhiy StorchakaFixed English in error message.
2015-05-06 Serhiy StorchakaIssue #24134: assertRaises(), assertRaisesRegex(),...
2015-05-06 Serhiy StorchakaIssue #24134: assertRaises(), assertRaisesRegex(),...
2015-05-06 Serhiy StorchakaUse specialized functions intead of Py_BuildValue(...
2015-05-06 Serhiy StorchakaIssue #23880: Tkinter's getint() and getdouble() now...
2015-05-06 Serhiy StorchakaIssue #24009: Got rid of using rare "y#" format unit...
2015-05-06 Serhiy StorchakaIssue #24125: Saved error's line and column numbers...
2015-05-06 Serhiy StorchakaIssue #24125: Saved error's line and column numbers...
2015-05-06 Berker PeksagFix remaining tests and remove an unused import.
2015-05-06 Berker PeksagMerge heads.
2015-05-06 Berker PeksagIssue #9517: Move script_helper to the support package.
2015-05-06 Eric SnowRemove an unnecessary flag.
2015-05-06 Benjamin PetersonPEP 448: additional unpacking generalizations (closes...
2015-05-05 doko@ubuntu.com - merge 3.4
2015-05-05 doko@ubuntu.com - Issue #24122, fix quoting for LIBPL
2015-05-05 Guido van RossumIssue 24088: Clarify semantics of yield expression...
2015-05-05 Guido van RossumIssue 24088: Clarify semantics of yield expression.
2015-05-05 Raymond HettingerIssue #24113: Remove unreachable code in shlex.
2015-05-04 Eric SnowIssue #23911: Fix mixed bytes/strings.
2015-05-04 Larry HastingsIssue #24001: Argument Clinic converters now use accept...
2015-05-04 Serhiy StorchakaIssue #20159. Converted the _elementtree module to...
2015-05-03 Steve DowerEnables shortcuts to be deselected when installing...
2015-05-03 Larry HastingsFix Windows build breakage from checkins on Issues...
2015-05-03 Benjamin Petersonmerge 3.4 (#24118)
2015-05-03 Benjamin Petersonupdate example, since python.org is HTTPS-only now...
2015-05-03 Benjamin Petersonmerge 3.4 (#24096)
2015-05-03 Benjamin Petersonmerge 3.3 (#24096)
2015-05-03 Benjamin Petersonbe more robust against the filters list changing under...
2015-05-03 Serhiy StorchakaIssue #20179: Converted the _ssl module to Argument...
2015-05-03 Serhiy StorchakaIssue #20148: Converted the _sre module to Argument...
2015-05-03 Serhiy StorchakaIssue #20168: Converted the _tkinter module to Argument...
next