Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sagemath/sagenb

Sage Notebook (flask), docs in $SAGE_LOCAL/share/doc/sagenb/index.html
https://github.com/sagemath/sagenb

Add path to threejs

000990026508c1c3f5aefb362898634dd3199f76 authored almost 8 years ago by Paul Masson <[email protected]>
correct doctest

a66bf457b422158053144d4024e7dfd8c48e8da6 authored almost 8 years ago by Frédéric Chapoton <[email protected]>
Ensure that _home_path exists

f86eac96defd2e97b0e59b1cc6243696b3b1fab5 authored almost 8 years ago by Jeroen Demeyer <[email protected]>
Fix _user_path() in case that the new path exists but not the old path

This is needed for testing ExportSageNB

dd4742f5218ac1ad2bb0fc45449c1e40ac8510c3 authored almost 8 years ago by Jeroen Demeyer <[email protected]>
Module >>> Blueprint

9dd5c0f8c783de7cb0ae21c9f445ab8260b5a0ac authored almost 8 years ago by Frédéric Chapoton <[email protected]>
Fix https://trac.sagemath.org/ticket/22423

f987c9c0e1003916bb37a7791936a14bfe75beff authored almost 8 years ago by Jeroen Demeyer <[email protected]>
Merge pull request #421 from kwshi/master

