This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-03 00:23:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
ec87a13e5d
cpython
/
Modules
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
ec87a13e5d
PyErr_NormalizeException doesn't like being called with an exception set
...
(issues
#21677
,
#21310
).
2014-06-11 07:19:39 +03:00
..
_ctypes
support pep 3118 format strings for ctypes objects with nontrivial shapes (
closes
#10744
)
2014-05-17 14:59:12 -07:00
_decimal
Use $type instead of $cls in the signature specification.
2014-05-02 14:34:11 +02:00
_io
PyErr_NormalizeException doesn't like being called with an exception set
2014-06-11 07:19:39 +03:00
_multiprocessing
_sqlite
Issue
#10203
: sqlite3.Row now truly supports sequence protocol. In particulr
2014-05-28 12:58:34 +03:00
cjkcodecs
clinic
expat
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c
Issue
#21488
: Add support of keyword arguments for codecs.encode and codecs.decode
2014-05-14 17:13:14 +02:00
_collectionsmodule.c
Add comment and make minor code clean-up to improve clarity.
2014-05-18 21:32:40 +01:00
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
Issue
#21088
: Bugfix for curses.window.addch() regression in 3.4.0.
2014-05-04 04:41:18 -07:00
_datetimemodule.c
_dbmmodule.c
_elementtree.c
_freeze_importlib.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.
2014-05-11 14:21:23 -07:00
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
merge 3.4
2014-05-11 16:17:34 -07:00
_pickle.c
_posixsubprocess.c
Fix the comment to not refer to the removed end_fd parameter.
2014-06-01 13:46:36 -07:00
_randommodule.c
_scproxy.c
_sre.c
Issue
#20998
: Fixed re.fullmatch() of repeated single character pattern
2014-05-14 21:48:17 +03:00
_ssl.c
Issue
#21490
: Add new C macros: Py_ABS() and Py_STRINGIFY()
2014-05-14 17:24:35 +02:00
_ssl_data.h
_stat.c
_struct.c
Issue
#21490
: Add new C macros: Py_ABS() and Py_STRINGIFY()
2014-05-14 17:24:35 +02:00
_testbuffer.c
_testcapimodule.c
Issue
#21233
: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
2014-06-02 21:57:10 +02:00
_testembed.c
_testimportmultiple.c
_threadmodule.c
Issue 21137: Better repr for threading.Lock()
2014-05-25 18:22:35 -07:00
_tkinter.c
Issue
#21552
: Fixed possible integer overflow of too long string lengths in
2014-05-30 14:25:22 +03:00
_tracemalloc.c
Issue
#21233
: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
2014-06-02 21:57:10 +02:00
_weakref.c
_winapi.c
Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman
2014-05-05 19:46:17 +01:00
addrinfo.h
ar_beos
arraymodule.c
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
Issue
#21497
: faulthandler functions now raise a better error if sys.stderr is
2014-05-14 17:15:50 +02:00
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
Cleanup other stats formatting code in gcmodule.c
2014-05-24 19:24:40 +02:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
Issue
#17095
: Fix Modules/Setup *shared* support.
2014-06-02 01:05:29 -07:00
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
Issue
#21321
: itertools.islice() now releases the reference to the source iterator when the slice is exhausted.
2014-04-29 12:13:46 +02:00
ld_so_aix.in
ld_so_beos
main.c
Issue
#20355
: -W command line options now have higher priority than the PYTHONWARNINGS environment variable. Patch by Arfrever.
2014-04-29 00:56:08 +02:00
makesetup
Issue
#17095
: Fix Modules/Setup *shared* support.
2014-06-02 01:05:29 -07:00
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c
Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman
2014-05-05 19:46:17 +01:00
posixmodule.h
pwdmodule.c
pyexpat.c
python.c
readline.c
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c
All modern compilers provide a offsetof() function
2014-06-03 18:45:05 +02:00
socketmodule.h
spwdmodule.c
sre.h
Issue
#20998
: Fixed re.fullmatch() of repeated single character pattern
2014-05-14 21:48:17 +03:00
sre_constants.h
sre_lib.h
Issue
#20998
: Fixed re.fullmatch() of repeated single character pattern
2014-05-14 21:48:17 +03:00
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman
2014-05-05 19:46:17 +01:00
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c