]> granicus.if.org Git - python/shortlog
python
2014-06-03 Vinay SajipIssue #21643: Updated test and fixed logic bug in lib64...
2014-06-03 Zachary WareIssue #21439: Fix a couple of typos.
2014-06-03 Senthil KumaranFix issue #21641: Close the socket before raising the...
2014-06-03 Senthil KumaranUpdate references to Python docs in the sidebar index.
2014-06-03 Terry Jan ReedyIssue 21533: Dicts take iterables, not iterators. Patch...
2014-06-02 Victor StinnerIssue #21601: Document asyncio.Task.cancel(). Initial...
2014-06-02 Zachary WareIssue #18492: Allow all resources when tests are not...
2014-06-02 Victor StinnerIssue #21639: Add a test to check that PyMem_Malloc...
2014-06-02 Victor StinnerIssue #21639: Fix name of _testcapi test functions
2014-06-02 Serhiy StorchakaIssue #6181: Fixed minor bugs in tkinter.Listbox methods:
2014-06-02 Zachary WareIssue #21623: open pyproject.props with an explicit...
2014-06-02 Serhiy StorchakaIssue #6181: Fixed errors in tkinter.Listbox docstrings.
2014-06-02 Victor StinnerIssue #21636: Fix test_logging, skip UNIX stream (AF_UN...
2014-06-02 Victor StinnerIssue #21634: Fix pystone micro-benchmark: use floor...
2014-06-02 Ned DeilyIssue #17095: Fix Modules/Setup *shared* support.
2014-06-01 Vinay SajipUpdated logging HOWTO section on optimization.
2014-06-01 Gregory P.... Skip test_subprocess test_close_fds_when_max_fd_is_lowe...
2014-06-01 Gregory P.... Attempt to fix the "too many open files" errors on...
2014-06-01 Gregory P.... Explicitly wait for the child instead of letting a...
2014-06-01 Gregory P.... Fix the comment to not refer to the removed end_fd...
2014-06-01 Gregory P.... Don't restrict ourselves to a "max" fd when closing...
2014-06-01 Serhiy StorchakaIssue #21605: Added tests for Tkinter images.
2014-06-01 Serhiy StorchakaAdded missed calls of splitlist().
2014-06-01 Terry Jan ReedyIssue #21477: Update htest docstring and remove extrane...
2014-05-31 Benjamin Petersongive the correct fixer name (closes #21604)
2014-05-31 Ned DeilyIssue #21572: Change license command to fallback to...
2014-05-30 Terry Jan ReedyIssue #21593: (from StackOverflow) minor doc clarificat...
2014-05-30 Vinay SajipIssue #21608: Updated HTTPHandler documentation.
2014-05-30 Serhiy StorchakaTest correct getXXX methods in Tkinter bigmem tests.
2014-05-30 Serhiy StorchakaIssue #21552: Fixed possible integer overflow of too...
2014-05-30 Serhiy StorchakaAdd tests for getint, getdouble and getboolean methods...
2014-05-30 Gregory P.... Fix issue #14315: The zipfile module now ignores extra...
2014-05-29 Eric SnowIssue #21226: fix a ref leak.
2014-05-29 Terry Jan ReedyIssue #21477: Add htests for GrepDialog, UndoDelegator...
2014-05-28 Victor StinnerIssue #21454: Fix asyncio.BaseEventLoop.connect_read_pi...
2014-05-28 Victor StinnerIssue #21376: document asyncio.TimeoutError
2014-05-28 Serhiy StorchakaRestore performance of some dumb database methods ...
2014-05-28 Serhiy StorchakaIssue #21402: tkinter.ttk now works when default root...
2014-05-28 Serhiy StorchakaIssue #21493: Added test for ntpath.expanduser(). ...
2014-05-28 Serhiy StorchakaIssue #10203: sqlite3.Row now truly supports sequence...
2014-05-28 Vinay SajipIssue #18807: If copying (no symlinks) specified for...
2014-05-27 Andrew SvetlovFix for raising exception not derived from BaseExceptio...
2014-05-27 Terry Jan ReedyIssue #21477: Add htests for Search and Replace dialogs.
2014-05-27 Raymond HettingerIssue 21439: Minor issues in the reference manual.
2014-05-26 Benjamin Petersona post 3.4.1 world
2014-05-26 Benjamin Petersongrammar and sentence flow fix
2014-05-26 Benjamin Petersonformat reST directive in the usual way
2014-05-26 Benjamin Petersonlink to wikipedia description of cryptographic salt
2014-05-26 Benjamin Petersonoxford comma
2014-05-26 Benjamin Petersonremove tab (closes #21587)
2014-05-26 Benjamin Petersonfix typo in variable name (closes #21586)
2014-05-26 Raymond HettingerIssue #21481: Teach argparse equality tests to return...
2014-05-26 Raymond HettingerIssue 8743: Improve interoperability between sets and...
2014-05-26 Raymond HettingerIssue 21558: Fix a typo in the contextlib docs
2014-05-26 Raymond HettingerIssue 13355: Make random.triangular degrade gracefully...
2014-05-25 Terry Jan ReedyIssue #21477: Idle htest: modify run; add more tests.
2014-05-25 Nick CoghlanMention setuptools & wheel as key terms for distribution
2014-05-25 Serhiy StorchakaIssue #19925: Added tests for the spwd module. Original...
2014-05-25 Serhiy StorchakaIssue #18918: Removed non-existing topic from a list...
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
next