]> granicus.if.org Git - python/shortlog
python
2014-05-24 Terry Jan ReedyIssue #21477: Idle htest: merge and modify run and...
2014-05-23 Serhiy StorchakaFixed new Tkinter tests added in issue #21522 with...
2014-05-23 Brett CannonIssue #14710: Fix both pkgutil.find_loader() and get_lo...
2014-05-23 Serhiy StorchakaIssue #21538: The plistlib module now supports loading...
2014-05-23 Serhiy StorchakaIssue #21522: Added Tkinter tests for Listbox.itemconfi...
2014-05-23 Antoine PitrouIssue #21523: Fix over-pessimistic computation of the...
2014-05-23 Terry Jan ReedyIssue #21545: Add .pop example and tweak comment about...
2014-05-23 Raymond HettingerIssue 21479: Fix markup for the TarFile.open() classmethod.
2014-05-22 Raymond HettingerIssue 21198: Minor tarfile documentation bug.
2014-05-22 Raymond HettingerIssue 21554: Repair an out-of-date tutorial example...
2014-05-22 Ned DeilyIssue #21383: OS X installer builds now use "make touch".
2014-05-20 Victor Stinnerasyncio: test_base_events: use mock.Mock instead of...
2014-05-20 Terry Jan Reedymerge heads
2014-05-19 Raymond HettingerIssue 20620: Update the min()/max() docs for the new...
2014-05-19 Larry HastingsMerge.
2014-05-19 Terry Jan ReedyIssue #21477: idle htests - lower case function names...
2014-05-18 Raymond HettingerDon't grow strings by concatenation. Use ''.join(...
2014-05-18 Larry HastingsAdded tag v3.4.1 for changeset c0e311e010fc
2014-05-18 Larry HastingsVersion bump for 3.4.1. v3.4.1
2014-05-18 Larry HastingsRebuild pydoc topics.
2014-05-18 Larry HastingsMerge.
2014-05-18 Larry HastingsPost-release version bump for 3.4.1rc1. Sorry it's...
2014-05-17 Donald StufftUpgrade pip to 1.5.6
2014-05-17 Antoine PitrouIssue #21430: additions to the description of non-block...
2014-05-17 Benjamin Petersonsupport pep 3118 format strings for ctypes objects...
2014-05-17 Ned DeilyMiscellaneous corrections and updates to the OS X READM...
2014-05-16 Terry Jan ReedyIssue #18104: revise docstrings, remove obsolete comments.
2014-05-15 Antoine PitrouIssue #21364: remove recommendation of broken pattern.
2014-05-14 Victor StinnerIssue #21488: Oops, the patch for codecs.encode/decode...
2014-05-14 Serhiy StorchakaIssue #20998: Fixed re.fullmatch() of repeated single...
2014-05-14 Serhiy StorchakaIssue #21075: fileinput.FileInput now reads bytes from...
2014-05-14 Victor StinnerIssue #21497: faulthandler functions now raise a better...
2014-05-14 Victor StinnerBacked out changeset 6ceedbd88b5f
2014-05-14 Victor StinnerIssue #21488: Add support of keyword arguments for...
2014-05-14 Victor StinnerIssue #21488: Fix doc of codecs.decode() and codecs...
2014-05-14 R David Murray#21347: use string not list in shell=True example.
2014-05-14 Raymond HettingerIssue #21470: Do a better job seeding the random number...
2014-05-13 Eric SnowIssue #21499: Ignore __builtins__ in several test_impor...
2014-05-13 Guido van RossumFix test-order-dependend asyncio test failure caused...
2014-05-13 doko@ubuntu.com- Issue #17756: Fix test_code test when run from the...
2014-05-13 Raymond HettingerIssue 21469: Add missing news item
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. CoombsUpdate docs to reflect resurrection of Setuptools over...
2014-05-12 Eric SnowIssue #21226: Set all attrs in PyImport_ExecCodeModuleO...
2014-05-13 Victor StinnerIssue #21398: Fix an unicode error in the pydoc pager...
2014-05-12 Victor StinnerIssue #21418: Fix a crash in the builtin function super...
2014-05-12 Victor StinnerIssue #21485: remove unnecesary .flush() calls in the...
2014-05-12 Victor StinnerIssue #21422: Add a test to check that bool << int...
2014-05-12 Guido van Rossumasyncio: Fix upstream issue 168: StreamReader.read...
2014-05-12 Ned DeilyIssue #21383: Allow "make touch" to work when building...
2014-05-12 Terry Jan ReedyIssue #18104: News for 3.4 (which will not merge forward).
2014-05-12 Terry Jan Reedywhitespace
2014-05-12 Terry Jan ReedyIssue #18104: Add idlelib/idle_test/htest.py with a...
2014-05-11 Benjamin Petersonuse logical rather than bit and
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 Petersonremove confusing delete indexing (closes #21466)
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 PitrouTry workaround for test issues in #21425
2014-05-11 Antoine PitrouIssue #21425: Fix flushing of standard streams in the...
2014-05-10 Guido van Rossumasyncio: Upstream issue #167: remove dead code, by...
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 Brett CannonIssue #21438: Document what loaders don't require a...
2014-05-09 Brett CannonIssue #21157: Touch up imp docs to be more explicit...
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 R David Murray#21300: fix typo
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-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 Murray#21300: Clean up the docs for the email "policy" arguments.
2014-05-06 Guido van Rossumasyncio: Fix the second half of issue #21447: race...
2014-05-06 Zachary WareAdd prompts to interactive example.
2014-05-06 Zachary WareIssue #21366: Document the fact that ``return`` in...
2014-05-05 Guido van Rossumasyncio docs: ProactorEventLoop does not support SSL.
2014-05-04 Larry HastingsAdded tag v3.4.1rc1 for changeset c67a19e11a71
2014-05-04 Larry HastingsVersion bump for 3.4.1rc1. v3.4.1rc1
2014-05-04 Larry HastingsIssue #21088: Bugfix for curses.window.addch() regressi...
2014-05-04 Ned DeilyIssue #18604: Skip the Tk instantiation test on OS...
2014-05-04 Benjamin Petersonuse with blocks to make sure files are closed
2014-05-04 Benjamin Petersonimprove test coverage of filecmp (closes #21357)
2014-05-03 Raymond HettingerIssue 21375: Fix possible Py_ssizet overflow in heapq.
2014-05-02 Zachary WareIssue #18604: Consolidated checks for GUI availability.
2014-05-01 Martin v. LöwisUpdate to 1.0.1g
2014-04-29 Gregory P.... Document the subprocess Popen.args attribute (issue21353)
2014-04-29 Gregory P.... Document the subprocess Popen.args attribute (issue21353)
2014-04-29 Stefan KrahIssue #21374: Fix pickling of DecimalTuple.
2014-04-29 Jesus CeaCloses issue #21316: mark test_devpoll to be meaningful...
2014-04-29 Zachary WareIssue #17386: Expand Doc/make.bat to be much more simil...
2014-04-29 Zachary WareIssue #17386: Update Doc/README.txt to list all targets
2014-04-29 Zachary WareIssue #17386: List the 'htmlview' target in the Doc...
2014-04-29 Antoine PitrouIssue #21321: itertools.islice() now releases the refer...
2014-04-29 Terry Jan ReedyIssue #21055: Index (augmented) assignment symbols.
2014-04-29 Terry Jan ReedyCloses 21048: Index 'as' in import and with statements.
2014-04-29 Terry Jan ReedyIssue #21026: Augment site doc based on experiments...
next