Patrick Kanzler
|
302e6e8917
|
Merge branch 'master' of https://github.com/ztane/python-escpos into ztane-master
Conflicts:
.gitignore
escpos/constants.py
escpos/escpos.py
The branch by DavisGoglin contains a fix for issue 10, fixes #10
|
2015-12-30 10:35:00 +01:00 |
Adusso
|
b78f8c9807
|
escpos module fixed for python 3?
|
2014-05-31 17:36:00 +03:00 |
Adusso
|
916de838e0
|
python 3 readiness
|
2014-05-31 17:05:46 +03:00 |
Stephan Sokolow
|
b6216403c4
|
Apply the cash drawer fix detailed in Issue 10 on the Google Code repo.
https://code.google.com/p/python-escpos/issues/detail?id=10
|
2014-05-22 01:11:27 -04:00 |
Stephan Sokolow
|
b5f68f6895
|
Actually use the barcode height and width parameters
(And reverse their order in the method signature so corrections to the
range checks don't break existing code)
|
2014-05-22 00:55:09 -04:00 |
Stephan Sokolow
|
ac640785cc
|
Make the structure of the ESC/POS commands less opaque
(The commands are intended to be readable by people who grew up with ANSI
escape codes so represent them that way in the code)
|
2014-05-22 00:53:48 -04:00 |
Davis Goglin
|
fa8d961e6d
|
google code revision ef4c58851474 (Added quad-area characters)
|
2014-03-14 09:18:23 -07:00 |
Davis Goglin
|
f8c34e8748
|
imported latest google code repo
|
2013-08-22 08:16:57 -07:00 |