-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add localeconv function to locale module #4558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
youknowone
merged 30 commits into
RustPython:main
from
minhrongcon2000:fix/add-localeconv-function
Feb 28, 2023
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b3e39a2
Add localeconv function to locale module
minhrongcon2000 1ed1b29
Fix potential infinite loop
minhrongcon2000 7e9390c
Skip locale test
minhrongcon2000 b2c1e5f
Refactor and add platform def for localeconv
minhrongcon2000 0dd95e0
Add missing platform def on constant
minhrongcon2000 65f5036
Fix wrong format
minhrongcon2000 359c696
Fix platform dependent error build
minhrongcon2000 1533f7b
Add platform def at the top of locale module
minhrongcon2000 09c750c
Refactor code
minhrongcon2000 844a30a
Fix mismatch typing
minhrongcon2000 26f103a
Use libc::c_char instead
minhrongcon2000 9374005
Fix skip test reason for locale
minhrongcon2000 757545f
Add setlocale function
<
8000
/div>
minhrongcon2000 Feb 24, 2023
184f891
Merge commit '757545fe37c347c75a5734e0fa9ef9d13a3bcce8' into fix/add-…
minhrongcon2000 ecc21e8
Fix clippy requirements
minhrongcon2000 973d2b2
Fix rustfmt issues
minhrongcon2000 2d37933
Remove test_locale skip testcase
minhrongcon2000 082d1ef
Fix unittest
minhrongcon2000 f5730c4
Fix clippy issues
minhrongcon2000 31941a4
Clean up locale module code
minhrongcon2000 0c5ecb5
Remove setlocale test expected failure
minhrongcon2000 26f04e2
Skip format and strcol test case
minhrongcon2000 0268af5
Fix skpTest bug
minhrongcon2000 44a36af
Skip locale test for window
minhrongcon2000 9801409
Fix test locale skip convention
minhrongcon2000 fcfa35a
Revert original skip decorator and polish code
minhrongcon2000 a44a593
Allow test_strcoll_3303
minhrongcon2000 9e5be11
Expect failure instead of skip
minhrongcon2000 6291ca9
Update Lib/test/test_locale.py
youknowone 38d2253
clean up and additional error handling for NulError
youknowone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add setlocale function
- Loading branch information
commit 757545fe37c347c75a5734e0fa9ef9d13a3bcce8
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.