openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
PythonCAD
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
almost 2 years
ago. based on code collected
over 4 years
ago.
Jan 17, 2021 — Jan 17, 2022
Showing page 69 of 91
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added new __eq__ and __ne__ method to the following files, but for the time being they are inactive as these operators are named __zeq__ and __zne__. When the __cmp__ methods are removed these new methods will be renamed and lose the 'z'.
Art Haas
More...
over 22 years ago
layer.py: Reword and error message and test that the argument to getLayerEntities() is a string.
Art Haas
More...
over 22 years ago
dxf.py: Fix the reading of header variables for things like points where the variable has several associated values.
Art Haas
More...
over 22 years ago
gtkdimension.py: Add in a few int() to gtk.draw_arc() calls to remove a few Deprecation warnings missed in earlier cleanups.
Art Haas
More...
over 22 years ago
nurbs.py: Don't append points where weight sum is 0; print out control points and keypoints in files
Art Haas
More...
over 22 years ago
nurbs.py: Adding this into the repo.
Art Haas
More...
over 22 years ago
dxf.py: Store header variable data in a list, but when assigning it to the header variable dictionary convert it to a tuple. Also don't bother storing the code value.
Art Haas
More...
over 22 years ago
dxf.py: Rework header variable to properly catch all the values defined for a single header variable; tweak the way the section reading code works.
Art Haas
More...
over 22 years ago
dxf.py: Rework many of the section reading routines to raise errors if the code value is not expected; remove parens from a tuple return.
Art Haas
More...
over 22 years ago
dwg15.py: Prefix all get_default_double() calls with 'dwgutil.'; change various functions to reuse variable names - this helps pychecker.
Art Haas
More...
over 22 years ago
download.html: Fix OpenDWG link.
Art Haas
More...
over 22 years ago
README: Updates for tenth release.
Art Haas
More...
over 22 years ago
NEWS: Updates for tenth release. setup.py: Updates for tenth release.
Art Haas
More...
over 22 years ago
checklist.html: Added HWM icon. code_layout.html: Added HWM icon. commands.html: Added HWM icon. download.html: Updates for tenth release. fileformat.html;: Added HWM icon. index.html: Updates for tenth release. screenshots.html: Added HWM icon. usage.html: Added HWM icon.
Art Haas
More...
over 22 years ago
dwg12.py: Fix stupid error in file - missing "=". Duh!
Art Haas
More...
over 22 years ago
gtkconobjs.py: Add int() to event x/y coordinates to remove warnings in Python2.3.
Art Haas
More...
over 22 years ago
gtkprefs.py: Add in a checkbox for drawing radial dimensions showing the diameter value.
Art Haas
More...
over 22 years ago
gtkimage: Use the clipping functions for lines, circles, and construction lines entities; clean up circle/arc drawing by using int() for angles. gtkdimension.py: Remove warnings from Python2.3 by using int() for position variables. gtkentities.py: Remove warnings from Python2.3 by using int() to set circle/arc angles
Art Haas
More...
over 22 years ago
quadtree.py: Adding this though it isn't used yet. bindump.py: Adding this - this file was used for decoding the DWG files by printing out the bit patters in a chosen section of the file.
Art Haas
More...
over 22 years ago
segjoint.py: Remove some unneeded parenthesis around a returned tuple.
Art Haas
More...
over 22 years ago
color.py: Simply the color_str_to_int() function by removing the string slice and also handle strings starting with '0X'.
Art Haas
More...
over 22 years ago
dwg12.py: Add in a function for reading the extended entity data for R12 files; handle the 'AC1010' files - what release is this?
Art Haas
More...
over 22 years ago
dwg15.py: Remove the common util functions as they are in dwgutil; remove the dump_info() stuff as that is gone.
Art Haas
More...
over 22 years ago
tools.py: Add in the RADIAL_DIM_DIA_MODE setting for radial dimensions; space tweak in a tuple.
Art Haas
More...
over 22 years ago
circle.py: Add a note about the potentional for improving the clipping algorithm by saving values that are calculated repeatedly.
Art Haas
More...
over 22 years ago
arc.py: Allow for circle objects in __cmp__ method.
Art Haas
More...
over 22 years ago
dimension.py: Remove trailing spaces; explicitly set the __dia_mode field in the initializer function for RadialDimensions
Art Haas
More...
over 22 years ago
linetype.py: An even better c_mul() routine - this one makes more sense!
Art Haas
More...
over 22 years ago
gtkentities.py: Convert x/y coordinates with int(). gtkmodify.py: Convert x/y coordinates with int().
Art Haas
More...
over 22 years ago
linetype.py: Replace the c_mul() routine with one avoiding the eval() - this routine executes without warnings in Python 2.3, and avoids the hackish long->str->int conversion of the old routine. It even seems to work too ... :-)
Art Haas
More...
over 22 years ago
←
1
2
…
65
66
67
68
69
70
71
72
73
…
90
91
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree