-
Notifications
You must be signed in to change notification settings - Fork 396
Traduccion re #361
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
Merged
Traduccion re #361
Changes from 107 commits
Commits
Show all changes
112 commits
Select commit
Hold shift + click to select a range
d878513
Traducido archivo library/re.po
MiguelHeCa 65da0f1
Traduciendo parrafos 5 y 6. Revisar terminos backslash y raw string
MiguelHeCa 85c3399
Correcting paragraphs 5 and 6 on backslash and raw strings
MiguelHeCa e3f0863
Updating translations
MiguelHeCa 9a99e09
Starting modifiers' translation
MiguelHeCa 3ff4a21
Correcting terms for match, escape, and adding lines
MiguelHeCa b3f042a
Translating up to 'A|B' section
MiguelHeCa 87558f9
Translating up to named groups
MiguelHeCa 94d7c50
Translating up to character boundaries
MiguelHeCa 9cb3f4a
Translating \B
MiguelHeCa ec59de9
Translating \d
MiguelHeCa 10a2da7
Adding 8bit \d cases
MiguelHeCa 7629d21
Translating \D
MiguelHeCa 4db8638
Translating \s
MiguelHeCa fa3ad1c
Translating \S
MiguelHeCa 3eca4c6
Translating \w
MiguelHeCa b912c10
Translating \W
MiguelHeCa f95b824
Translating \Z
MiguelHeCa b6fbb9a
Translating parser
MiguelHeCa f35e752
Translating \u \U \N sequences
MiguelHeCa ee26649
Translating notes on octals
MiguelHeCa 9ef5cb7
Translating more \u \U
MiguelHeCa 44a9b88
Translating unkown escapes with \ and ASCII
MiguelHeCa 39ecfc1
Translating \N{name} escape sequence
MiguelHeCa b6052a0
Translating Module Contents
MiguelHeCa 078ebb7
Translating first paragraph of module contents
MiguelHeCa 799a70b
Flag constants
MiguelHeCa 699bf9c
re.compile
MiguelHeCa 1e0ef48
re.A re.ASCII
MiguelHeCa f645baf
re.debug
MiguelHeCa ec27e45
re.L re.LOCALE
MiguelHeCa 6a5ef56
Starting Regular Expression Examples section
MiguelHeCa 6628439
Checking for a pair
MiguelHeCa b235327
Simulating scanf
MiguelHeCa baa7fd9
search vs match
MiguelHeCa 78af4c9
Making a Phonebook
MiguelHeCa 724260d
Text munging
MiguelHeCa 13525a6
Finding all Adverbs
MiguelHeCa 4fbb44f
Finding all adverbs and their position
MiguelHeCa d821b62
Raw String Notation
MiguelHeCa 2eb5583
Writing a Tokenizer
MiguelHeCa 8fb84a2
re.L re.LOCALE
MiguelHeCa 3b546f9
re.M re.MULTILINE
MiguelHeCa 55e7d9f
re.S re.DOTALL
MiguelHeCa d489011
re.X re.VERBOSE
MiguelHeCa d169cb2
re.search
MiguelHeCa e7457cd
re.match
MiguelHeCa 25eebd4
re.match+
MiguelHeCa e618983
re.fullmatch
MiguelHeCa 1da9f11
Correcting writing style in re.search and re.match
MiguelHeCa 4e79cc9
re.split
MiguelHeCa d8def4e
re.findall
MiguelHeCa c83f102
re.finditer
MiguelHeCa db2a9fe
re.sub
MiguelHeCa 45f6c5c
re.subn
MiguelHeCa e3663f3
re.escape
MiguelHeCa f5984fd
re.purge
MiguelHeCa 1bd1fca
exception re.error
MiguelHeCa 0de0ef2
Starting regular expression objects section
MiguelHeCa 44b1564
pattern.search
MiguelHeCa dfc03db
Changing terms to keep consistency
MiguelHeCa 424dd63
pattern.match
MiguelHeCa c9bad43
pattern.fullmatch
MiguelHeCa 37120fb
pattern.split.findall.finditer.sub.subn
MiguelHeCa 16df9fb
pattern.groups.groupindex.pattern
MiguelHeCa fba2196
Match Objects
MiguelHeCa 410abac
match.re.string
MiguelHeCa 69fd6f8
match.expand
MiguelHeCa 028efd3
match.group
MiguelHeCa 2e341ca
match.__getitem__
MiguelHeCa 550771d
match.groups
MiguelHeCa f14763a
match.groupdict.start.end
MiguelHeCa 4a52083
match.span
MiguelHeCa 49fb49c
match.pos.end.lastindex.lastgroup
MiguelHeCa c00f7e3
finishing translation
MiguelHeCa 8941366
Fixing re.rst:518 by removing extra grave accent
MiguelHeCa 5d42024
Merge branch '3.8' into traduccion-re
MiguelHeCa bf85e3b
Merge pull request #1 from python/3.8
MiguelHeCa f2ccc39
Merge remote-tracking branch 'upstream/3.8' into 3.8
MiguelHeCa b228942
Merge branch '3.8' into traduccion-re
MiguelHeCa 45186d1
Corrections to re.po and additions to dict
MiguelHeCa c13b950
Merge remote-tracking branch 'upstream/3.8' into 3.8
MiguelHeCa 0a9ddf7
Merge branch '3.8' into traduccion-re
clacri 502abfc
Update library/re.po compiled regex
MiguelHeCa ef4eaa9
Update dict
MiguelHeCa fcb70e8
Update dict
MiguelHeCa 214367f
Update library/re.po
MiguelHeCa 7403079
Update library/re.po
MiguelHeCa 6d5d2ce
Update library/re.po
MiguelHeCa c94dc35
Update library/re.po
MiguelHeCa 07e08f0
Update library/re.po
MiguelHeCa ca800f6
Update library/re.po
MiguelHeCa ffb1f2c
Update library/re.po
MiguelHeCa 5bef70a
Merge remote-tracking branch 'upstream/3.8' into 3.8
MiguelHeCa 1f2dc69
Solving merge conflicts in dict
MiguelHeCa c37b79b
Fixing mistranslation of character
MiguelHeCa 9075e14
Fixing locale mistranslation
MiguelHeCa 9751c5c
Putting words quote and raw between asterisks
MiguelHeCa 308f012
Fixing merge conflicts
MiguelHeCa a24302d
Update library/re.po
MiguelHeCa 2193b78
Update library/re.po
MiguelHeCa 931f4fb
Update library/re.po
MiguelHeCa 5b79c4a
Update library/re.po
MiguelHeCa 3904554
Update library/re.po
MiguelHeCa 4d88254
Update library/re.po
MiguelHeCa 517334d
Fixing untranslated references
MiguelHeCa fc76177
Changing regex objects translation
MiguelHeCa f3346a7
Update library/re.po
MiguelHeCa 6c7ca7d
Update library/re.po
MiguelHeCa e37b064
Passing powrap
MiguelHeCa d103323
Amends to match objects translation
MiguelHeCa 536400f
Merge branch '3.8' into traduccion-re
MiguelHeCa 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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
estas tendría que verlas en el contexto, porque muchas veces si son variables o argumentos están puestas como cursivas