Fix `url_for` call to reference local blueprint endpoint (fixes #420)

60cbb92ef21f142fda14fc1e35a24ece1bcd57a9 authored almost 8 years ago by Dima Pasechnik <[email protected]>
Merge pull request #419 from fchapoton/patch-15

unicode had no u

83622f6b895b5776d22e33c52c5785e427cbe54f authored almost 8 years ago by Dima Pasechnik <[email protected]>
Fix `url_for` call to reference local blueprint endpoint (fixes #420)

7bff646746bfad908a431621eedeb55296594d85 authored almost 8 years ago by Kye W. Shi <[email protected]>
another unicode with no u

yet another missing u added

ab9b5843fe76bd810faacaa41be37d54bca0f91c authored almost 8 years ago by Frédéric Chapoton <[email protected]>
unicode u again

more missing u

21d516d8b55a5d16c17199df28b7caf464b7a02c authored almost 8 years ago by Frédéric Chapoton <[email protected]>
unicode had no u

adding u prefix for some unicode strings in the doc

93902fccd4c4df0a87373de61f65bbf1b7e1c212 authored almost 8 years ago by Frédéric Chapoton <[email protected]>
Update sphinxify.py

In my Sage branch it's also possible for `SAGE_DOC_SRC` to be `None`, so that possibility has to...

9fb1ab50bb1872ab11bc92a3d9bd39eea7dda1f7 authored about 8 years ago by Erik Bray <[email protected]>
Updated built-in sphinxify routine to support proposed changes in Sage

This is a change needed in order to support changes I'm proposing to Sage in https://trac.sagema...

375dee5834060e0137a0db8297dd884b9828d9e2 authored about 8 years ago by Erik Bray <[email protected]>
Merge pull request #412 from sagemath/v2e-patch-UnicodeDecodeError

Fix for UTF-8 data files (beautifulsoup will become a dependency of sagenb)

99a28313615dde9d988a10bcb45dff3e4edf966c authored about 8 years ago by Dima Pasechnik <[email protected]>
Detect character encoding using UnicodeDammit

So I rewrote this small piece of code using the `UnicodeDammit` class from BeautifulSoup. I test...

e75281013e1dd1bf80f739cfc2bdf76ee31196fe authored about 8 years ago by v2e <[email protected]>
Merge pull request #411 from sagemath/v2e-patch-hyperlinks

Fix hyperlinks on datafile page

ffcba2aeccc282490544d3b8fcb0a784fe5ec0b4 authored about 8 years ago by Dima Pasechnik <[email protected]>
UnicodeDecodeError exception

3d4c0e055d2a890036af07137ea6ba12c54189f2 authored about 8 years ago by v2e <[email protected]>
Update notebook.py

This fix is to address the issue [discussed on the mailing list](https://groups.google.com/d/top...

912640f08d8b6253967335675f11b4f83088cb43 authored about 8 years ago by v2e <[email protected]>
Fix hyperlinks on datafile page

In Sage-7.4 Notebook, Jinja2 replaces the HTML markup "<" and ">" by "&lt;" and "&gt;" respectiv...

808ca6761a7d773ad7300299b41376e2eeb8c86f authored about 8 years ago by v2e <[email protected]>
Merge pull request #409 from fchapoton/typo

fix one bad character

e6910891f445e47690760966441328971d51a78d authored over 8 years ago by Dima Pasechnik <[email protected]>
fix one bad character

988cdcc4aba41b4ca37f50a2a916f8cd3825e031 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #408 from fchapoton/stringio

import StringIO and CStringIO in py2/3 compatible way

5940639a3d2e2204d2a0d45bc5e258815b1484dd authored over 8 years ago by Dima Pasechnik <[email protected]>
Merge pull request #407 from fchapoton/no_iteritems

No iteritems - more precisely, no *.iteritems()

004cec145f52df0358c560db7df6ab2407c9627c authored over 8 years ago by Dima Pasechnik <[email protected]>
import StringIO and CStringIO in py2/3 compatible way

3dba5fff9d0acd407c5d0f8433c82337451efe9d authored over 8 years ago by Frédéric Chapoton <[email protected]>
import iteritems from six

6aa6529e8ae5a9d7284936dfb775bbf41d41ecdb authored over 8 years ago by Frédéric Chapoton <[email protected]>
using iteritems instead of viewitems

b7ffc0edc3121602ed905078cd3b469af2e9d24f authored over 8 years ago by Frédéric Chapoton <[email protected]>
some whitespaces removed

32ee1f29034bd33c8a6d6f03f50613095639497c authored over 8 years ago by Frédéric Chapoton <[email protected]>
no longer using iteritems (for py3 compatibility)

0e5887413f4fa56e6a1694abe396d35cceb5b6b8 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #406 from fchapoton/patch-14

add __eq__

9df9c792b0923e80ac6c016b76695dd7c853aedf authored over 8 years ago by Dima Pasechnik <[email protected]>
change doctest for `__lt__`

8ecc03ca05ff15a49aba9dd63eb65066ad07676a authored over 8 years ago by Frédéric Chapoton <[email protected]>
add __eq__

adding __eq__ by id

5526ab013af8eb47c3b5efe7655d92accc7f697f authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #405 from fchapoton/no_cmp

do not use cmp (for python3 compatibility)

8922c99a30b59f3d8a2f87350898ba2491a76226 authored over 8 years ago by Erik Bray <[email protected]>
do not use cmp (for python3 compatibility)

84ae9b28a3f0c05c913883d8fa03b49a42d79e22 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #404 from migeruhito/circular_import

Circular import

47ffa8334a58027e202343ea1fc915501f9d35bc authored over 8 years ago by Andrey Novoseltsev <[email protected]>
Circular import removed

585672b6db1648c75dbe174c58ea81a99639cdb5 authored over 8 years ago by J. Miguel Farto <[email protected]>
Merge pull request #403 from fchapoton/futurize_imports

futurize : absolute_imports

31b6bf5ca0601be8d9f9574927d94267c3e7ff0b authored over 8 years ago by Andrey Novoseltsev <[email protected]>
Merge pull request #401 from migeruhito/bad_relative_import

Bad relative import fixed

7e67628f5f650e03a10f41201e2ad3b103935a8a authored over 8 years ago by Andrey Novoseltsev <[email protected]>
futurize : absolute_imports

07de9c8df196e73f8e94a8ff39d02e7ee10a4c79 authored over 8 years ago by Frédéric Chapoton <[email protected]>
bad relative import fixed

05ef019605b35ab1d89e33ecea0c1ea25320b10c authored over 8 years ago by J Miguel Farto <[email protected]>
Merge pull request #396 from antonio-rojas/master

Use SAGE_SHARE instead of SAGE_ROOT for jsmol path

8403b7f7a232344d58ffe040b76c04d773e52b69 authored over 8 years ago by Dima Pasechnik <[email protected]>
Merge pull request #400 from fchapoton/import_in_testing

some modern imports in testing folder

51cf0df06fb2d45e79349beea3d1d914425d4507 authored over 8 years ago by Dima Pasechnik <[email protected]>
Use SAGE_SHARE for jmol/jsmol path

33e5ad0f213831535925170876f0993409a53998 authored over 8 years ago by Antonio Rojas <[email protected]>
Merge pull request #399 from fchapoton/clean_expect

cleanup of expect.py (imports, pyflakes and pep8)

48555c26095318f17055fe86e2fd37a684ce3810 authored over 8 years ago by Andrey Novoseltsev <[email protected]>
some modern imports in testing folder

de37a2e5ca3ec6866506adefee6ceb88c0207eab authored over 8 years ago by Frédéric Chapoton <[email protected]>
cleanup of expect.py (imports, pyflakes and pep8)

18a0a1a1cfadbfba46ac2410f2c0e74ccc5d4aae authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #398 from fchapoton/patch-13

new style doctest continuation in notebook.py

b7e6b2cba32733e3f7c4e9ba9d19a3d7daf29109 authored over 8 years ago by Erik Bray <[email protected]>
new style doctest continuation in notebook.py

2408c670cf03ec4625a42956a5171c6c06a7d3c2 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #397 from fchapoton/patch-13

some new style doctest continuation

0382df3b10616931e548adf3bafecd2deda519b7 authored over 8 years ago by Andrey Novoseltsev <[email protected]>
align one line

093977c72f2d955b5103e78dc8e8644021013d99 authored over 8 years ago by Frédéric Chapoton <[email protected]>
convert to new-style doctest continuation

change all instance of ... to ....:

8f3f18a61c5dc506af5687254fd618ae16cb220f authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #395 from fchapoton/patch-12

re-introducing the import of srange

3499c99c581ebb06cf4c801412511b9225c19255 authored over 8 years ago by Andrey Novoseltsev <[email protected]>
Use SAGE_LOCAL instead of SAGE_ROOT for jsmol path

This will make it work on distros, where jsmol is typically installed in /usr/share

1abc9b644404c4522cfac9b264000637ccb8919f authored over 8 years ago by Antonio Rojas <[email protected]>
forgot to change the import

1dc5bb2290a5578c6983045c595d46d8d3e1a325 authored over 8 years ago by Frédéric Chapoton <[email protected]>
no longer importing srange in misc/misc

328fdd3f9d8f5ea5fa418cc2a9e20196e5afcc59 authored over 8 years ago by Frédéric Chapoton <[email protected]>
importing srange directly in interact

afaa6475200192ddf907aa590a914e97ebf12e51 authored over 8 years ago by Frédéric Chapoton <[email protected]>
add more comments about imports in interact.py

b9bc1dcd11784e6e41888f8cc312a2b15ef92395 authored over 8 years ago by Frédéric Chapoton <[email protected]>
re-introducing the import of srange

otherwise the interact will be broken

786846f4adcfc93227a707f2b281cf19466907c3 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #394 from fchapoton/import_etc0

another bunch of py3 imports, and removed some ur and backticks

91b33d497170e43dd31966ade712d6275a3a22eb authored over 8 years ago by Andrey Novoseltsev <[email protected]>
another bunch of py3 imports, and removed some ur and backticks

cc4900c1f2b00709f3e05bfd7b9ec0f3837bbf35 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #392 from fchapoton/import_step2

some more py3 compatible imports, and one exec

6975ae56e7cb876ec5baaf765150cd07df14c0b3 authored over 8 years ago by Andrey Novoseltsev <[email protected]>
Merge pull request #391 from fchapoton/import_testing

some changes in imports in testing (towards py3)

dd8fdf987f44193d83e47fb6453b6df01ba28e82 authored over 8 years ago by Andrey Novoseltsev <[email protected]>
some more py3 compatible imports, and one exec

57993253ecc46dc7c83ce0f2ff408975b99be7c1 authored over 8 years ago by Frédéric Chapoton <[email protected]>
some changes in imports in testing (towards py3)

71be22c47683beeb845e74af04a36c196807b8a7 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #390 from fchapoton/patch-11

turn one exec to py2/py3 compatible syntax

fd3f107fe9d3d141cd180794bb1abd592056a41c authored over 8 years ago by Andrey Novoseltsev <[email protected]>
Merge pull request #389 from fchapoton/patch-10

remove an unused import of srange

d2602cc119d733d3e6012d220345bbad5a230bbc authored over 8 years ago by Andrey Novoseltsev <[email protected]>
turn one exec to py2/py3 compatible syntax

according to http://python-future.org/compatible_idioms.html, this should work both in py2 and py3

b481067cca1ce7478a17eb9986276f7fab4f097d authored over 8 years ago by Frédéric Chapoton <[email protected]>
remove an unused import of srange

I am not sure that this does not break things, but this import seems quite useless here, and it ...

69bcdfc7062d64c03f3b760ba2b521d07f06fa63 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #388 from fchapoton/import_deco

change some imports to python3 compatible format (relative)

fc2fc495647d27bc8391d22be077574669e40196 authored over 8 years ago by Andrey Novoseltsev <[email protected]>
change some imports to python3 compatible format (relative)

496e4d6d7a3b1a0b083d943e9f5dc1285e63de20 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #387 from fchapoton/final_print

another bunch of print converted to python3

46ac52f0c8c6a5d52958b31f0a079f47cecf4e67 authored over 8 years ago by Dima Pasechnik <[email protected]>
Merge pull request #386 from fchapoton/branch_exc

turn again syntax of some except clauses to python3

a5c868b4bff16c950503aacd9dc278e7ac8989c8 authored over 8 years ago by Dima Pasechnik <[email protected]>
Merge pull request #384 from fchapoton/imports_step1

some modernizing of imports, toward python3 compatible imports

f5b4fec1fc1a1fef40d738e95db160aea3e2206c authored over 8 years ago by Dima Pasechnik <[email protected]>
Merge pull request #385 from fchapoton/patch-9

correct bad syntax in arguments of call in colorize

79b4e1f3630f255df5a1297b86c9f377882d3d9d authored over 8 years ago by Andrey Novoseltsev <[email protected]>
another bunch of print converted to python3

306c7c62d7344c35c8d651718cfe0384b9295bb1 authored over 8 years ago by Frédéric Chapoton <[email protected]>
turn again syntax of some except clauses to python3

ab7504afb143fcca886cf2b43d1fca2620756332 authored over 8 years ago by Frédéric Chapoton <[email protected]>
correct bad syntax in arguments of call in colorize

using tuples as arguments is not allowed in py3

5e9abdbd0bdea299ae5a849adab8e75f71c45841 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #383 from fchapoton/master

some more print, raise and except to python2/3 compatible standard

23e3e10c2251fa07522716aacb488e5c27154a57 authored over 8 years ago by Dima Pasechnik <[email protected]>
replacing string.join by join

d24c4b8905239bba9eaae0d85968ddc798040350 authored over 8 years ago by Frédéric Chapoton <[email protected]>
some modernizing of imports, toward absolute imports

89d3285f01920a4d2f5788102c5795e223e88f3e authored over 8 years ago by Frédéric Chapoton <[email protected]>
some more print, raise and except to python2/3 compatible standard

614e815d090a6d4738ac466db45d9befa47778ab authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #382 from fchapoton/master

little cleanup of the except clauses (into python 2/3 compatible syntax)

2cfd5d4ddc3a0eefc0df657cd90c655b1fb7504f authored over 8 years ago by Andrey Novoseltsev <[email protected]>
little cleanup of the except clauses (into python 2/3 compatible syntax)

bd232b24fcf24f65e8964fc44bd96649785dda68 authored over 8 years ago by Frédéric Chapoton <[email protected]>
Merge pull request #381 from fchapoton/no_has_key

No has key

685459a8089589df049c3525172a44b36debbac1 authored over 8 years ago by Dima Pasechnik <[email protected]>
Merge pull request #380 from fchapoton/master

putting raise statements to python3 standard

8005b2b4df10b02ecbe168ca62dee3429dd12870 authored over 8 years ago by Dima Pasechnik <[email protected]>
Merge pull request #379 from fchapoton/patch-8

a bunch of print converted to python2/3 compatible style

ecb7213af4001f7527aad68ba6011157d2d789d0 authored over 8 years ago by Dima Pasechnik <[email protected]>
getting rid of python2-only has_key

d9f6f9372b1efed18c13a493f0b9182ced9a0a24 authored over 8 years ago by Frédéric Chapoton <[email protected]>
undo one wrong change in except Error

16d1f8775c074a3c4ea45f75e5b56ec6eedbc55e authored over 8 years ago by Frédéric Chapoton <[email protected]>
converting raise to python3 compatible syntax

a3e287951b7cfd49e1cc0cf0c02ae98e8562d3bb authored over 8 years ago by Frédéric Chapoton <[email protected]>
print to py3 format, partial, in notebook/notebook

cb173b6f8790d20bcaa6f6696fe3935ab4359eff authored over 8 years ago by Frédéric Chapoton <[email protected]>
python3 print in notebook/mailsender

52b721128ac719fa2d8ee5fd138e65fb3d95d1b8 authored over 8 years ago by Frédéric Chapoton <[email protected]>
python3 print in notebook/auth

61443a889fe2117481a5ffb9d25c79a90bf63e9b authored over 8 years ago by Frédéric Chapoton <[email protected]>
python3 print in sagenb/simple

51bbc7bc328888ff68b83946f06f2bf0f98b98b9 authored over 8 years ago by Frédéric Chapoton <[email protected]>
python3 print in interfaces/reference

c3dcb6954dd08f1d5c92c614be148b999020c88c authored over 8 years ago by Frédéric Chapoton <[email protected]>
python3 print in smtpsend (partial)

178f68bac6554d3250413648e29fb5a88d88570d authored over 8 years ago by Frédéric Chapoton <[email protected]>
python3 print in notebook/sage_email

4ca11dba2671e0863486b9655d7c69f003a1f410 authored over 8 years ago by Frédéric Chapoton <[email protected]>
python3 print in misc/remote_file

4127d0b1890bc0c4002e3751340ff1810ee26cd0 authored over 8 years ago by Frédéric Chapoton <[email protected]>
python3 print in misc/misc

f3c3732cdc7a57728949be0d59a2316676d5c7ba authored over 8 years ago by Frédéric Chapoton <[email protected]>
python3 print in run_notebook

0c549d6ed5e051e1b390078661fb4e6f4c7743fd authored over 8 years ago by Frédéric Chapoton <[email protected]>
more print to py3

3f2400c41cb0b357b7d3e1b93cc5f81f16b23848 authored over 8 years ago by Frédéric Chapoton <[email protected]>