]> granicus.if.org Git - python/shortlog
python
2014-05-13 Raymond HettingerIssue 21469: Minor code modernization (convert and...
2014-05-13 Raymond Hettingermerge
2014-05-13 Raymond HettingerIssue 21469: Add missing news item
2014-05-13 Raymond Hettingermerge
2014-05-13 Raymond HettingerIssue 21469: Mitigate risk of false positives with...
2014-05-13 Jason R. CoombsMerge doc change from 3.3
2014-05-13 Jason R. CoombsMerge doc change from 3.3
2014-05-13 Jason R. CoombsUpdate docs to reflect resurrection of Setuptools over...
2014-05-13 Eric SnowMerge from 3.4 (for #21226).
2014-05-13 Victor Stinner(Merge 3.4) Issue #21398: Fix an unicode error in the...
2014-05-13 Victor StinnerIssue #21398: Fix an unicode error in the pydoc pager...
2014-05-12 Eric SnowIssue #21226: Set all attrs in PyImport_ExecCodeModuleO...
2014-05-12 Victor Stinner(Merge 3.4) Issue #21418: Fix a crash in the builtin...
2014-05-12 Victor StinnerIssue #21418: Fix a crash in the builtin function super...
2014-05-12 Victor Stinner(Merge 3.4) Issue #21485: remove unnecesary .flush...
2014-05-12 Victor StinnerIssue #21485: remove unnecesary .flush() calls in the...
2014-05-12 Victor Stinner(Merge 3.4) Issue #21422: Add a test to check that...
2014-05-12 Victor StinnerIssue #21422: Add a test to check that bool << int...
2014-05-12 Antoine PitrouIssue #16531: ipaddress.IPv4Network and ipaddress.IPv6N...
2014-05-12 Guido van RossumMerge 3.4->default: asyncio: Fix upstream issue 168...
2014-05-12 Guido van Rossumasyncio: Fix upstream issue 168: StreamReader.read...
2014-05-12 Ned DeilyIssue 21383: merge from 3.4
2014-05-12 Ned DeilyIssue #21383: Allow "make touch" to work when building...
2014-05-12 Terry Jan ReedyIssue #18104: News for 3.4, in proper place.
2014-05-12 Terry Jan Reedy#18104: null merge of 3.4 News entry
2014-05-12 Terry Jan ReedyIssue #18104: News for 3.4 (which will not merge forward).
2014-05-12 Terry Jan ReedyMerge with 3.4
2014-05-12 Terry Jan Reedywhitespace
2014-05-12 Terry Jan ReedyMerge with 3.4
2014-05-12 Terry Jan ReedyIssue #18104: Add idlelib/idle_test/htest.py with a...
2014-05-11 Benjamin Petersonmerge 3.4
2014-05-11 Benjamin Petersonuse logical rather than bit and
2014-05-11 Raymond HettingerIssue 21424: Apply the nlargest() optimizations to...
2014-05-11 Gregory P.... merge from 3.4 - clean up the subprocess docs warning...
2014-05-11 Gregory P.... Change all references to Unix to POSIX in the subproces...
2014-05-11 Gregory P.... Remove the warning-soup from the subprocess documentati...
2014-05-11 Benjamin Petersonmerge 3.4
2014-05-11 Benjamin Petersonremove confusing delete indexing (closes #21466)
2014-05-11 Antoine PitrouNull merge
2014-05-11 Antoine PitrouTry to fix issue #21425 workaround for shared library...
2014-05-11 Antoine PitrouTry to fix issue #21425 workaround for shared library...
2014-05-11 Antoine PitrouFix printing out error message when test fails and...
2014-05-11 Antoine PitrouFix printing out error message when test fails and...
2014-05-11 Antoine PitrouNull merge
2014-05-11 Antoine PitrouRemove debugging output
2014-05-11 Antoine PitrouTry workaround for test issues in #21425
2014-05-11 Antoine PitrouTry workaround for test issues in #21425
2014-05-11 Antoine PitrouFix debugging output to work with -W
2014-05-11 Antoine PitrouFix debugging output to work with -bb
2014-05-11 Antoine PitrouAdd debugging output for #21425
2014-05-11 Antoine PitrouIssue #21425: Fix flushing of standard streams in the...
2014-05-11 Antoine PitrouIssue #21425: Fix flushing of standard streams in the...
2014-05-11 Raymond HettingerBy popular demand, add back a security warning.
2014-05-11 Raymond HettingerIssue #21424: Optimize heaqp.nlargest() to make fewer...
2014-05-10 Guido van RossumMerge 3.4 -> default: asyncio: Upstream issue #167...
2014-05-10 Guido van Rossumasyncio: Upstream issue #167: remove dead code, by...
2014-05-10 Raymond HettingerRemove the redundant and poorly worded warning message.
2014-05-10 Jason R. CoombsReindent long line
2014-05-10 Jason R. CoombsReplace overly-aggressive comparison for type equality...
2014-05-10 Jason R. CoombsDrop support for Python 2.4 in upload command.
2014-05-10 Jason R. CoombsReplace import * with explicit import
2014-05-10 Jason R. CoombsClean up style in distutils upload command
2014-05-10 Eli BenderskyIssue #19655: Add tests for the new asdl parser.
2014-05-10 Eli BenderskyIssue #19655: Replace the ASDL parser carried with...
2014-05-09 Brett CannonIssue #19721: Consolidate test_importlib utility code...
2014-05-09 Brett CannonIssue #20776: Flesh out tests for importlib.machinery...
2014-05-09 Tim GoldenIssue21452 Add missing backslash to build path for...
2014-05-09 Tim GoldenMerge
2014-05-09 Tim GoldenIssue21452 Add missing backslash to build path for...
2014-05-09 Tim GoldenIssue10752 Be more robust when finding a PERL interpret...
2014-05-09 Tim GoldenIssue10752 Be more robust when finding a PERL interpret...
2014-05-09 Brett CannonIssue #21156: importlib.abc.InspectLoader.source_to_cod...
2014-05-09 Brett CannonMerge for issue #21438
2014-05-09 Brett CannonIssue #21438: Document what loaders don't require a...
2014-05-09 Brett CannonMerge for issue #21157
2014-05-09 Brett CannonIssue #21157: Touch up imp docs to be more explicit...
2014-05-09 Zachary WareIssue #21141: The Windows build process no longer attem...
2014-05-08 Tim PetersMerge from 3.4.
2014-05-08 Tim PetersIssue #21435: Segfault in gc with cyclic trash
2014-05-08 Antoine PitrouIssue #21396: Fix TextIOWrapper(..., write_through...
2014-05-08 Antoine PitrouIssue #21396: Fix TextIOWrapper(..., write_through...
2014-05-08 Charles-François... Issue #21037: Add a build option to enable AddressSanit...
2014-05-08 R David MurrayMerge #21300: fix typo
2014-05-08 R David Murray#21300: fix typo
2014-05-08 Kristján Valur... Merge with 3.4
2014-05-08 Kristján Valur... Merging from 3.3: The PyCOND_TIMEDWAIT must use microse...
2014-05-08 Kristján Valur... The PyCOND_TIMEDWAIT must use microseconds for the...
2014-05-08 Kristján Valur... The PyCOND_TIMEDWAIT must use microseconds for the...
2014-05-07 Tim GoldenIssue19643 Fix whitespace
2014-05-07 Tim GoldenIssue19643 Add an example of shutil.rmtree which shows...
2014-05-07 doko@ubuntu.com- Issue #17752: Fix distutils tests when run from the...
2014-05-07 doko@ubuntu.com- Issue #17752: Fix distutils tests when run from the...
2014-05-07 doko@ubuntu.com- Issue #17752: Fix distutils tests when run from the...
2014-05-07 R David MurrayMerge: #21300: Clean up the docs for the email "policy...
2014-05-07 R David Murray#21300: Clean up the docs for the email "policy" arguments.
2014-05-06 Guido van RossumMerge 3.4->default: asyncio: Fix the second half of...
2014-05-06 Guido van Rossumasyncio: Fix the second half of issue #21447: race...
2014-05-06 Zachary WareIssue #21442: Fix MSVC compiler warning introduced...
2014-05-06 Zachary WareMerge with 3.4
2014-05-06 Zachary WareAdd prompts to interactive example.
next