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
fff07e34
Kaydet (Commit)
fff07e34
authored
Ara 18, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge spelling and grammar from 3.5
üst
d4f81322
2f9171d9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
shutil.rst
Doc/library/shutil.rst
+1
-1
test_bdist_rpm.py
Lib/distutils/tests/test_bdist_rpm.py
+1
-1
test_unicode.py
Lib/test/test_unicode.py
+1
-1
HISTORY
Misc/HISTORY
+1
-1
No files found.
Doc/library/shutil.rst
Dosyayı görüntüle @
fff07e34
...
...
@@ -581,7 +581,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
By default :mod:`shutil` provides these formats:
- *zip*: ZIP file (unpacking compressed files works only if corresponding
- *zip*: ZIP file (unpacking compressed files works only if
the
corresponding
module is available).
- *tar*: uncompressed tar file.
- *gztar*: gzip'ed tar-file (if the :mod:`zlib` module is available).
...
...
Lib/distutils/tests/test_bdist_rpm.py
Dosyayı görüntüle @
fff07e34
...
...
@@ -94,7 +94,7 @@ class BuildRpmTestCase(support.TempdirManager,
@unittest.skipIf
(
find_executable
(
'rpmbuild'
)
is
None
,
'the rpmbuild command is not found'
)
def
test_no_optimize_flag
(
self
):
# let's create a package that br
ake
s bdist_rpm
# let's create a package that br
eak
s bdist_rpm
tmp_dir
=
self
.
mkdtemp
()
os
.
environ
[
'HOME'
]
=
tmp_dir
# to confine dir '.rpmdb' creation
pkg_dir
=
os
.
path
.
join
(
tmp_dir
,
'foo'
)
...
...
Lib/test/test_unicode.py
Dosyayı görüntüle @
fff07e34
...
...
@@ -2639,7 +2639,7 @@ class CAPITest(unittest.TestCase):
b
'repr=
%
V'
,
None
,
b
'abc
\xff
'
)
# not supported: copy the raw format string. these tests are just here
# to check for crashs and should not be considered as specifications
# to check for crash
e
s and should not be considered as specifications
check_format
(
'
%
s'
,
b
'
%1%
s'
,
b
'abc'
)
check_format
(
'
%1
abc'
,
...
...
Misc/HISTORY
Dosyayı görüntüle @
fff07e34
...
...
@@ -2194,7 +2194,7 @@ Core and Builtins
NULL).
- Issue #10829: Refactor PyUnicode_FromFormat(), use the same function to parse
the format string in the 3 steps, fix crashs on invalid format strings.
the format string in the 3 steps, fix crash
e
s on invalid format strings.
- Issue #13007: whichdb should recognize gdbm 1.9 magic numbers.
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