0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 4 months ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix segfault when destructing a ClientApi that had a KeepAlive set. More... over 12 years ago
Updates to support P4API 2009.1. More... over 12 years ago
Added MapApi and MapType classes to the perforce.api module. More... over 12 years ago
Fix compilation under 2008.1 API. More... over 12 years ago
Catch Python exceptions thrown from overridden ClientUser methods and translate them into Error objects where possible. More... over 12 years ago
Fixed a bug in the _SynchronousClientUser and _AsynchronousClientUser classes. They were defining an outputMessage method rather than a message method, meaning most messages were making a round-trip via outputInfo/outputError (potentially losing some info on the way). More... over 15 years ago
Merge fixes from 0.4-stable branch. More... over 15 years ago
Tagged Perforce 2007.3 API for freebsd60x86 in vendor area. More... over 15 years ago
Imported Perforce 2007.3 API for freebsd60x86 to vendor area. More... over 15 years ago
Tagged Perforce 2007.2 API for freebsd60x86 in vendor area. More... over 15 years ago
Imported Perforce API 2007.2 for freebsd60x86 into vendor area. More... over 15 years ago
Rearranged Perforce API source tree in vendor/p4api/current/freebsd60x86 to match that of 2007.2 release. More... over 15 years ago
Tagged Perforce 2006.2 API for freebsd60x86 to vendor area. More... over 15 years ago
Imported Perforce 2006.2 API for freebsd60x86 to vendor area. More... over 15 years ago
Update all platforms to use Perforce C++ API 2007.3. More... almost 16 years ago
Tagged Perforce C++ API 2007.2 in vendor area. More... almost 16 years ago
Tagged P4API 2007.3 in vendor area. More... about 16 years ago
Imported Perforce C++ API to 2007.3 for all platforms. More... about 16 years ago
Updated Perforce C++ API to 2007.2 for all platforms. More... about 16 years ago
Fixed directory the P4API header files live in. More... about 16 years ago
Rearranged vendor/p4api/current directories to match new structure used by 2007.2 and later P4API releases. More... about 16 years ago
Update trunk to release 0.5 development now that 0.4 branch has been taken. More... over 16 years ago
Added an optional 'force' parameter to the Client.save() method. More... over 16 years ago
Tweaked command-line options for API documentation generation to suit Epydoc 3.0beta1. More... over 16 years ago
Advertise the Counter class in the perforce and perforce.objects module __all__ members so that the API documentation generator picks it up. More... over 16 years ago
Fix documentation of ClientApi.setBreak() method. More... over 16 years ago
Added a new Connection.keepalive attribute as an interface onto the new ClientApi.setBreak() method. More... over 16 years ago
Added ClientApi.setBreak() method to the low-level API. More... over 16 years ago
Fix compilation for Python 2.5 64-bit platforms caused by a change in PyMappingMethods member types. More... over 16 years ago
Updated handling of 'p4 jobs' output to parse all job data as forms rather than the first as a form and the rest as records. More... almost 17 years ago