FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/code.py - faster-cpython/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
code.py
on
main
User selector
Datepicker
Commit history
Commits on Jun 4, 2025
gh-135103: Remove an unused local variable in Lib/code.py (GH-135104)
Show description for 8f778f7
ChVeen
authored
8f778f7
View commit details
Copy full SHA for 8f778f7
View code at this point
Browse repository at this point
Commits on May 5, 2025
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
hugovk
authored
4ac916a
View commit details
Copy full SHA for 4ac916a
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
gh-130660: Restore sys.ps1 and sys.ps2 after code.interact (#130661)
gaogaotiantian
authored
fdcbc29
View commit details
Copy full SHA for fdcbc29
View code at this point
Browse repository at this point
Commits on Oct 27, 2024
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
devdanzin
authored
44becb8
View commit details
Copy full SHA for 44becb8
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)
skirpichev
authored
4c3f0cb
View commit details
Copy full SHA for 4c3f0cb
View code at this point
Browse repository at this point
gh-122546: use same filename for different exceptions in new repl (#123217)
Show description for 3d7b1a5
skirpichev
authored
3d7b1a5
View commit details
Copy full SHA for 3d7b1a5
View code at this point
Browse repository at this point
Commits on Aug 19, 2024
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
skirpichev
authored
354d55e
View commit details
Copy full SHA for 354d55e
View code at this point
Browse repository at this point
Commits on Aug 18, 2024
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
Show description for 63603bc
cfbolz
authored
63603bc
View commit details
Copy full SHA for 63603bc
View code at this point
Browse repository at this point
Commits on Aug 7, 2024
gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)
Show description for e73e7a7
serhiy-storchaka
authored
e73e7a7
View commit details
Copy full SHA for e73e7a7
View code at this point
Browse repository at this point
Commits on Jul 31, 2024
gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-122456)
Show description for bd3d31f
cfbolz
authored
bd3d31f
View commit details
Copy full SHA for bd3d31f
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Show description for 6ae254a
vstinner
authored
6ae254a
View commit details
Copy full SHA for 6ae254a
View code at this point
Browse repository at this point
Commits on May 21, 2024
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Show description for a3e4fec
pablogsal
and
ambv
authored
a3e4fec
View commit details
Copy full SHA for a3e4fec
View code at this point
Browse repository at this point
gh-74929: PEP 667 general docs update (gh-119201)
Show description for e870c85
ncoghlan
authored
e870c85
View commit details
Copy full SHA for e870c85
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712)
Show description for a94ac56
pablogsal
and
ambv
authored
a94ac56
View commit details
Copy full SHA for a94ac56
View code at this point
Browse repository at this point
Commits on May 5, 2024
gh-111201: A new Python REPL (GH-111567)
Show description for f27f8c7
authored
f27f8c7
View commit details
Copy full SHA for f27f8c7
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
GH-102895 Add an option local_exit in code.interact to block exit() from terminating the whole process (GH-102896)
gaogaotiantian
authored
e6eb8ca
View commit details
Copy full SHA for e6eb8ca
View code at this point
Browse repository at this point
Commits on Mar 18, 2023
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceback (#102779)
iritkatriel
authored
e1e9bab
View commit details
Copy full SHA for e1e9bab
View code at this point
Browse repository at this point
Commits on Jan 14, 2020
Fix documentation in code.py (GH-17988)
Kyle Pollina
authored and
tirkarthi
committed
b4cdb3f
View commit details
Copy full SHA for b4cdb3f
View code at this point
Browse repository at this point
Commits on May 4, 2017
bpo-30166: Import command-line parsing modules only when needed. (#1293)
serhiy-storchaka
authored
7e4db2f
View commit details
Copy full SHA for 7e4db2f
View code at this point
Browse repository at this point
Commits on Aug 23, 2016
Issue #27573 make the exit message configurable.
Steven D'Aprano
committed
6877ed3
View commit details
Copy full SHA for 6877ed3
View code at this point
Browse repository at this point
Commits on Aug 14, 2016
Issue27573 code.interact prints a message when exiting.
Steven D'Aprano
committed
dd51d16
View commit details
Copy full SHA for dd51d16
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
Remaining fallout from 17911
Show description for 2f0441f
rbtcollins
committed
2f0441f
View commit details
Copy full SHA for 2f0441f
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
#17442: Add chained traceback support to InteractiveInterpreter.
Show description for c31e622
bitdancer
committed
c31e622
View commit details
Copy full SHA for c31e622
View code at this point
Browse repository at this point
Commits on Jul 12, 2014
Issue #21966: Respect -q command-line option when code module is ran.
Show description for 007a903
abalkin
committed
007a903
View commit details
Copy full SHA for 007a903
View code at this point
Browse repository at this point
Commits on Oct 13, 2013
Closes #17730: in code.interact(), when banner="", do not print anything.
Show description for fbc3c3c
birkenfeld
committed
fbc3c3c
View commit details
Copy full SHA for fbc3c3c
View code at this point
Browse repository at this point
Commits on Jul 4, 2013
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
brettcannon
committed
cd171c8
View commit details
Copy full SHA for cd171c8
View code at this point
Browse repository at this point
Commits on Jun 14, 2013
Issue #18200: Update the stdlib (except tests) to use
Show description for 0a14066
brettcannon
committed
0a14066
View commit details
Copy full SHA for 0a14066
View code at this point
Browse repository at this point
Commits on Aug 20, 2012
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
ncoghlan
committed
8bd24fe
View commit details
Copy full SHA for 8bd24fe
View code at this point
Browse repository at this point
Commits on Nov 25, 2009
Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from
Show description for f6489f9
benjaminp
committed
f6489f9
View commit details
Copy full SHA for f6489f9
View code at this point
Browse repository at this point
Commits on Jan 2, 2008
Fix issue #1707. When raw_input() was removed, it was incorrectly replaced
Show description for 83210b9
gvanrossum
committed
83210b9
View commit details
Copy full SHA for 83210b9
View code at this point
Browse repository at this point
Commits on Aug 5, 2007
Merged revisions 56492-56752 via svnmerge from
Show description for 33d2689
gvanrossum
committed
33d2689
View commit details
Copy full SHA for 33d2689
View code at this point
Browse repository at this point
Commits on Feb 9, 2007
Kill off softspace completely (except in formatter.py which seems to have
Show description for 79139b2
gvanrossum
committed
79139b2
View commit details
Copy full SHA for 79139b2
View code at this point
Browse repository at this point
Fix most trivially-findable print statements.
Show description for be19ed7
gvanrossum
committed
be19ed7
View commit details
Copy full SHA for be19ed7
View code at this point
Browse repository at this point
Commits on Sep 6, 2006
Patch #1550800: make exec a function.
birkenfeld
committed
7cae87c
View commit details
Copy full SHA for 7cae87c
View code at this point
Browse repository at this point
Commits on Mar 17, 2006
Get rid of a bunch more raw_input references
nnorwitz
committed
ce96f69
View commit details
Copy full SHA for ce96f69
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL