- Sep 14, 2012
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- the C version of segmentlist.__abs_() doesn't check if the list's length changes each time through the loop. because the arithmetic performed in the loop involves calls out to the interpreter, it's possible for specially-crafted code to alter the list's length as a side effect of the arithmetic. this patch checks the list's length on each iteration of the loop
-
Kipp Cannon authored
-
Ryan Fisher authored
-
- Sep 13, 2012
-
-
Kipp Cannon authored
-
- Sep 11, 2012
-
-
Kipp Cannon authored
- convert the .validchildren and .validattributes class attributes of all Element classes to frozensets to increase the speed of tests that check for invalid children and attributes
-
Kipp Cannon authored
-
- Sep 04, 2012
-
-
Kipp Cannon authored
-
Ryan Fisher authored
-
- Aug 31, 2012
-
-
Kipp Cannon authored
-
- Aug 24, 2012
-
-
Ryan Fisher authored
Applying patch to ligolw_segments_from_cats provided by Larne. The patch copies process table entries into the output.
-
- Aug 22, 2012
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
- Aug 21, 2012
-
-
Duncan Brown authored
-
Duncan Brown authored
-
Duncan Brown authored
-
Kipp Cannon authored
there were a number of problems with pickle support for the segmentlistdicts. I'm not sure they've ever pickled and unpickled correctly, especially if they had non-zero offsets set.
-
Duncan Brown authored
-
Duncan Brown authored
-
- Aug 20, 2012
-
-
Kipp Cannon authored
-
- Aug 17, 2012
-
-
Duncan Macleod authored
(cherry picked from commit cf679e0debeb4215f4245a46477362b82cd910d5)
-
- Aug 10, 2012
-
-
Adam Mercer authored
-
- Aug 09, 2012
-
-
Kipp Cannon authored
-
- Jul 31, 2012
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
- Jul 26, 2012
-
-
Duncan Macleod authored
-
Duncan Macleod authored
-
- Jul 25, 2012
-
-
Kipp Cannon authored
when the property is written to, parse the URL into the components, and when read re-assemble the components. this is the first step to allowing the components to be writable. we'll sit on this first change for a bit to see if it breaks anything.
-
Duncan Macleod authored
-
Duncan Macleod authored
(cherry picked from commit c2edd121139372733e66b608f156b823095c9e0f)
-
Duncan Macleod authored
(cherry picked from commit b85b86291019cc3520e8af09ca94bbaad8f99937)
-
Duncan Macleod authored
glue: added new GWDataFindClient module for client connections to the datafind server, and a new gw_data_find executable to use it. (cherry picked from commit b77f526900d752c7c410568d8262bf33ff14adbc)
-
Duncan Macleod authored
This reverts commit d9178692ab6452170c25656478a1576084e28133.
-
- Jul 20, 2012
-
-
Kipp Cannon authored
-
Kipp Cannon authored
this feature had been added as a hack to work around problems in programs that needed to work with XML and sqlite documents simultaneously. More sophisticated solutions are now available, and nothing uses this feature any more.
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-