log

age author description
Tue, 19 Jun 2012 21:32:08 -0500 Brian Neal Add methods to Plugboard to support hill-climbing. default tip
Tue, 19 Jun 2012 19:02:37 -0500 Brian Neal Plugboard now has methods to output state as a string for easier display.
Tue, 05 Jun 2012 19:41:04 -0500 Brian Neal Added tag 0.1 for changeset 38da44b09e43
Tue, 05 Jun 2012 19:22:14 -0500 Brian Neal Add the docs to the setup.py package_data. 0.1
Tue, 05 Jun 2012 19:03:36 -0500 Brian Neal Updates for upload to PyPI.
Tue, 05 Jun 2012 18:18:28 -0500 Brian Neal Add more read the docs links in README. Adjust MANIFEST.in for docs.
Mon, 04 Jun 2012 21:09:34 -0500 Brian Neal Use Read the Docs' handy short link to our docs.
Mon, 04 Jun 2012 21:04:58 -0500 Brian Neal Oops, we aren't on PyPI yet.
Mon, 04 Jun 2012 20:51:05 -0500 Brian Neal Updated README and docs with link to Read the Docs page.
Mon, 04 Jun 2012 20:24:38 -0500 Brian Neal Documented the key file format.
Mon, 04 Jun 2012 20:05:51 -0500 Brian Neal Document pyenigma.py. Fix bug in keyfile.py.
Mon, 04 Jun 2012 19:25:50 -0500 Brian Neal Raise an exception if the requested day is not found in the key file.
Mon, 04 Jun 2012 19:22:55 -0500 Brian Neal Added a get_rotor_count() method to EnigmaMachine.
Mon, 04 Jun 2012 18:51:51 -0500 Brian Neal Fix document reference in docs.
Sun, 03 Jun 2012 18:35:22 -0500 Brian Neal Added key_from_file to the user's guide.
Sun, 03 Jun 2012 17:33:43 -0500 Brian Neal Wrote out most of the user's guide. Added plugboard info to the ref. manual.
Sat, 02 Jun 2012 22:32:42 -0500 Brian Neal More documentation work.
Fri, 01 Jun 2012 23:10:17 -0500 Brian Neal More work on documentation.
Thu, 31 May 2012 20:55:23 -0500 Brian Neal Just getting starting with some Sphinx documentation.
Wed, 30 May 2012 20:08:15 -0500 Brian Neal Cleaned up some awkward wording in the README.
Wed, 30 May 2012 19:16:22 -0500 Brian Neal Created a setup.py using distutils.
Tue, 29 May 2012 17:30:49 -0500 Brian Neal Update the README with an example command-line invocation.
Tue, 29 May 2012 17:21:16 -0500 Brian Neal Correct name of command-line argument for key file.
Tue, 29 May 2012 17:12:42 -0500 Brian Neal First cut at a command-line app to encrypt/decrypt.
Tue, 29 May 2012 12:43:17 -0500 Brian Neal EnigmaMachine.from_key_sheet can now take a string for rotor settings.
Mon, 28 May 2012 20:43:31 -0500 Brian Neal Slight tweak to test code.
Mon, 28 May 2012 19:36:08 -0500 Brian Neal Again with the typos.
Mon, 28 May 2012 19:35:06 -0500 Brian Neal Fix typo in README.txt.
Mon, 28 May 2012 19:29:55 -0500 Brian Neal Wrote a test using the Kriegsmarine example in Dirk Rijmenants'
Mon, 28 May 2012 16:37:22 -0500 Brian Neal Added a README and an example program.
Sun, 27 May 2012 22:47:53 -0500 Brian Neal Remove some unneeded conversions to string.
Sun, 27 May 2012 22:20:58 -0500 Brian Neal We can now decrypt an actual encoded message from WWII!
Sun, 27 May 2012 21:53:47 -0500 Brian Neal Fix for the Rotor.notch_over_pawl() bug.
Sun, 27 May 2012 21:20:34 -0500 Brian Neal Discovered a notch bug. Saving everything before trying to fix it.
Sun, 27 May 2012 19:41:59 -0500 Brian Neal Decided to get rid of the numeric rotor display for now.
Sun, 27 May 2012 18:51:40 -0500 Brian Neal Made Plugboards easier to construct. Can do it from a list of integer
Sun, 27 May 2012 15:05:00 -0500 Brian Neal Created a factory function to make it easier to create Enigmas.
Sun, 27 May 2012 13:57:13 -0500 Brian Neal Integrate Plugboard with EnigmaMachine class and tests.
Sun, 27 May 2012 13:40:58 -0500 Brian Neal Created Plugboard class and tests.
Sat, 26 May 2012 23:14:23 -0500 Brian Neal Added a simple cipher test using data from Wikipedia.
Sat, 26 May 2012 21:43:03 -0500 Brian Neal Added a test for "double stepping".
Sat, 26 May 2012 20:05:07 -0500 Brian Neal First pass at moving rotors automatically. Can now process text.
Sat, 26 May 2012 18:30:49 -0500 Brian Neal Adding a LICENSE.txt file.
Sat, 26 May 2012 17:21:22 -0500 Brian Neal First version of EnigmaMachine class. Simple main to test operations.
Sat, 26 May 2012 15:19:48 -0500 Brian Neal Created a data file and factory functions for rotors & reflectors.
Sat, 26 May 2012 14:29:03 -0500 Brian Neal Changed the Rotor stepping parameter to any old iterable.
Sat, 26 May 2012 12:53:00 -0500 Brian Neal Futzing around with the doc string & copyright comment order.
Sat, 26 May 2012 00:38:36 -0500 Brian Neal The wiring test now tests all ring settings, rotations, and positions.
Sat, 26 May 2012 00:09:17 -0500 Brian Neal The Rotor wiring test works through a full rotation.
Fri, 25 May 2012 23:42:45 -0500 Brian Neal Added some Rotor tests.
Fri, 25 May 2012 19:38:22 -0500 Brian Neal Initial commit. Started a Rotor class.