Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.8
/
PC
/
config.c
tag
831340af84b4220c9974aaf34df17969a1da9666
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Oct 07 19:01:55 2024
object
39b2f82717a69dde7212bc39b673b0f55c99e6a3
Python 3.8 end of life
5779c53
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441)
by Miss Islington (bot)
· 6 years ago
4c70d9f
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
by Steve Dower
· 7 years ago
79d1c2e
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
by Serhiy Storchaka
· 7 years ago
03e3c34
bpo-31333: Re-implement ABCMeta in C (#5273)
by Ivan Levkivskyi
· 8 years ago
310b052
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)
by Zachary Ware
· 8 years ago
c65ef77
rename _imp initialization function to follow conventions (#5432)
by Benjamin Peterson
· 8 years ago
2507e29
bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227)
by Steve Dower
· 8 years ago
05f01d8
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
by Steve Dower
· 8 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 8 years ago
d01db1c
bpo-31358: Pull zlib out of the repository (GH-3375)
by Zachary Ware
· 8 years ago
49ce74e
Remove all mention of Windows IA-64 support (GH-3389)
by Zachary Ware
· 8 years ago
6fe2a75
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
by Christian Heimes
· 9 years ago
7ba8337
Issue #26798: Hello Winndows, my old friend. I've come to fix blake2 for you again.
by Christian Heimes
· 9 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 10 years ago
be9acef
Finish up signal -> _signal change
by Brett Cannon
· 11 years ago
e09fb71
fix #21076: turn signal module constants into enums
by Giampaolo Rodola'
· 11 years ago
71135ac
Add _opcode to Windows build env
by Christian Heimes
· 12 years ago
ed3b0bc
Issue #18874: Implement the PEP 454 (tracemalloc)
by Victor Stinner
· 12 years ago
c44ff86
add _stat to list of builtin Windows modules
by Christian Heimes
· 12 years ago
a85017f
Issue #16694: Add a pure Python implementation of the operator module.
by Antoine Pitrou
· 12 years ago
8a91549
backout ce9c9cbd1b11, Build the _sha3 module with VS 2008
by Christian Heimes
· 13 years ago
ca4a525
Build the _sha3 module with VS 2008.
by Antoine Pitrou
· 13 years ago
ce418b4
Issue #14605: Stop having implicit entries for sys.meta_path.
by Brett Cannon
· 13 years ago
23bba4c
Issue #11750: The Windows API functions scattered in the _subprocess and
by Antoine Pitrou
· 13 years ago
6f44d66
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
by Brett Cannon
· 13 years ago
024e37a
Issue #11393: Add the new faulthandler module
by Victor Stinner
· 14 years ago
66c221e
#9418: first step of moving private string methods to _string module.
by Georg Brandl
· 15 years ago
cf86e36
Issue #7989: Added pure python implementation of the datetime module.
by Alexander Belopolsky
· 15 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
4fa88fa
merge the io-c branch: C implementation of the io module
by Benjamin Peterson
· 16 years ago
9d865c9
On Windows, repair compilation of builtin modules _stringio and _pickle.
by Amaury Forgeot d'Arc
· 17 years ago
b154909
Removed _stringio from Windows build.
by Alexandre Vassalotti
· 17 years ago
75f25f2
revert the addition of _pickle because it was causing havok with 64-bit
by Benjamin Peterson
· 17 years ago
ccc63b1
Added Windows build config for _stringio and _pickle.
by Alexandre Vassalotti
· 17 years ago
e8465f2
Remove PyInit_cStringIO again.
by Martin v. Löwis
· 17 years ago
6a880a8
Update to PEP 3121.
by Martin v. Löwis
· 17 years ago
12f8a05
Fix the Windows build by removing references to the cStringIO module
by Thomas Heller
· 17 years ago
2067bfd
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
by Georg Brandl
· 17 years ago
38feaf0
#2879: rename _winreg to winreg.
by Georg Brandl
· 17 years ago
9054000
Merged revisions 62734,62736,62748,62769 via svnmerge from
by Christian Heimes
· 17 years ago
8e99760
Added code to compile new _bytesio on Windows
by Christian Heimes
· 17 years ago
33fe809
Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from
by Christian Heimes
· 17 years ago
5e69685
Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from
by Christian Heimes
· 17 years ago
1a3284e
#1535: rename __builtin__ module to builtins.
by Georg Brandl
· 18 years ago
b98dd2e
Patch 1304, by Amaury Forgeot d'Arc.
by Guido van Rossum
· 18 years ago
c05d384
Remove more hotshot cruft.
by Neal Norwitz
· 18 years ago
f12088b
clean out some hotshot-related build turds
by Fred Drake
· 18 years ago
b5b652e
Drop cPickle from Windows build process.
by Martin v. Löwis
· 18 years ago
7f16288
atexit is a builtin module now, provide that on Windows.
by Thomas Heller
· 18 years ago
c6a55ee
See SF# 1751801: Windows: Add the _fileio builtin module, and undefine
by Thomas Heller
· 18 years ago
7eaf822
Merged revisions 55962-56019 via svnmerge from
by Guido van Rossum
· 18 years ago
d59da4b
Merged revisions 55407-55513 via svnmerge from
by Guido van Rossum
· 18 years ago
ebe3e16
Merged revisions 55342-55406 via svnmerge from
by Guido van Rossum
· 18 years ago
360e4b8
Merged revisions 55325-55327 via svnmerge from
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
7d71fb8
Little fixes:
by Neal Norwitz
· 18 years ago
2633c69
Remove the exceptions builtin module, all the exceptions are already builtin.
by Neal Norwitz
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
4d70c3d
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
by Thomas Wouters
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
577b5b9
Create _ast module. Cleanup Python-ast.c generation.
by Martin v. Löwis
· 19 years ago
9fb181b
Add _lsprof.
by Martin v. Löwis
· 20 years ago
4e6aff5
Make zlib builtin.
by Martin v. Löwis
· 20 years ago
94ac197
Update the PC configuration and project files for sha256 and sha512.
by Raymond Hettinger
· 20 years ago
9c323f8
SF patch #941881: PEP 309 Implementation (Partial Function Application).
by Raymond Hettinger
· 20 years ago
4eb5978
Supply the _subprocess module under 7.1. I'm not sure what the status
by Tim Peters
· 21 years ago
adadc0f
Remove rotor and xreadlines from VC 7.1 build.
by Tim Peters
· 21 years ago
978d262
Add missing _codecs_iso2022 module of cjkcodecs. I'll add unittest for it soon.
by Hye-Shik Chang
· 21 years ago
6920e49
Woo hoo! All the encoding tests pass on Windows (& I downloaded the
by Tim Peters
· 21 years ago
cc8f997
More cjkcodecs recovery: Python at least compiles on Window again.
by Tim Peters
· 21 years ago
9f5f056
Remove the pcre module.
by Thomas Heller
· 21 years ago
c46cb2a
* Restore the pure python version of heapq.py.
by Raymond Hettinger
· 21 years ago
756b3f3
* Move collections.deque() in from the sandbox
by Raymond Hettinger
· 22 years ago
daea3e5
Add cjkcodecs to build process
by Martin v. Löwis
· 22 years ago
0c41027
SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.)
by Raymond Hettinger
· 22 years ago
48918f7
Update build procedure to VC 7.1; make more modules builtin.
by Martin v. Löwis
· 22 years ago
b3af181
Convert heapq.py to a C implementation.
by Raymond Hettinger
· 22 years ago
6920652
Patch #714957: Explain ADDMODULE MARKER.
by Martin v. Löwis
· 22 years ago
96ef811
Move itertools module from the sandbox and into production.
by Raymond Hettinger
· 23 years ago
52e14d6
PEP 302 + zipimport:
by Just van Rossum
· 23 years ago
d1f5ccc
Taught the Windows build about _randommodule.c. This is compiled
by Tim Peters
· 23 years ago
943382c
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
by Tim Peters
· 23 years ago
0add0e8
Removed newmodule.c from the project, and removed references to it from
by Tim Peters
· 23 years ago
1566a17
Get hotshot closer to compiling on Windows.
by Tim Peters
· 24 years ago
6d6c1a3
Merge of descr-branch back into trunk.
by Tim Peters
· 24 years ago
747d5b6
Teach Windows build about the _weakref module.
by Tim Peters
· 25 years ago
58c82f0
Assorted xreadlines problems:
by Tim Peters
· 25 years ago
c85eb0b
Enable the binascii module for Win64. It builds and passes the test suite.
by Trent Mick
· 25 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 25 years ago
7889010
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
by Thomas Wouters
· 25 years ago
f981c8f
Add "exceptions" to list of built-in modules for the sake of
by Guido van Rossum
· 25 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 25 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 25 years ago
c5007aa
final patches from Neil Schemenauer for garbage collection
by Jeremy Hylton
· 25 years ago
23ef82f
Trent Mick:
by Guido van Rossum
· 25 years ago
a8ee4c3
Mark Hammond:
by Guido van Rossum
· 25 years ago
f4a3bd4
Remove _socket, select, soundex, and unicodedata. These have been
by Guido van Rossum
· 25 years ago
76bd689
VC++ project changes to add new Unicode files and modules.
by Guido van Rossum
· 25 years ago
be211a5
Added sha module!
by Guido van Rossum
· 26 years ago
Next »