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
L
language-python
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 14 hours
ago. based on code collected
about 14 hours
ago.
Jul 28, 2024 — Jul 28, 2025
Showing page 4 of 6
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bump transformers dependency
nomeata
as Joachim Breitner
More...
almost 11 years ago
Merge pull request #17 from Gabriel439/arraybounds
Bernie Pope
More...
almost 11 years ago
Increased upper bound on `arrays` dependency
Gabriel Gonzalez
More...
almost 11 years ago
Make the lexer insert a newline token just prior to the end of input if one is not already there. Addresses https://github.com/bjpop/language-python/issues/2
Bernie Pope
More...
over 11 years ago
Removed todo item for escaped triple quoted strings
Bernie Pope
More...
over 11 years ago
Removed raw bytestring issue from todo.txt
Bernie Pope
More...
over 11 years ago
Allow rb and br forms for raw bytestrings
Bernie Pope
More...
over 11 years ago
Allow rb and br forms for raw bytestrings
Bernie Pope
More...
over 11 years ago
Removed todo for unescapeRawString
Bernie Pope
More...
over 11 years ago
Make unescapeRawString preserve backslashes in strings; addressing https://github.com/bjpop/language-python/issues/10
Bernie Pope
More...
over 11 years ago
Updated .gitignore and added todo.txt
Bernie Pope
More...
over 11 years ago
Update package dependency constraints to latest versions on hackage
Bernie Pope
More...
over 12 years ago
Bumped minor version number because of cabal upload failure
Bernie Pope
More...
over 12 years ago
Fixed the syntax of the source-repository section
Bernie Pope
More...
over 12 years ago
Added source-repository to cabal file
Bernie Pope
More...
over 12 years ago
Updated versions on library dependencies
Bernie Pope
More...
over 12 years ago
Hid import of foldl' from Data.Map to avoid nameclash
Bernie Pope
More...
over 12 years ago
Merge pull request #5 from yihuang/master
Bernie Pope
More...
over 12 years ago
fix build problem on ghc 7.2.1
yihuang
More...
over 13 years ago
Removed stuff about building the testsuite
Bernie Pope
More...
over 14 years ago
Deleted RoundTrip.hs
Bernie Pope
More...
over 14 years ago
Added beginnings of testing framework via round trip
Bernie Pope
More...
over 14 years ago
Fixed bug in pretty printer for singleton tuple which was missing comma at the end. As reported by Kevin Quick.
Bernie Pope
More...
over 14 years ago
Added support for unicode literals (version 2 only), but not raw variant
Bernie Pope
More...
over 14 years ago
Style file for HCAR report
Bernie Pope
More...
over 14 years ago
tex files used to generate Issue19 of HCAR report
Bernie Pope
More...
over 14 years ago
Added AST.hs files to extra-source-files. This ensures that the files are included in the source distribution made by "cabal sdist". The conditional definition of hs-source-dirs means that only one of the ghc_* dirs would normally be included.
Bernie Pope
More...
about 15 years ago
Renamed directory ghc_6_12 -> ghc_6_12-13 to reflect the version numbers in the bug fix. Bumped the version number of the package.
Bernie
More...
about 15 years ago
Extended the range of ghc versions in fix for memory usage bug. Version range was limited to 6.12, now extended to 6.12 <= version < 6.14. At the moment 6.14 has not been released, but we are hopeful that 6.14 will contain a proper bug fix.
Bernie
More...
about 15 years ago
Modified the cabal file to allow special inclusion of a version of AST.hs based on the version of ghc being used. This is to work around the bug in GHC 6.12.x which caused the compiler to use excessive memory when compiling this package. The bug is http://hackage.haskell.org/trac/ghc/ticket/3972. The workaround is to compiled AST.hs with OPTIONS_GHC -fomit-interface-pragmas So we have two versions of AST.hs in the source tree. One with the bug fix for the 6.12 series of compiler and one without for "normal" ghc.
Bernie Pope
More...
about 15 years ago
←
1
2
3
4
5
6
→
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