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
639295f0
Kaydet (Commit)
639295f0
authored
Nis 21, 2002
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Enable universal newlines on Windows. Note that NEWS needs more words!
üst
058b141e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
regrtest.py
Lib/test/regrtest.py
+0
-1
NEWS
Misc/NEWS
+3
-0
pyconfig.h
PC/pyconfig.h
+3
-0
No files found.
Lib/test/regrtest.py
Dosyayı görüntüle @
639295f0
...
@@ -511,7 +511,6 @@ _expectations = {
...
@@ -511,7 +511,6 @@ _expectations = {
test_socketserver
test_socketserver
test_sunaudiodev
test_sunaudiodev
test_timing
test_timing
test_univnewlines
"""
,
"""
,
'linux2'
:
'linux2'
:
"""
"""
...
...
Misc/NEWS
Dosyayı görüntüle @
639295f0
...
@@ -142,6 +142,9 @@ Tools/Demos
...
@@ -142,6 +142,9 @@ Tools/Demos
Build
Build
- XXX WITH_UNIVERSAL_NEWLINES Somebody fill this in; the PEP doesn't
say how or when to configure it, or how to turn it off.
- On Unix, a shared libpython2.3.so can be created with --enable-shared.
- On Unix, a shared libpython2.3.so can be created with --enable-shared.
- All uses of the CACHE_HASH, INTERN_STRINGS, and DONT_SHARE_SHORT_STRINGS
- All uses of the CACHE_HASH, INTERN_STRINGS, and DONT_SHARE_SHORT_STRINGS
...
...
PC/pyconfig.h
Dosyayı görüntüle @
639295f0
...
@@ -509,6 +509,9 @@ typedef int pid_t;
...
@@ -509,6 +509,9 @@ typedef int pid_t;
/* Use Python's own small-block memory-allocator. */
/* Use Python's own small-block memory-allocator. */
#define WITH_PYMALLOC 1
#define WITH_PYMALLOC 1
/* Enable \n, \r, \r\n line ends on import; also the 'U' mode flag for open. */
#define WITH_UNIVERSAL_NEWLINES 1
/* Define if you have clock. */
/* Define if you have clock. */
/* #define HAVE_CLOCK */
/* #define HAVE_CLOCK */
...
...
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