GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
sre_constants.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
1
-261
/
+6
*
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka
2022-03-21
1
-1
/
+4
*
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
1
-3
/
+1
*
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...
Serhiy Storchaka
2017-10-24
1
-11
/
+29
*
bpo-30397: Add re.Pattern and re.Match. (#1646)
Serhiy Storchaka
2017-10-04
1
-0
/
+2
*
bpo-30398: Add a docstring for re.error. (#1647)
Serhiy Storchaka
2017-05-27
1
-0
/
+11
*
bpo-30215: Make re.compile() locale agnostic. (#1361)
Serhiy Storchaka
2017-05-05
1
-1
/
+9
*
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka
2015-04-04
1
-19
/
+18
*
Removed unused function linecol() (added in issue #22578 by mistake).
Serhiy Storchaka
2014-12-01
1
-12
/
+0
*
Issue #22578: Added attributes to the re.error class.
Serhiy Storchaka
2014-11-10
1
-1
/
+29
*
Issue #22434: Constants in sre_constants are now named constants (enum-like).
Serhiy Storchaka
2014-11-09
1
-130
/
+73
*
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Serhiy Storchaka
2014-10-31
1
-3
/
+6
*
Issue #22437: Number of capturing groups in regular expression is no longer
Serhiy Storchaka
2014-09-29
1
-1
/
+1
*
Issue #13592: Improved the repr for regular expression pattern objects.
Serhiy Storchaka
2013-11-23
1
-0
/
+2
*
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
Serhiy Storchaka
2013-02-18
1
-0
/
+2
*
Issue #13169: The maximal repetition number in a regular expression has been
Serhiy Storchaka
2013-02-16
1
-4
/
+0
*
Fix generating of sre_constants.h on Python 3.
Serhiy Storchaka
2013-01-24
1
-2
/
+1
*
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou
2008-08-19
1
-1
/
+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1
/
+1
*
PEP 292 classes Template and SafeTemplate are added to the string module.
Barry Warsaw
2004-08-25
1
-2
/
+1
*
Implemented non-recursive SRE matching.
Gustavo Niemeyer
2003-10-17
1
-2
/
+3
*
Let library modules use the new keyword arguments for list.sort().
Raymond Hettinger
2003-10-16
1
-1
/
+1
*
Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.
Martin v. Löwis
2003-04-19
1
-1
/
+1
*
SF patch #720991 by Gary Herron:
Guido van Rossum
2003-04-14
1
-1
/
+3
*
Added docstrings by Neal Norwitz. This closes SF bug #450980.
Fred Drake
2001-09-04
1
-0
/
+2
*
added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x
Fredrik Lundh
2001-07-02
1
-2
/
+3
*
sre 2.1b2 update:
Fredrik Lundh
2001-03-22
1
-2
/
+18
*
- restored 1.5.2 compatibility (sorry, eric)
Fredrik Lundh
2001-02-18
1
-1
/
+2
*
removed __all__ - should probably rename makedict to _makedict unless it is
Skip Montanaro
2001-02-18
1
-6
/
+0
*
bunch more __all__ lists
Skip Montanaro
2001-02-15
1
-0
/
+6
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-2
/
+1
*
added "magic" number to the _sre module, to avoid weird errors caused
Fredrik Lundh
2001-01-15
1
-0
/
+9
*
SRE fixes for 2.1 alpha:
Fredrik Lundh
2001-01-14
1
-4
/
+7
*
Fixed too ambitious "nothing to repeat" check. Closes bug #114033.
Fredrik Lundh
2000-10-07
1
-0
/
+2
*
final 0.9.8 updates:
Fredrik Lundh
2000-08-01
1
-1
/
+2
*
SRE 0.9.8: passes the entire test suite
Fredrik Lundh
2000-08-01
1
-10
/
+8
*
-- SRE 0.9.6 sync. this includes:
Fredrik Lundh
2000-07-23
1
-1
/
+1
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1
/
+1
*
- fixed grouping error bug
Fredrik Lundh
2000-07-03
1
-4
/
+4
*
- actually enabled charset anchors in the engine (still not
Fredrik Lundh
2000-07-02
1
-0
/
+2
*
-- use charset bitmaps where appropriate. this gives a 5-10%
Fredrik Lundh
2000-07-02
1
-7
/
+20
*
today's SRE update:
Fredrik Lundh
2000-07-01
1
-1
/
+1
*
- fixed lookahead assertions (#10, #11, #12)
Fredrik Lundh
2000-06-30
1
-8
/
+24
*
- fixed another split problem
Fredrik Lundh
2000-06-29
1
-1
/
+0
*
- removed "alpha only" licensing restriction
Fredrik Lundh
2000-06-29
1
-3
/
+0
*
towards 1.6b1
Fredrik Lundh
2000-06-29
1
-22
/
+50
*
Fredrik Lundh: here's the 96.6% version of SRE
Jeremy Hylton
2000-06-01
1
-27
/
+68
*
Fredrik Lundh: new snapshot. Mostly reindented.
Guido van Rossum
2000-04-10
1
-1
/
+1
*
This patch looks large, but it just deletes the ^M characters and
Andrew M. Kuchling
2000-04-02
1
-1
/
+1
*
Added Fredrik Lundh's sre module and its supporting cast.
Guido van Rossum
2000-03-31
1
-0
/
+131