openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
NumPy
Settings
|
Report Duplicate
338
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 24 hours
ago.
Apr 29, 2024 — Apr 29, 2025
Showing page 1,285 of 1,286
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
forgot : at end of if statement
Eric Jones
More...
over 23 years ago
Prabhu found an issue in his test run where we try to delete a path_key that isn't available. THis can occur is a built-in function is added to catalog. built-ins do not have a path to their module (they are builtin after all). We now check to make sure that the catalog has the key before deleting it.
Eric Jones
More...
over 23 years ago
Added ramp example brought up by Brent Burley on comp.lang.python.
Eric Jones
More...
over 23 years ago
fixed a bug in declarations for ext modules. Types were not being cast correctly.
Eric Jones
More...
over 23 years ago
converted DOS line endings to UNIX line endings
Eric Jones
More...
over 23 years ago
screwed up last check in. Returning to previous version
Eric Jones
More...
over 23 years ago
converted DOS line endings to UNIX
Eric Jones
More...
over 23 years ago
converted all files (hopefully) from DOS style line endings to UNIX style line endings. Some of the Unix users were having problems with files with DOS style endings. Windows doesn't seem to be as picky about this issue.
Eric Jones
More...
over 23 years ago
changed import of fastumath as "optional" with a try/except clause. This allows people without SciPy, but with Numeric to use blitz.
Eric Jones
More...
over 23 years ago
refined get_version
Pearu Peterson
More...
over 23 years ago
refined get_version
Pearu Peterson
More...
over 23 years ago
changed insertion of stdc++ to check for msvc instead of platform == linux
Eric Jones
More...
over 23 years ago
fixed bug in tables that forced display width to certain number of pixels.
Eric Jones
More...
over 23 years ago
Introduced get_version, started compaq_fortran_compiler
Pearu Peterson
More...
over 23 years ago
added comment about single vs. double precision speed results
Eric Jones
More...
over 23 years ago
added benchmarks
Eric Jones
More...
over 23 years ago
one final pass through before posting to python-dev
Eric Jones
More...
over 23 years ago
added MANIFEST.in so that I could specify that all .txt files are included in the distribution
Eric Jones
More...
over 23 years ago
added legal license information to the file.
Eric Jones
More...
over 23 years ago
added a short README to tell where the documentation files are located
Eric Jones
More...
over 23 years ago
changed tempdir to gettempdir(). fixed bug introduced in latest testing frenzy
Eric Jones
More...
over 23 years ago
fixed get_opt for NAG compiler
Pearu Peterson
More...
over 23 years ago
fortran extension support
Pearu Peterson
More...
over 23 years ago
changed inline() args so that arg_names defaults to an empty list. THis allows you to run C code that doesn't need any arguments without supplying any.
Eric Jones
More...
over 23 years ago
fixed catalog test so that it would work if mutliple people were testing at same time or if /tmp/test_catalog could not be written.
Eric Jones
More...
over 23 years ago
fixed minor bugs
Eric Jones
More...
over 23 years ago
removed an import * at function level because 2.2 complains about it
Eric Jones
More...
over 23 years ago
moved test file creation to the temp directory so that it doesn't try to create files during test in a site-package sub-directory. This caused failues on Unix for testing of installed package.
Eric Jones
More...
over 23 years ago
more renaming of compiler to weave
Eric Jones
More...
over 23 years ago
I missed changing the compiler name in __init__
Eric Jones
More...
over 23 years ago
←
1
2
…
1278
1279
1280
1281
1282
1283
1284
1285
1286
→
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