Changelog for P4Python $Id: //guest/robert_cowham/perforce/API/python/main/CHANGELOG.txt#16 $ Robert Cowham robert@vaccaperna.co.uk 2008-06-03 - 1.2 - Remove compiler warning for Python 2.5 vs 2.4 via #ifdef 2008-01-08 - 1.1 - Fixed setup.py error for Linux 2008-01-04 - 1.1 - Added raise error on dropped connection - thanks to Ryan Blazecka - Added Solaris option to setup.py (and tidied it a little) 2007-10-09 - Added Darwin option to setup.py - thanks to Lyndsey Ferguson. No other code changes. 2007-09-25 - Updated license to make it easier to distribute (with agreement from Mike), and so that Perforce can support it. 2007-06-29 - Bug fix in spec handling as suggested by Peter Fornwall - Also changed API handling in setup.py suggested by Peter to allow standard argument parsing - Upgraded version to 1.0 - Upgrade to use Perforce API 2007.2 (new structure of api dirs and minor code change) 2007-01-31 - Fix typo in doc and document api() call. 2007-01-24 - Build for Python 2.5 - no code changes. - Document new switch for setup. 2006-11-06 - Merge in Shawn Hladky's change for 2005.2 API - Merged in changes by Kristjn V. Jnsson, python reference counting bugs and settrans. - Added new attributes/methods: config (read-only) prog (write-only) version (write-only) ticket_file (write-only) set_protocol() api() 2006-11-02 - Added option to read api ver P4.p4_api_ver - Added tests for different P4 API builds 2006-10-22 - Reworked test harness to use new Perforce sample depot so anyone can run it. - Fixed problem with binary output (via print) reported by Keith Perry - Added link to RPM build by Jason Dillon in index.html 2005-08-31 - 0.6 - Updated docs and added new Linux binary. 2005-07-22 - 0.6 - Added P4Error class and catch all errors - shouldn't see P4Client.error any more! - Raise the error when appropriate. - Added translate() function to allow working with Internationalised servers. - Fix problem with diff2 and diff 2005-01-12 - 0.5 - Raise AttributeError 2005-01-12 - Added some docs - Reorganised - Added a LICENSE.txt file and this file. 2005-01-10 - First version I let a few people know about
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#16 | 6360 | Robert Cowham |
- Remove compiler warning for Python 2.5 vs 2.4 via #ifdef Version 1.2 |
||
#15 | 6145 | Robert Cowham | - Fixed setup.py error for Linux | ||
#14 | 6134 | Robert Cowham |
1.1 - Added raise error on dropped connection - thanks to Ryan Blazecka - Added Solaris option to setup.py (and tidied it a little) |
||
#13 | 6058 | Robert Cowham |
- Added Darwin option to setup.py - thanks to Lyndsey Ferguson. No other code changes. |
||
#12 | 6043 | Robert Cowham | Changed license (with Mike's agreement) to make it more easily distributable and also maintainable by Perforce | ||
#11 | 5967 | Robert Cowham | - Upgrade to use Perforce API 2007.2 (new structure of api dirs and minor code change) | ||
#10 | 5966 | Robert Cowham |
- Bug fix in spec handling as suggested by Peter Fornwall - Also changed API handling suggested by Peter to allow standard argument parsing - Upgraded version to 1.0 |
||
#9 | 5833 | Robert Cowham | - Fix typo in doc and document api() call. | ||
#8 | 5823 | Robert Cowham |
- Build for Python 2.5 - no code changes. - Document new switch for setup. |
||
#7 | 5755 | Robert Cowham |
Added set_protocol() and api() methods. Updated index.html and new Windows dist. |
||
#6 | 5745 | Robert Cowham |
- Added option to read api ver P4.p4_api_ver - Added tests for different P4 API builds Use macro stringification to get P4 API VER. |
||
#5 | 5727 | Robert Cowham |
- Reworked test harness to use new Perforce sample depot so anyone can run it. - Fixed problem with binary output (via print) reported by Keith Perry - Added link to RPM build by Jason Dillon in index.html |
||
#4 | 5101 | Robert Cowham | Updated docs and added new Linux binary. | ||
#3 | 5057 | Robert Cowham |
- Added P4Error class and catch all errors - shouldn't see P4Client.error any more! - Raise the error when appropriate. - Added translate() function to allow working with Internationalised servers. - Fix problem with diff2 and diff |
||
#2 | 4770 | Robert Cowham |
Changed example to show better usage. Raise AttributeError if appropriate. |
||
#1 | 4766 | Robert Cowham |
Rather better documentation (and license and changelog). Reorganised dirs. Added .zip file and windows binary installer. |