Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
4efdc09a
Kaydet (Commit)
4efdc09a
authored
Agu 20, 2012
tarafından
Petri Lehtinen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#15199: Fix JavaScript's default MIME type to application/javascript
üst
07f6ea55
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
mimetypes.py
Lib/mimetypes.py
+1
-1
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/mimetypes.py
Dosyayı görüntüle @
4efdc09a
...
@@ -437,7 +437,7 @@ def _default_mime_types():
...
@@ -437,7 +437,7 @@ def _default_mime_types():
'.jpe'
:
'image/jpeg'
,
'.jpe'
:
'image/jpeg'
,
'.jpeg'
:
'image/jpeg'
,
'.jpeg'
:
'image/jpeg'
,
'.jpg'
:
'image/jpeg'
,
'.jpg'
:
'image/jpeg'
,
'.js'
:
'application/
x-
javascript'
,
'.js'
:
'application/javascript'
,
'.ksh'
:
'text/plain'
,
'.ksh'
:
'text/plain'
,
'.latex'
:
'application/x-latex'
,
'.latex'
:
'application/x-latex'
,
'.m1v'
:
'video/mpeg'
,
'.m1v'
:
'video/mpeg'
,
...
...
Misc/ACKS
Dosyayı görüntüle @
4efdc09a
...
@@ -436,6 +436,7 @@ Jens B. Jorgensen
...
@@ -436,6 +436,7 @@ Jens B. Jorgensen
Sijin Joseph
Sijin Joseph
Andreas Jung
Andreas Jung
Tattoo Mabonzo K.
Tattoo Mabonzo K.
Bohuslav Kabrda
Bob Kahn
Bob Kahn
Kurt B. Kaiser
Kurt B. Kaiser
Tamito Kajiyama
Tamito Kajiyama
...
...
Misc/NEWS
Dosyayı görüntüle @
4efdc09a
...
@@ -95,6 +95,9 @@ Core and Builtins
...
@@ -95,6 +95,9 @@ Core and Builtins
Library
Library
-------
-------
- Issue #15199: Fix JavaScript'
s
default
MIME
type
to
application
/
javascript
.
Patch
by
Bohuslav
Kabrda
.
-
Issue
#
15477
:
In
cmath
and
math
modules
,
add
workaround
for
platforms
whose
-
Issue
#
15477
:
In
cmath
and
math
modules
,
add
workaround
for
platforms
whose
system
-
supplied
log1p
function
doesn
't respect signs of zeros.
system
-
supplied
log1p
function
doesn
't respect signs of zeros.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment