- 10 Nov, 2014 14 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
The re module could be used during building before array is built.
-
Serhiy Storchaka authored
The re module could be used during building before array is built.
-
Serhiy Storchaka authored
different lowercase are now matched in case-insensitive regular expressions.
-
Serhiy Storchaka authored
different lowercase are now matched in case-insensitive regular expressions.
-
Serhiy Storchaka authored
platforms.
-
Serhiy Storchaka authored
platforms.
-
Serhiy Storchaka authored
-
Berker Peksag authored
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Brett Cannon authored
Along the way, fix an argumrnt to fcntl.fcntl to be an int instead of a long. Thanks to Serhiy Storchaka for reviewing my Clinic patch and for writing the patch to fix the long/int issue.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 09 Nov, 2014 2 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
- 08 Nov, 2014 2 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
- 07 Nov, 2014 13 commits
-
-
Serhiy Storchaka authored
(issue #814253).
-
Serhiy Storchaka authored
(issue #814253).
-
Serhiy Storchaka authored
work in lookbehind assertions in regular expressions.
-
Serhiy Storchaka authored
work in lookbehind assertions in regular expressions.
-
Berker Peksag authored
Patch by Mark Grandi.
-
Berker Peksag authored
Patch by Mark Grandi.
-
Brett Cannon authored
Thanks to Jon Poler for pointing this out.
-
Serhiy Storchaka authored
Based on patch by Martin Panter.
-
Serhiy Storchaka authored
Based on patch by Martin Panter.
-
Serhiy Storchaka authored
Based on patch by Aivars Kalvāns.
-
Serhiy Storchaka authored
Based on patch by Aivars Kalvāns.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 06 Nov, 2014 9 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Steve Dower authored
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip
-