Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: c4d421820ee48da1fe5f3e912699be72d7c8b92a
      
https://github.com/pyinstaller/pyinstaller/commit/c4d421820ee48da1fe5f3e912699be72d7c8b92a
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    M PyInstaller/build.py
    A PyInstaller/utils/archive.py

  Log Message:
  -----------
  Issue #1321: Copy archive classes into PyInstaller.utils.archive module.


  Commit: 9bc163ab79d1e1e39049f4726d603b1b3cb519ab
      
https://github.com/pyinstaller/pyinstaller/commit/9bc163ab79d1e1e39049f4726d603b1b3cb519ab
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    M .gitignore
    R build2.bash
    R buildx.bash
    R develutils/find-empty-hooks.py
    A old/tox.ini
    A scripts/clean
    A scripts/find-empty-hooks.py
    R tests/scripts/clean
    R tox.ini

  Log Message:
  -----------
  Clean: Remove some old files, better file organiztion.


  Commit: 05646560f4ac3dc4eb0b3c50d41cc1ab266d4a2f
      
https://github.com/pyinstaller/pyinstaller/commit/05646560f4ac3dc4eb0b3c50d41cc1ab266d4a2f
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    A PyInstaller/bootloader/images/github_logo.png

  Log Message:
  -----------
  Clean: Add github logo.


  Commit: 84523f6fcea3880dc78a3181231ba6c07ea18383
      
https://github.com/pyinstaller/pyinstaller/commit/84523f6fcea3880dc78a3181231ba6c07ea18383
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    M PyInstaller/compat.py
    M PyInstaller/depend/utils.py

  Log Message:
  -----------
  Issue #1299: Reduce size of base_library.zip about 2 MB. Only required 
modules are bundled there.


  Commit: 625faa64891c23da8c1cc95a479e40aaadfac3db
      
https://github.com/pyinstaller/pyinstaller/commit/625faa64891c23da8c1cc95a479e40aaadfac3db
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    M PyInstaller/build.py
    M PyInstaller/cliutils/archive_viewer.py
    M PyInstaller/loader/pyiboot01_bootstrap.py
    M PyInstaller/loader/pyimod02_archive.py
    M PyInstaller/loader/pyimod03_carchive.py
    M PyInstaller/loader/pyimod04_importers.py
    R PyInstaller/utils/archive.py
    A PyInstaller/utils/archivewriter.py

  Log Message:
  -----------
  Issue #1321: Split Archive classes into Readers/Writers.


  Commit: 1b1a7f77afb985d751d1e2e3203895f05adf1f68
      
https://github.com/pyinstaller/pyinstaller/commit/1b1a7f77afb985d751d1e2e3203895f05adf1f68
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    M PyInstaller/build.py
    M PyInstaller/cliutils/archive_viewer.py
    M PyInstaller/depend/analysis.py
    R PyInstaller/loader/pyimod03_carchive.py
    A PyInstaller/utils/archivereaders.py
    M PyInstaller/utils/archivewriter.py

  Log Message:
  -----------
  Issue #1321: Do not bundle pyimod03_carchive with the exe. It is not 
necessary.


  Commit: c9de79dd2718367cd2d0e825f16d85921252c921
      
https://github.com/pyinstaller/pyinstaller/commit/c9de79dd2718367cd2d0e825f16d85921252c921
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    A PyInstaller/archive/__init__.py
    A PyInstaller/archive/readers.py
    A PyInstaller/archive/writers.py
    M PyInstaller/build.py
    M PyInstaller/cliutils/archive_viewer.py
    R PyInstaller/utils/archivereaders.py
    R PyInstaller/utils/archivewriter.py

  Log Message:
  -----------
  Issue #1321: Create subpackage for Archive readers/writers.


  Commit: 63a6c9f898d637c4793fc1bf33dcab1ce88aa73c
      
https://github.com/pyinstaller/pyinstaller/commit/63a6c9f898d637c4793fc1bf33dcab1ce88aa73c
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    A PyInstaller/archive/pyz_crypto.py
    M PyInstaller/build.py
    M PyInstaller/depend/analysis.py
    M PyInstaller/loader/pyimod02_archive.py
    R PyInstaller/loader/pyimod05_crypto.py

  Log Message:
  -----------
  Issue #1321: Move pyimod05_crypto into package PyInstaller.archive.


  Commit: 5243f8228a6700e4d0fb5b4f16562100e85cae89
      
https://github.com/pyinstaller/pyinstaller/commit/5243f8228a6700e4d0fb5b4f16562100e85cae89
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    M PyInstaller/archive/pyz_crypto.py
    M PyInstaller/loader/pyimod02_archive.py
    M tests/functional/scripts/pyi_feature_crypto.py
    M tests/functional/scripts/pyi_feature_nocrypto.py

  Log Message:
  -----------
  Issue #1321: Fix crypto feature to work again.


  Commit: baf4765b4ca977028d6f853d845e1045641ff50c
      
https://github.com/pyinstaller/pyinstaller/commit/baf4765b4ca977028d6f853d845e1045641ff50c
  Author: Martin Zibricky <[email protected]>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    M PyInstaller/depend/analysis.py
    M PyInstaller/loader/pyiboot01_bootstrap.py
    M PyInstaller/loader/pyimod02_archive.py
    A PyInstaller/loader/pyimod03_importers.py
    R PyInstaller/loader/pyimod04_importers.py
    M PyInstaller/loader/rthooks/pyi_rth_PIL_Image.py
    M PyInstaller/loader/rthooks/pyi_rth_pkgres.py

  Log Message:
  -----------
  Issue #1321: Fix rename pyimod04_importers to pyimod03_importers.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/cde35bc5dd54...baf4765b4ca9

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to