[Python-modules-commits] [ipdb] branch master updated (af17ac9 -> 6d3545e)

Andrey Rahmatullin wrar at moszumanska.debian.org
Mon May 2 13:50:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

wrar pushed a change to branch master
in repository ipdb.

      from  af17ac9   Fixed VCS URL (https)
       new  e54b3ae   Fix d/watch to search for .tar.* instead of .zip.
       new  39e1f32   first import
       new  e0d9b6d   eggified
       new  d8cf97c   improve metadata
       new  0123efa   add url
       new  29cf138   patch from Jean
       new  6ac2a00   add ipython dependency
       new  69d60cf   set svn:ignore
       new  2406a27   useless
       new  9f74598   Preparing release 0.1
       new  05719ee   right structure
       new  5e6aab1   Back to development: 0.2
       new  24da90c   add pm()
       new  b07e4a7   Preparing release 0.2
       new  56df111   Back to development: 0.3
       new  14c962a   post_mortem() for Products.PDBDebugMode support.
       new  d8b8c53   Preparing release 0.3
       new  cba427c   Back to development: 0.4
       new  7b0b888   fix metadata
       new  a8f2a39   allow python -m ipdb module
       new  a92ec5d   python2.4 compatibility
       new  72d424a   Fixed post_mortem when the traceback is None.
       new  411e10c   Merged pull request #2 from collective/master.
       new  271e7e2   Merge branch 'master' of github.com:gotcha/ipdb
       new  368dbb1   cosmetics
       new  471b20f   try to improve color setup
       new  b44b9b6   proper initialization
       new  31bddd0   Update changelog
       new  5644ea9   fix changelog
       new  26b332a   Preparing release 0.4
       new  1e79a90   Back to development: 0.5
       new  e53d5b4   Add support for ipython 0.11 without breaking support for earlier versions.
       new  9af7e76   Set colors for ipython 0.11 properly when already in a shell.
       new  c8d5350   Remove unneeded dummy function, restore spaces.
       new  b88bc3a   Merge pull request #6 from lebedov/master
       new  1d96d31   update changelog
       new  446bdc3   Preparing release 0.5
       new  eb2bd79   Back to development: 0.6
       new  c06da93   tell more about IPython features
       new  8bff693   easier debugging
       new  07d5594   nose compatibility
       new  9e1f8d6   update stdout each time a new debugger is instantiated
       new  d0c282f   code to test nose
       new  eb5b6e5   update changelog
       new  7e270d3   Add setuptools ``console_scripts`` entry point.
       new  1a3918e   improve README
       new  1926e8b   more metadata
       new  9f80719   Preparing release 0.6
       new  9fba3f8   fix entry point
       new  0396c67   fix again
       new  19f8518   update changelog
       new  8cd22c9   Back to development: 0.7
       new  602b1a0   State dependency on ipython 0.10 or later.
       new  c23d06b   update changelog
       new  0e047e9   tune ignores
       new  6d69131   improve README
       new  9576283   Preparing release 0.6.1
       new  d404542   Back to development: 0.7
       new  3ebb82b   Fix Link
       new  c27a55d   Merge pull request #11 from WouterVH/master
       new  91a9cf7   (cleanup .gitignore)
       new  7585bea   Add manifest template.
       new  4ff7999   Merge pull request #17 from pjdelport/cleanup
       new  3031a0a   Added run, runcall and runeval functions.
       new  e5d0dd0   Added the changes to the readme and history.
       new  8a1e3a8   Trying to make the auto-merge work.
       new  490d9f4   Changing the import in __init__ to absolute.
       new  7dd22fe   (file -> open)
       new  d86c166   Add use_2to3 keyword to setup().
       new  b1fe702   Add Python 3 classifiers.
       new  35a2f8b   Avoid relative import.
       new  7f29cd2   Update manual_test.py syntax.
       new  a0301ee   Changelog: Python 3 support.
       new  6e31ee3   Update 2to3 output to use string substitution.
       new  dc72c95   Merge pull request #16 from pjdelport/python3-support
       new  1bef208   Merged from gotcha/ipdb:master to see if auto-merge works.
       new  b42394b   Merge pull request #19 from dimasad/master
       new  c6f0c8a   Add super basic tests (that importing works)
       new  f095806   Add support for tox (http://tox.testrun.org/)
       new  2ddb9ca   Merge pull request #24 from msabramo/testing
       new  4159626   Add license and copyright information
       new  8d96476   Merge pull request #27 from stan3/master
       new  22b1217   new context manager to use launch_ipdb_on_exception with the with statement
       new  85b88ef   make launch ipdb_on_exception importable
       new  f321a95   add documentation on ipdb_on_exception in the README
       new  de79070   fancy, align comments in __init__.py
       new  99e266c   new context manager to use launch_ipdb_on_exception with the with statement
       new  491b46d   make launch ipdb_on_exception importable
       new  7aa3fdd   add documentation on ipdb_on_exception in the README
       new  edea61c   fancy, align comments in __init__.py
       new  6b8f474   merge
       new  21c0989   Merge pull request #22 from Psycojoker/master
       new  dd70a77   Wrap sys.excepthook only once
       new  50c7ede   Merge pull request #28 from marciomazza/master
       new  547315c   prepare release
       new  47a8177   pyflakes and pep8
       new  72ffe32   Drop Python 2.4 support
       new  6db75a7   drop Python 2.4 support
       new  8e985d6   Preparing release 0.7
       new  bec0d5e   Back to development: 0.7.1
       new  28e7d55   Append python major version to setuptools entry points for python3 (and later).
       new  eefb7a1   Merge pull request #32 from aldrik/master
       new  69712e7   Update README.rst
       new  4ebdfc3   Add Travis CI configuration
       new  a205a00   Add Travis build status image to README.rst
       new  deb441d   Merge pull request #46 from kynan/travis-ci
       new  c4c2d18   Fix for IPython 1.0.0 in which terminal dir has been moved
       new  4194f96   Should work with new and old version of IPython
       new  0206c41   Refactored code responsible for importing
       new  dce881c   Counter fix
       new  8c97168   fix for warn("The top-level frontend package has been deprecated.[...]
       new  0a03f52   #44 should be fixed now... really... :)
       new  bda616f   Merge pull request #45 from pgularski/master
       new  32f6668   Index into version_info in setup.py for Python 2.6 compatibility.
       new  a674a15   Merge remote-tracking branch 'remotes/kynan/python26-setup-fix'
       new  6b5d5e6   tune history
       new  5b2c0ed   test both older and newer versions
       new  a63382d   fix travis
       new  6b559e4   see which version is used
       new  c274d63   tune manifest
       new  52daada   Preparing release 0.7.1
       new  007dfea   Back to development: 0.7.2
       new  b953f20   More Python 3 compatibility
       new  96ea951   Preparing release 0.8
       new  cb04b98   Back to development: 0.8.1
       new  68591f8   Removed frame from interaction to solve context issue.
       new  2309a13   Merge pull request #30 from omergertel/master
       new  6c2d2b3   update changelog
       new  9b2f0e5   Make Nose support less invasive
       new  fc0d1a6   update travis matrix
       new  655a9a1   try without quotes
       new  014a39a   fix travis format to enable matrix exclusion ?
       new  06b553d   another try
       new  a37231f   with quote again
       new  e4351e1   all quotes
       new  b06a9de   use containers
       new  8957c1c   Preparing release 0.8.1
       new  9e8f0c8   Back to development: 0.8.2
       new  82416ed   Load IPython configuration into ipdb
       new  32ee046   Display a message when config will not be loaded
       new  c54203a   Merge pull request #69 from IxDay/fix-ipython-conf-loading
       new  6032955   Add python 3.5 on travis
       new  54a2d98   Merge pull request #74 from nikolas/patch-1
       new  da84cef   Added user defined context to set_trace
       new  0fb9e29   Merge pull request #75 from JamshedVesuna/master
       new  6ebf2be   Removed lexical comparison for version numbers and replaced with the pkg_resources module, in order to use parse_version for comparisons
       new  2e89ea0   Include sitepackages in setup
       new  4063570   Fix mistake in setup.py
       new  5187608   Merge pull request #76 from sas23/bug-72
       new  08c6ab6   update documentation
       new  0a19878   Preparing release 0.8.2
       new  0969f57   Back to development: 0.8.3
       new  10cdf15   Don't pass sys.argv to IPython for configuration
       new  3736ecf   Merge pull request #80 from emulbreh/dont-pass-commandline-arguments-to-ipython
       new  38da2c4   changelog
       new  6b09d52   Preparing release 0.8.3
       new  40878ab   Back to development: 0.8.4
       new  6d446dd   relicense under revised BSD license
       new  d5c187e   Preparing release 0.9.0
       new  9be0447   Back to development: 0.9.1
       new  6e0fb54   list authors
       new  1ebc94f   Update classifiers to include Python 3.3 ~ 3.5
       new  a47fb2a   Merge pull request #82 from felixonmars/patch-1
       new  24bba00   update AUTHORS
       new  229825a   actual github id
       new  99743d4   2.5 support has been dropped since 0.8
       new  191c423   Stop trying to magically guess when stdout needs to be captured.
       new  a40ae1d   fix frame
       new  fefb930   Stop trying to magically guess when stdout needs to be captured.
       new  e39069a   Merge branch 'fix_stdout' of github.com:gotcha/ipdb into fix_stdout
       new  b283f64   typo
       new  5d53fb7   fix REST
       new  40e4c50   fix example
       new  cd848f1   Fix failure on older ipython versions
       new  c9d92c8   Merge pull request #86 from asivokon/patch-1
       new  7db1bdd   Update HISTORY.txt
       new  ec589ad   Merge pull request #88 from asivokon/patch-2
       new  1466104   Reset ``sys.modules['__main__']`` to original value.
       new  d1bd812   update manifest
       new  8f40c7d   Preparing release 0.9.1
       new  bf27ec8   Back to development: 0.9.2
       new  39709cf   closes https://github.com/gotcha/ipdb/issues/93
       new  26d475b   Preparing release 0.9.2
       new  07c326b   Back to development: 0.9.3
       new  314ac95   Don't require users to pass a traceback to post_mortem
       new  2de1b35   Merge pull request #94 from Wilfred/make_post_mortem_arg_optional
       new  600bc99   Merge pull request #94 from Wilfred/make_post_mortem_arg_optional
       new  611212d   Merge branch 'master' of github.com:gotcha/ipdb
       new  83e712a   Preparing release 0.9.3
       new  a407706   Back to development: 0.9.4
       new  7e6e8d8   change import time
       new  87718d3   update changelog
       new  ac4fa35   Preparing release 0.9.4
       new  4227bee   Back to development: 0.9.5
       new  52e86fb   more details
       new  f107402   Merge branch 'master' into fix_stdout
       new  2b3e6a4   Preparing release 0.10.0
       new  9355886   Import ipdb_0.10.0.orig.tar.gz
       new  f1365b0   record new upstream branch created by importing ipdb_0.10.0.orig.tar.gz and merge it
       new  efae19b   Update the license and years in d/copyright.
       new  1bf13c6   Bump S-V.
       new  6d3545e   Update debian/changelog.

The 202 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                    |  20 +++
 COPYING.txt                | 369 ++++-----------------------------------------
 HISTORY.txt                |  73 +++++++++
 MANIFEST.in                |   1 +
 PKG-INFO                   | 112 +++++++++++++-
 README.rst                 |  31 +++-
 debian/.git-dpm            |  14 +-
 debian/changelog           |  12 +-
 debian/control             |   2 +-
 debian/copyright           |  54 ++++---
 debian/watch               |   2 +-
 ipdb.egg-info/PKG-INFO     | 112 +++++++++++++-
 ipdb.egg-info/SOURCES.txt  |   2 +
 ipdb.egg-info/requires.txt |   3 +-
 ipdb/__init__.py           |  24 ++-
 ipdb/__main__.py           | 163 ++++++++++----------
 ipdb/stdout.py             |  39 +++++
 manual_test.py             |  16 +-
 setup.py                   |  24 ++-
 tests/test_import.py       |  13 +-
 20 files changed, 569 insertions(+), 517 deletions(-)
 create mode 100644 AUTHORS
 create mode 100644 ipdb/stdout.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipdb.git



More information about the Python-modules-commits mailing list