Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fbd1e041af2057065339bc643a00a55682427aa7
fbd1e04
Merge with 3.2.
by Georg Brandl
· 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
fd164c2
Merge with 3.2.
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
9fd5374
merge 3.2 (#12878)
by Benjamin Peterson
· 13 years ago
f6f3a35
add a __dict__ descr for IOBase (closes #12878)
by Benjamin Peterson
· 13 years ago
35c912f
oops, someone beat me to it: merging minor configparser documentation cleanups
by Łukasz Langa
· 13 years ago
a4083d2
merged configparser documentation leftovers cleanup from 3.2
by Łukasz Langa
· 13 years ago
7335e6f
removed misleading editing leftovers
by Łukasz Langa
· 13 years ago
842d921
ctypes: Slightly better error message when a struct field name is not a string.
by Amaury Forgeot d'Arc
· 13 years ago
154f2b4
merge with 3.2
by Sandro Tosi
· 13 years ago
fbd4fe2
Give credit to Adam
by Sandro Tosi
· 13 years ago
9b20e27
Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a
by Amaury Forgeot d'Arc
· 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
0b6b1c3
#12781: merge with 3.2
by Sandro Tosi
· 13 years ago
172f374
#12781: Mention SO_REUSEADDR flag near socket examples
by Sandro Tosi
· 13 years ago
6f08f53
Merge 3.2
by Éric Araujo
· 13 years ago
677dc71
Branch merge
by Éric Araujo
· 13 years ago
d9e1789
Branch merge
by Éric Araujo
· 13 years ago
6c78de5
Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python script.
by Victor Stinner
· 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
22d80bc
Merge 3.2: Remove unused variable if Python is build without threads
by Victor Stinner
· 13 years ago
0af0306
Remove unused variable if Python is build without threads
by Victor Stinner
· 13 years ago
793c47a
Merge doc changes from 3.2 (#10454, #12298)
by Éric Araujo
· 13 years ago
ae5af15
Minor: tweak docstrings and __all__ in packaging.tests.support
by Éric Araujo
· 13 years ago
c15c88c
Issue #12494: Close pipes and kill process on error in subprocess functions
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
3391e64
Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD:
by Charles-François Natali
· 13 years ago
e35dc51
merge 3.2
by Benjamin Peterson
· 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
5edbaf2
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
by Antoine Pitrou
· 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
0ac4a5d
Add missing name in shutil.__all__
by Éric Araujo
· 13 years ago
c2d9a02
Merge doc fix with 3.2.
by Ezio Melotti
· 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
7194efe
Merge with 3.2.
by Ross Lagerwall
· 13 years ago
d9299e9
Minor improvement to extensions in setup.cfg: check parent package
by Éric Araujo
· 13 years ago
a9353db
Remove duplicate text in os documentation.
by Ross Lagerwall
· 13 years ago
336b4e4
Minor improvement to extensions section in setup.cfg.
by Éric Araujo
· 13 years ago
b8edbdf
Merge doc changes from 3.2.
by Éric Araujo
· 13 years ago
ec9a5f6
Add version number for versionchanged directive (backport from 3.3)
by Éric Araujo
· 13 years ago
95fc53f
Clean up packaging.util: add __all__, remove some unused functions.
by Éric Araujo
· 13 years ago
8f8cc8b
news note on xattrs
by Benjamin Peterson
· 13 years ago
18b6751
merge 3.2 (null)
by Benjamin Peterson
· 13 years ago
799bd80
expose linux extended file system attributes (closes #12720)
by Benjamin Peterson
· 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
ab3bea6
Merge fix for #10086 from 3.2
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
5bb7345
Fix packaging command registry to let Windows machines find bdist_msi
by Éric Araujo
· 13 years ago
cabca45
Branch merge
by Éric Araujo
· 13 years ago
7ec1928
Remove unused variable
by Amaury Forgeot d'Arc
· 13 years ago
2d24349
Try to fix one of the bigmem tests in test_pickle
by Antoine Pitrou
· 13 years ago
e897e95
Try to fix one of the bigmem tests in test_pickle
by Antoine Pitrou
· 13 years ago
3f184f5
Move help texts near to the function they’re related to
by Éric Araujo
· 13 years ago
61543b1
Fix typo I introduced in f93acf8844ec
by Éric Araujo
· 13 years ago
dd2f8b0
Merge from 3.2:
by Amaury Forgeot d'Arc
· 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
d9d67a6
Update list of trove classifiers to match PyPI
by Éric Araujo
· 13 years ago
7a18d21
Remove misleading comment and code.
by Antoine Pitrou
· 13 years ago
9e1599a
Merge 3.2
by Éric Araujo
· 13 years ago
d15b768
Branch merge
by Éric Araujo
· 13 years ago
caa745e
Branch merge
by Éric Araujo
· 13 years ago
b9fe54c
Make bdist_* commands respect --skip-build passed to bdist (#10946).
by Éric Araujo
· 13 years ago
83ab3f3
Remove obsolete mentions of the compress program and .Z archives.
by Éric Araujo
· 13 years ago
ff29ff8
Merge fix for #10946 from 3.2
by Éric Araujo
· 13 years ago
5e48c78
Remove display options (--name, etc.) from the Distribution class.
by Éric Araujo
· 13 years ago
acddb38
Cleanup: move code out of a try block
by Éric Araujo
· 13 years ago
a514eb9
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
by Antoine Pitrou
· 13 years ago
55549ec
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
by Antoine Pitrou
· 13 years ago
ee763e2
Issue #11564: Avoid crashes when trying to pickle huge objects or containers
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
fb63929
Print all fields when calling “pysetup metadata” without options.
by Éric Araujo
· 13 years ago
fbe37df
Make bdist_* commands respect --skip-build passed to bdist (#10946)
by Éric Araujo
· 13 years ago
b741313
Cleanup: use sys.version_info instead of convoluted hexversion lshifts
by Éric Araujo
· 13 years ago
84b8ed8
3.3 whatsnew: fix markup, add stub for new crypt features
by Éric Araujo
· 13 years ago
466517d
Issue #12837: POSIX.1-2008 allows socklen_t to be a signed integer: re-enable
by Charles-François Natali
· 13 years ago
ac7e9e0
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
by Charles-François Natali
· 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
44c6ef5
Merge: #12839: Fix crash in zlib module due to version mismatch.
by Nadeem Vawda
· 13 years ago
524148a
Issue #12839: Fix crash in zlib module due to version mismatch.
by Nadeem Vawda
· 13 years ago
76f570a
Make tests faster by reaping threads only at the end
by Antoine Pitrou
· 13 years ago
d54fa55
Make tests faster by reaping threads only at the end
by Antoine Pitrou
· 13 years ago
a5dba1a
Provide a better diagnosis on socket errors
by Antoine Pitrou
· 13 years ago
6b2e160
Provide a better diagnosis on socket errors
by Antoine Pitrou
· 13 years ago
103940c
Add pattern to .hgignore in order to mask PC/generrmap.exe
by Antoine Pitrou
· 13 years ago
2964691
Add pattern to .hgignore in order to mask PC/generrmap.exe
by Antoine Pitrou
· 13 years ago
2093730
Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on non-POSIX platforms.
by Nick Coghlan
· 13 years ago
Next »