FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/test - bassdeveloper/bpython · GitHub
bassdeveloper
/
bpython
Public
forked from
bpython/bpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
test
on
travis-ci/python3.5
User selector
Datepicker
Commit history
Commits on Mar 25, 2015
No need to catch this AttributeError in test code
michaelmulley
committed
92e9b0b
View commit details
Copy full SHA for 92e9b0b
View code at this point
Browse repository at this point
Remember the source of interactively defined functions
Show description for 38f1ed6
michaelmulley
committed
38f1ed6
View commit details
Copy full SHA for 38f1ed6
View code at this point
Browse repository at this point
Commits on Mar 16, 2015
Merge remote-tracking branch 'llllllllll/old-style-class-dict-autocomplete' (merged #511)
Show description for ad8958f
sebastinas
committed
ad8958f
View commit details
Copy full SHA for ad8958f
View code at this point
Browse repository at this point
Fix fuzzy completion test
Show description for 27b9493
sebastinas
committed
27b9493
View commit details
Copy full SHA for 27b9493
View code at this point
Browse repository at this point
Update tests
Show description for c830c75
sebastinas
committed
c830c75
View commit details
Copy full SHA for c830c75
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
Makes the old-style class autocomplete work in 2.6 and 3.x
llllllllll
committed
a82b4b5
View commit details
Copy full SHA for a82b4b5
View code at this point
Browse repository at this point
Adds tests to validate that __dict__ is in the autocomplete of an old
Show description for cb90872
llllllllll
committed
cb90872
View commit details
Copy full SHA for cb90872
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
fix multiline block completion errors on enter
thomasballinger
committed
4ada245
View commit details
Copy full SHA for 4ada245
View code at this point
Browse repository at this point
specialize source finding error messages
thomasballinger
committed
9bc21e5
View commit details
Copy full SHA for 9bc21e5
View code at this point
Browse repository at this point
prettier errors with multiline string assert
thomasballinger
committed
4408f9d
View commit details
Copy full SHA for 4408f9d
View code at this point
Browse repository at this point
Extra enter not required in pypy
thomasballinger
committed
0662921
View commit details
Copy full SHA for 0662921
View code at this point
Browse repository at this point
new global in pypy, sequenceiterator
thomasballinger
committed
4b9a328
View commit details
Copy full SHA for 4b9a328
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Merge branch 'fix-497'
thomasballinger
committed
979a67b
View commit details
Copy full SHA for 979a67b
View code at this point
Browse repository at this point
failing test for #497 in Python 3
thomasballinger
committed
97f0f45
View commit details
Copy full SHA for 97f0f45
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Add a test for #491
Show description for 5f836ea
sebastinas
committed
5f836ea
View commit details
Copy full SHA for 5f836ea
View code at this point
Browse repository at this point
Patch correct function
Show description for 45fb40d
sebastinas
committed
45fb40d
View commit details
Copy full SHA for 45fb40d
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
Use glob.iglob
Show description for 601df71
sebastinas
committed
601df71
View commit details
Copy full SHA for 601df71
View code at this point
Browse repository at this point
Be more careful with glob.glob (fixes #491)
Show description for 846ca4d
sebastinas
committed
846ca4d
View commit details
Copy full SHA for 846ca4d
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Decode output of stdout.write in Python 2
thomasballinger
committed
8942807
View commit details
Copy full SHA for 8942807
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
Test global completion with modified keyword list
Show description for b454048
sebastinas
committed
b454048
View commit details
Copy full SHA for b454048
View code at this point
Browse repository at this point
Use correct length
Show description for ac3ef20
sebastinas
committed
ac3ef20
View commit details
Copy full SHA for ac3ef20
View code at this point
Browse repository at this point
use unicode literals
thomasballinger
committed
79f75dc
View commit details
Copy full SHA for 79f75dc
View code at this point
Browse repository at this point
import completion returns unicode
thomasballinger
committed
3f6eb09
View commit details
Copy full SHA for 3f6eb09
View code at this point
Browse repository at this point
GlobalCompleter returns unicode matches
thomasballinger
committed
eb56295
View commit details
Copy full SHA for eb56295
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Tighten a test by adding a fail().
Trundle
committed
e7e1736
View commit details
Copy full SHA for e7e1736
View code at this point
Browse repository at this point
Modernise some uses of assertRaises.
Trundle
committed
f695068
View commit details
Copy full SHA for f695068
View code at this point
Browse repository at this point
Unicode-ification of bpython.curtsiesfrontend
Show description for b230413
sebastinas
committed
b230413
View commit details
Copy full SHA for b230413
View code at this point
Browse repository at this point
Use assertRaises
Show description for 7e4b9d4
sebastinas
committed
7e4b9d4
View commit details
Copy full SHA for 7e4b9d4
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
PEP-8
Show description for 7594078
sebastinas
committed
7594078
View commit details
Copy full SHA for 7594078
View code at this point
Browse repository at this point
Merge remote-tracking branch 'maryakins/autocomplete-params'
Show description for 5b6e61e
sebastinas
committed
5b6e61e
View commit details
Copy full SHA for 5b6e61e
View code at this point
Browse repository at this point
Failing test for #479
Show description for 0748500
sebastinas
committed
0748500
View commit details
Copy full SHA for 0748500
View code at this point
Browse repository at this point
Test methods
Show description for aaaf99b
sebastinas
committed
aaaf99b
View commit details
Copy full SHA for aaaf99b
View code at this point
Browse repository at this point
Simple test for GlobalCompletion
Show description for e18bab3
sebastinas
committed
e18bab3
View commit details
Copy full SHA for e18bab3
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
test last_word, add failing test case that caused crash
thomasballinger
committed
b51663c
View commit details
Copy full SHA for b51663c
View code at this point
Browse repository at this point
fix typo in version message
thomasballinger
committed
3332f4f
View commit details
Copy full SHA for 3332f4f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL