FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/inspection.py - 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
inspection.py
on
master
User selector
Datepicker
Commit history
Commits on Aug 8, 2016
combine res
thomasballinger
committed
9a88e73
View commit details
Copy full SHA for 9a88e73
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
fix Python 2 running encoded source files
thomasballinger
committed
dfb44cf
View commit details
Copy full SHA for dfb44cf
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
make is_new_style work on oldstyle class objects
thomasballinger
committed
2a65a47
View commit details
Copy full SHA for 2a65a47
View code at this point
Browse repository at this point
factor out and test is_new_style
thomasballinger
committed
6b7f681
View commit details
Copy full SHA for 6b7f681
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
PEP8
thomasballinger
committed
01bda16
View commit details
Copy full SHA for 01bda16
View code at this point
Browse repository at this point
Commits on Nov 26, 2015
Show __new__ docstrings. Fixes #572
di
committed
668bf06
View commit details
Copy full SHA for 668bf06
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Fix a typo
Show description for a17999d
sebastinas
committed
a17999d
View commit details
Copy full SHA for a17999d
View code at this point
Browse repository at this point
Commits on Jun 10, 2015
Merging pep8
noelladsa
committed
97593fa
View commit details
Copy full SHA for 97593fa
View code at this point
Browse repository at this point
PEP8
noelladsa
committed
a7d729e
View commit details
Copy full SHA for a7d729e
View code at this point
Browse repository at this point
Commits on Jun 9, 2015
Fixed a named tuple being modifying causing exceptions
noelladsa
committed
6dfbc4d
View commit details
Copy full SHA for 6dfbc4d
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Changed case for Argspec named tuple definition to ArgSpec
noelladsa
committed
85a2a5d
View commit details
Copy full SHA for 85a2a5d
View code at this point
Browse repository at this point
argspec replaced with named tuples for better readability
noelladsa
committed
ab3ed09
View commit details
Copy full SHA for ab3ed09
View code at this point
Browse repository at this point
Commits on May 16, 2015
Move if py3 to module level
Show description for e74bbd2
sebastinas
committed
e74bbd2
View commit details
Copy full SHA for e74bbd2
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Remove no longer needed __future__ imports
Show description for c08f412
sebastinas
committed
c08f412
View commit details
Copy full SHA for c08f412
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Remove workarounds for no longer supported Python versions
Show description for fcd1837
sebastinas
committed
fcd1837
View commit details
Copy full SHA for fcd1837
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Use __self__ instead of im_self for Python 3 compatibility (fixes #479)
Show description for 07e18d7
sebastinas
committed
07e18d7
View commit details
Copy full SHA for 07e18d7
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Update copyright information
Show description for 2d4fc0b
sebastinas
committed
2d4fc0b
View commit details
Copy full SHA for 2d4fc0b
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Try to read encoding of PYTHONSTARTUP file first, and then read it with correct encoding
Show description for d0bc25d
sebastinas
committed
d0bc25d
View commit details
Copy full SHA for d0bc25d
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
PEP-8
Show description for 5b406c1
sebastinas
committed
5b406c1
View commit details
Copy full SHA for 5b406c1
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
PEP-8
Show description for 589a867
sebastinas
committed
589a867
View commit details
Copy full SHA for 589a867
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
More compiled regular expressions
Show description for 8a7e5d4
sebastinas
committed
8a7e5d4
View commit details
Copy full SHA for 8a7e5d4
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
Detect if Unicode box characters are supported in user's locale (fixes 295)
Show description for a5e541b
sebastinas
committed
a5e541b
View commit details
Copy full SHA for a5e541b
View code at this point
Browse repository at this point
fix get_encoding in inspection
thomasballinger
committed
4773da6
View commit details
Copy full SHA for 4773da6
View code at this point
Browse repository at this point
get source in unicode in python 2 and 3
thomasballinger
committed
b23e191
View commit details
Copy full SHA for b23e191
View code at this point
Browse repository at this point
Commits on Mar 2, 2014
fix issues #240
thomasballinger
committed
ae717e0
View commit details
Copy full SHA for ae717e0
View code at this point
Browse repository at this point
Commits on Sep 29, 2012
Fix for issue #109 (bpython.inspection.parsekeywordpairs).
Trundle
committed
ad6ceff
View commit details
Copy full SHA for ad6ceff
View code at this point
Browse repository at this point
Introduced bpython._py3compat: Defines some useful attributes.
Trundle
committed
dff9dd7
View commit details
Copy full SHA for dff9dd7
View code at this point
Browse repository at this point
Commits on Aug 21, 2012
Clarify some comment.
Trundle
committed
b97f477
View commit details
Copy full SHA for b97f477
View code at this point
Browse repository at this point
Commits on Jan 18, 2012
Catch exceptions in getargspec (Closes: #202)
Show description for 669a788
Sebastian Ramacher
committed
669a788
View commit details
Copy full SHA for 669a788
View code at this point
Browse repository at this point
Commits on Aug 9, 2011
Set the correct year for all copyrights and the -V flag
ikanobori
committed
deb4836
View commit details
Copy full SHA for deb4836
View code at this point
Browse repository at this point
Commits on Mar 18, 2011
Always use repr() for displaying argument default values.
Show description for c4f93fe
Trundle
committed
c4f93fe
View commit details
Copy full SHA for c4f93fe
View code at this point
Browse repository at this point
Commits on Mar 13, 2011
Revert some unwanted changes that sneaked in with 0477d51550ab.
Trundle
committed
81b6570
View commit details
Copy full SHA for 81b6570
View code at this point
Browse repository at this point
Commits on Feb 25, 2011
Add tests for issues #108 and #133.
Trundle
committed
68b834d
View commit details
Copy full SHA for 68b834d
View code at this point
Browse repository at this point
Commits on Sep 13, 2010
Catch IndexError when calling inspect.getsourcelines() and pydoc.getdoc().
Show description for 8b4c0cc
Trundle
committed
8b4c0cc
View commit details
Copy full SHA for 8b4c0cc
View code at this point
Browse repository at this point
Commits on Jun 29, 2010
don't assume func object will have a __name__ attribute as this will cause a crash on non-Python functions
bobf
committed
e176068
View commit details
Copy full SHA for e176068
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL