FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Fix #4157: handle error in case of unsupported format by itsankitkp · Pull Request #4474 · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
100
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Fix #4157: handle error in case of unsupported format
- #4474
#4474
Closed
itsankitkp
wants to merge 47 commits into
RustPython:main
RustPython/RustPython:main
from
itsankitkp:handle-panic-strftime
itsankitkp/RustPython:handle-panic-strftime
Copy head branch name to clipboard
Conversation
Commits
47
(47)
Checks
Files changed
Closed
Fix #4157: handle error in case of unsupported format
#4474
itsankitkp
wants to merge 47 commits into
RustPython:main
RustPython/RustPython:main
from
itsankitkp:handle-panic-strftime
itsankitkp/RustPython:handle-panic-strftime
Copy head branch name to clipboard
Commits
Commits on Feb 19, 2023
Fix clippy issues for rust 1.67 (#4478)
DimitrisJim
authored and
itsankitkp
committed
eb5dd55
View commit details
Copy full SHA for eb5dd55
Browse repository at this point
feat: allow not set SIGINT handler
discord9
authored and
itsankitkp
committed
1d0cb29
View commit details
Copy full SHA for 1d0cb29
Browse repository at this point
feat: impl Detail option for not set SIG_INT
discord9
authored and
itsankitkp
committed
844ff75
View commit details
Copy full SHA for 844ff75
Browse repository at this point
use qualname in `TypeErrors` for functions (#4476)
nicku12345
authored and
itsankitkp
committed
3a08ff1
View commit details
Copy full SHA for 3a08ff1
Browse repository at this point
Match on ascii start/continuation characters before calling functions.
DimitrisJim
authored and
itsankitkp
committed
29e322b
View commit details
Copy full SHA for 29e322b
Browse repository at this point
Don't call is_emoji_presentation for each invocation of consume_normal
DimitrisJim
authored and
itsankitkp
committed
516c41d
View commit details
Copy full SHA for 516c41d
Browse repository at this point
Add initial capacities, use u32s for indents/spaces.
DimitrisJim
authored and
itsankitkp
committed
a3eb988
View commit details
Copy full SHA for a3eb988
Browse repository at this point
Eat for comma.
DimitrisJim
authored and
itsankitkp
committed
6ba8191
View commit details
Copy full SHA for 6ba8191
Browse repository at this point
Hint that the unwrap should always succeed.
DimitrisJim
authored and
itsankitkp
committed
4c37307
View commit details
Copy full SHA for 4c37307
Browse repository at this point
use workspace dependencies
youknowone
authored and
itsankitkp
committed
2cb6634
View commit details
Copy full SHA for 2cb6634
Browse repository at this point
Bump openssl-src from 111.24.0+1.1.1s to 111.25.0+1.1.1t
Show description for 2ce349d
dependabot[bot]
authored and
itsankitkp
committed
2ce349d
View commit details
Copy full SHA for 2ce349d
Browse repository at this point
Move NewLineHandler inline, don't check each character twice.
DimitrisJim
authored and
itsankitkp
committed
01380bf
View commit details
Copy full SHA for 01380bf
Browse repository at this point
Document lexer.
DimitrisJim
authored and
itsankitkp
committed
8ef74d6
View commit details
Copy full SHA for 8ef74d6
Browse repository at this point
Try to fix mac build
youknowone
authored and
itsankitkp
committed
0d3ff4d
View commit details
Copy full SHA for 0d3ff4d
Browse repository at this point
update libffi
youknowone
authored and
itsankitkp
committed
c682063
View commit details
Copy full SHA for c682063
Browse repository at this point
bump up openssl and libffi
youknowone
authored and
itsankitkp
committed
1f9a48f
View commit details
Copy full SHA for 1f9a48f
Browse repository at this point
skip run rust tests for macOS CI
youknowone
authored and
itsankitkp
committed
600a3da
View commit details
Copy full SHA for 600a3da
Browse repository at this point
Simplify examples/call_between_rust_and_python
youknowone
authored and
itsankitkp
committed
585d8f2
View commit details
Copy full SHA for 585d8f2
Browse repository at this point
Skip linking ssl on mac runner.
DimitrisJim
authored and
itsankitkp
committed
a7ebb80
View commit details
Copy full SHA for a7ebb80
Browse repository at this point
Use entire range for generators-as-arguments
charliermarsh
authored and
itsankitkp
committed
4c96416
View commit details
Copy full SHA for 4c96416
Browse repository at this point
Add test_generator_expression_argument
youknowone
authored and
itsankitkp
committed
c1defc1
View commit details
Copy full SHA for c1defc1
Browse repository at this point
Refactor: Join string and string_parser.
DimitrisJim
authored and
itsankitkp
committed
37b4e97
View commit details
Copy full SHA for 37b4e97
Browse repository at this point
Document parser crate.
DimitrisJim
authored and
itsankitkp
committed
deca153
View commit details
Copy full SHA for deca153
Browse repository at this point
fix the typos
howjmay
authored and
itsankitkp
committed
595897c
View commit details
Copy full SHA for 595897c
Browse repository at this point
Add tests, some comments, to function.rs.
DimitrisJim
authored and
itsankitkp
committed
e53e891
View commit details
Copy full SHA for e53e891
Browse repository at this point
extra_tests/snippets/{builtins => builtin_eval}.py
youknowone
authored and
itsankitkp
committed
9fc54fd
View commit details
Copy full SHA for 9fc54fd
Browse repository at this point
remove duplicated tests from tests/stdlib_math.py
youknowone
authored and
itsankitkp
committed
a8d63ff
View commit details
Copy full SHA for a8d63ff
Browse repository at this point
Remove completed TODO
youknowone
authored and
itsankitkp
committed
1b6d45d
View commit details
Copy full SHA for 1b6d45d
Browse repository at this point
wrap_index without abs
youknowone
authored and
itsankitkp
committed
6871964
View commit details
Copy full SHA for 6871964
Browse repository at this point
optimize str.(l|r)strip
youknowone
authored and
itsankitkp
committed
6731150
View commit details
Copy full SHA for 6731150
Browse repository at this point
Fix aarch64 compatibility for sqlite.
jonathanslenders
authored and
itsankitkp
committed
0c7324e
View commit details
Copy full SHA for 0c7324e
Browse repository at this point
Fix str.join with str subclass
youknowone
authored and
itsankitkp
committed
c45bcfa
View commit details
Copy full SHA for c45bcfa
Browse repository at this point
Add co_freevars to code object
minhrongcon2000
authored and
itsankitkp
committed
96178a1
View commit details
Copy full SHA for 96178a1
Browse repository at this point
Fix code linting
minhrongcon2000
authored and
itsankitkp
committed
9ac6e99
View commit details
Copy full SHA for 9ac6e99
Browse repository at this point
Add co_cellvars to code object
Show description for c5a629b
howjmay
authored and
itsankitkp
committed
c5a629b
View commit details
Copy full SHA for c5a629b
Browse repository at this point
Fix unexpected success in test_future.
DimitrisJim
authored and
itsankitkp
committed
1755f04
View commit details
Copy full SHA for 1755f04
Browse repository at this point
Use nix for more things
coolreader18
authored and
itsankitkp
committed
390c8da
View commit details
Copy full SHA for 390c8da
Browse repository at this point
Tidy up ssl a little
coolreader18
authored and
itsankitkp
committed
8bac26f
View commit details
Copy full SHA for 8bac26f
Browse repository at this point
Run cargo-update
coolreader18
authored and
itsankitkp
committed
39ddc50
View commit details
Copy full SHA for 39ddc50
Browse repository at this point
PyObjectRef::downcast_exact returns PyRefExact
youknowone
authored and
itsankitkp
committed
59c7536
View commit details
Copy full SHA for 59c7536
Browse repository at this point
Add description for PyRefExact
youknowone
authored and
itsankitkp
committed
c97d504
View commit details
Copy full SHA for c97d504
Browse repository at this point
Optimize Py<PyDict>::to_attributes() to reuse PyRefExact
xiaozhiyan
authored and
itsankitkp
committed
ef5ba76
View commit details
Copy full SHA for ef5ba76
Browse repository at this point
Optimize bytes-like (l|r)strip (#4500)
dannasman
authored and
itsankitkp
committed
b1f41c1
View commit details
Copy full SHA for b1f41c1
Browse repository at this point
narrow publicity of BytesInner::elements
youknowone
authored and
itsankitkp
committed
900f49a
View commit details
Copy full SHA for 900f49a
Browse repository at this point
remove unnecessary to_vec()
dannasman
authored and
itsankitkp
committed
ad0b15e
View commit details
Copy full SHA for ad0b15e
Browse repository at this point
Handle panic in case of unsupported format in chrono
Show description for 5b17bd6
itsankitkp
committed
5b17bd6
View commit details
Copy full SHA for 5b17bd6
Browse repository at this point
feat! add test case for unsupported time format
itsankitkp
committed
d4a6d39
View commit details
Copy full SHA for d4a6d39
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL