Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
73dd7c71f69b234fb1f3944efa1f08969b3ae3cc
73dd7c7
Add info from the docstring for random.gammavariate() to the docs.
by Georg Brandl
· 13 years ago
7554606
Fix typo.
by Georg Brandl
· 13 years ago
1619132
Fix the import machinery if there is an error on sys.path or sys.meta_path
by Victor Stinner
· 13 years ago
7974642
Issue #9871: Prevent IDLE 3 crash when given byte stings
by Ned Deily
· 13 years ago
962055d
Issue #11149: recent versions of clang require the -fwrapv flag.
by Stefan Krah
· 13 years ago
d71bbf9
Fix issue12938 - Update the docstring of html.escape. Include the information on single quote.
by Senthil Kumaran
· 13 years ago
305a68e
Add the quote_plus call in the test.
by Senthil Kumaran
· 13 years ago
bbe46d6
Issue #12483: ctypes: Fix a crash when the destruction of a callback
by Amaury Forgeot d'Arc
· 13 years ago
1d7deaf
Branch merge
by Éric Araujo
· 13 years ago
b77c6c6
Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases.
by Stefan Krah
· 13 years ago
647ef8c
Wrap pydoc output under 80 characters
by Éric Araujo
· 13 years ago
4165bfb
#12940: fix cmd example. Patch by Tim Chase.
by Ezio Melotti
· 13 years ago
aaa8991
NEWS
by Jesus Cea
· 13 years ago
ab7060e
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
by Jesus Cea
· 13 years ago
13e8c8e
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
by Éric Araujo
· 13 years ago
fce67fc
Slight cleanup in distutils test_dist.
by Éric Araujo
· 13 years ago
da752d8
Fix issue #12948: multiprocessing test failures can hang the buildbots
by Jesus Cea
· 13 years ago
94f964f
Close issue #12948: multiprocessing test failures can hang the buildbots
by Jesus Cea
· 13 years ago
eb933de
Fix current name of the Python 3 binary on Unix (#12896).
by Éric Araujo
· 13 years ago
4eb0e73
Closes #12906: Fixed bug in YAML configuration.
by Vinay Sajip
· 13 years ago
7f55560
merge heads
by Benjamin Peterson
· 13 years ago
f22913b
cast to getter
by Benjamin Peterson
· 13 years ago
d88d983
Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character
by Victor Stinner
· 13 years ago
a1bea6e
Issue #9561: distutils now reads and writes egg-info files using UTF-8
by Victor Stinner
· 13 years ago
a404b49
Issue #12326: Remove plat-linux3 directory
by Victor Stinner
· 13 years ago
e969a21
Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
by Senthil Kumaran
· 13 years ago
bcf99ac
Branch merge
by Éric Araujo
· 13 years ago
2e7ddd3
Issue #12841: Fix tarfile extraction of non-existent uids/gids.
by Lars Gustäbel
· 13 years ago
d9e0b06
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten.
by Ezio Melotti
· 13 years ago
17b288c
Branch merge
by Éric Araujo
· 13 years ago
73abc24
Add 3.2.2 and 3.2.3 UUIDs.
by Martin v. Löwis
· 13 years ago
06ee020
Post-release version bump.
by Georg Brandl
· 13 years ago
3484a87
Merge with release clone.
by Georg Brandl
· 13 years ago
e3bb2cf
Typo fix.
by Georg Brandl
· 13 years ago
d42b7a3
Added tag v3.2.2 for changeset 137e45f15c0b
by Georg Brandl
· 13 years ago
f6f3a35
add a __dict__ descr for IOBase (closes #12878)
by Benjamin Peterson
· 13 years ago
cfbd630
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
by Éric Araujo
· 13 years ago
32e2915
Enable catching WARN-level logging messages in distutils' test_sdist
by Éric Araujo
· 13 years ago
7335e6f
removed misleading editing leftovers
by Łukasz Langa
· 13 years ago
fbd4fe2
Give credit to Adam
by Sandro Tosi
· 13 years ago
02dd539
Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
by Amaury Forgeot d'Arc
· 13 years ago
172f374
#12781: Mention SO_REUSEADDR flag near socket examples
by Sandro Tosi
· 13 years ago
d9e1789
Branch merge
by Éric Araujo
· 13 years ago
979482a
Issue #12636: IDLE reads the coding cookie when executing a Python script.
by Victor Stinner
· 13 years ago
85c6772
IDLE: fix some RessourceWarning, reuse tokenize.open()
by Victor Stinner
· 13 years ago
0af0306
Remove unused variable if Python is build without threads
by Victor Stinner
· 13 years ago
024de54
Fix typo (was build) and remove redundancy in docstring
by Éric Araujo
· 13 years ago
18ddf82
Add links from library/functions to other docs.
by Éric Araujo
· 13 years ago
9edd9f0
Fix a few links in the table of built-in functions (#12298)
by Éric Araujo
· 13 years ago
eff61f6
make sure to initialize the method wrapper type
by Benjamin Peterson
· 13 years ago
8dad187
Remove obsolete comment
by Éric Araujo
· 13 years ago
a762285
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
by Antoine Pitrou
· 13 years ago
3b371cf
#10454: a few edits to compileall help messages
by Éric Araujo
· 13 years ago
29cf58c
Document that format string don’t support arbitrary dictonary keys.
by Éric Araujo
· 13 years ago
8ab3a1d
Document that True/False/None don’t use :keyword: in doc.
by Éric Araujo
· 13 years ago
222b208
From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc.
by Ezio Melotti
· 13 years ago
a9353db
Remove duplicate text in os documentation.
by Ross Lagerwall
· 13 years ago
ec9a5f6
Add version number for versionchanged directive (backport from 3.3)
by Éric Araujo
· 13 years ago
0224d4e
accept bytes for the AST 'string' type
by Benjamin Peterson
· 13 years ago
7af8ebb
Adapt/remove mentions of functions gone in 3.x
by Éric Araujo
· 13 years ago
37b5f9e
Fix some misuses of Sphinx roles and one typo
by Éric Araujo
· 13 years ago
941afed
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
by Éric Araujo
· 13 years ago
48e484f
Fix test_sysconfig when run from a Python installed under /site (#10086).
by Éric Araujo
· 13 years ago
e897e95
Try to fix one of the bigmem tests in test_pickle
by Antoine Pitrou
· 13 years ago
faecc38
Issue #11241: subclasses of ctypes.Array can now be subclassed.
by Amaury Forgeot d'Arc
· 13 years ago
326e189
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
by Amaury Forgeot d'Arc
· 13 years ago
caa745e
Branch merge
by Éric Araujo
· 13 years ago
55549ec
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
by Antoine Pitrou
· 13 years ago
82be19f
Issue #11564: Avoid crashes when trying to pickle huge objects or containers
by Antoine Pitrou
· 13 years ago
fbe37df
Make bdist_* commands respect --skip-build passed to bdist (#10946)
by Éric Araujo
· 13 years ago
aa26b27
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
by Charles-François Natali
· 13 years ago
524148a
Issue #12839: Fix crash in zlib module due to version mismatch.
by Nadeem Vawda
· 13 years ago
d54fa55
Make tests faster by reaping threads only at the end
by Antoine Pitrou
· 13 years ago
6b2e160
Provide a better diagnosis on socket errors
by Antoine Pitrou
· 13 years ago
2964691
Add pattern to .hgignore in order to mask PC/generrmap.exe
by Antoine Pitrou
· 13 years ago
c1fba3e
Make regrtest complain when -M and -j are used together.
by Nadeem Vawda
· 13 years ago
be573e7
Remove outdated pointer to optparse (fixes #11360).
by Éric Araujo
· 13 years ago
2f24fda
Branch merge
by Éric Araujo
· 13 years ago
7744382
Document the "optional" argument of distutils’ Extension class
by Éric Araujo
· 13 years ago
3f5e958
Fix type information in distutils API reference (#9302).
by Éric Araujo
· 13 years ago
cc42ebe
Make the list of docs contributors sorted again
by Éric Araujo
· 13 years ago
c686167
Turn two ifs into one in the code I commited a few days ago
by Éric Araujo
· 13 years ago
08e544e
Issue #12333: fix test_distutils failures under Solaris and derivatives
by Antoine Pitrou
· 13 years ago
b0993bc
Bump to 3.2.2.
by Georg Brandl
· 13 years ago
f1961e8
Regenerate pydoc topics.
by Georg Brandl
· 13 years ago
d5a9811
Make bdist_* commands respect --skip-build passed to bdist (#10946)
by Éric Araujo
· 13 years ago
4fc80b6
Issue #12333: fix test_distutils failures under Solaris and derivatives
by Antoine Pitrou
· 13 years ago
e1eef41
Close #12838: fix range() call.
by Georg Brandl
· 13 years ago
c3085aa
Fix distutils tests on Windows (#12678).
by Éric Araujo
· 13 years ago
175eb99
Fix distutils tests on Windows (#12678).
by Éric Araujo
· 13 years ago
7a08410
Merge
by Antoine Pitrou
· 13 years ago
6cea35a
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
by Charles-François Natali
· 13 years ago
bcb39d4
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
by Antoine Pitrou
· 13 years ago
5bd8b8d
A warning doesn't equate a failed test
by Antoine Pitrou
· 13 years ago
a5c92b4
Fix indentation and add a skip decorator.
by Ezio Melotti
· 13 years ago
93e7afc
#9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds.
by Ezio Melotti
· 13 years ago
ce9da2f
Issue #12678: Fix distutils sdist test on Windows.
by Nadeem Vawda
· 13 years ago
3d3bc81
Issue #12678: Fix distutils sdist test on Windows.
by Nadeem Vawda
· 13 years ago
a031abc
Fix distutils test_install for shared CPython builds
by Éric Araujo
· 13 years ago
8c97318
Fix distutils test_install for shared CPython builds
by Éric Araujo
· 13 years ago
Next »