Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a95d19efa62645adc1adb2c7cd9861a1856b41c2
a95d19e
#12781: Mention SO_REUSEADDR flag near socket examples
by Sandro Tosi
· 14 years ago
b71c15d
Branch merge
by Éric Araujo
· 14 years ago
871a0fb
Remove unused variable if Python is build without threads
by Victor Stinner
· 14 years ago
1fc2076
Remove obsolete comment
by Éric Araujo
· 14 years ago
2532f11
Clarify compileall command-line options (#10454).
by Éric Araujo
· 14 years ago
cd90f79
Document that format string don’t support arbitrary dictonary keys.
by Éric Araujo
· 14 years ago
2c378ae
Document that True/False/None don’t use :keyword: in doc
by Éric Araujo
· 14 years ago
7ce05e0
Fix some markup and one typo
by Éric Araujo
· 14 years ago
a7cbe28
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
by Éric Araujo
· 14 years ago
4f14a1f
From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc.
by Ezio Melotti
· 14 years ago
a971df3
Fix test_sysconfig when run from a Python installed under /site (#10086).
by Éric Araujo
· 14 years ago
3d7f236
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
by Amaury Forgeot d'Arc
· 14 years ago
9bfc16a
added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@
by Sandro Tosi
· 14 years ago
429b890
Make bdist_* commands respect --skip-build passed to bdist (#10946)
by Éric Araujo
· 14 years ago
ecbb7a9
Add suspicious entries for the Python Porting HOWTO recently added
by Éric Araujo
· 14 years ago
66e53c7
Fix test failures when Python is compiled without thread support.
by Nadeem Vawda
· 14 years ago
605ee24
Always define _PyIsSelectable_fd().
by Charles-François Natali
· 14 years ago
fda7b37
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
by Charles-François Natali
· 14 years ago
bbabbae
Issue #12839: Fix crash in zlib module due to version mismatch.
by Nadeem Vawda
· 14 years ago
0ad7358
Provide a better diagnosis on socket errors
by Antoine Pitrou
· 14 years ago
0f697b3
Remove outdated pointer to optparse (fixes #11360).
by Éric Araujo
· 14 years ago
288ebb4
Add FIXME note as a reminder
by Éric Araujo
· 14 years ago
1bd3b9c
Branch merge
by Éric Araujo
· 14 years ago
cf13c86
Document the "optional" argument of distutils’ Extension class
by Éric Araujo
· 14 years ago
5c2f1f6
Fix type information in distutils API reference (#9302).
by Éric Araujo
· 14 years ago
e10fbb1
Backport tests for the distutils install command
by Éric Araujo
· 14 years ago
cea5fc0
Try to fix test_distutils on Windows (#12678)
by Éric Araujo
· 14 years ago
c811fb2
Add tests for build_ext --user (backport from 3.2)
by Éric Araujo
· 14 years ago
04612d6
Refactor helpers for compiling the xx module in distutils tests.
by Éric Araujo
· 14 years ago
2a34eb3
Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid
by Charles-François Natali
· 14 years ago
eacada8
Close #12838: fix range() call.
by Georg Brandl
· 14 years ago
8a9369b
Update link to the decimal arithmetic specification.
by Raymond Hettinger
· 14 years ago
77657e4
Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown.
by Antoine Pitrou
· 14 years ago
a1a8da8
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
by Antoine Pitrou
· 14 years ago
cdaafe0
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
by Charles-François Natali
· 14 years ago
12682b1
#9200: backport tests but run them on wide builds only.
by Ezio Melotti
· 14 years ago
367d4c8
Issue #12678: Fix distutils sdist test on Windows.
by Nadeem Vawda
· 14 years ago
0429500
Add missing name in shutil.__all__
by Éric Araujo
· 14 years ago
a75039a
#5301: add image/vnd.microsoft.icon (.ico) MIME type
by Sandro Tosi
· 14 years ago
b384356
Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
by Antoine Pitrou
· 14 years ago
9b68092
#12787: link original MultiCall proposal to webarchive and in a footnote
by Sandro Tosi
· 14 years ago
808cec5
Issue #12213: Fix a buffering bug with interleaved reads and writes that
by Antoine Pitrou
· 14 years ago
acacbaa
Issue #12326: sys.platform is now always 'linux2' on Linux
by Victor Stinner
· 14 years ago
a7eb3c8
fix description of \r; thanks to Thomas Waldmann from docs@
by Sandro Tosi
· 14 years ago
da5a962
merge heads
by Sandro Tosi
· 14 years ago
657a7fc
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
by Sandro Tosi
· 14 years ago
410024a
Branch merge
by Éric Araujo
· 14 years ago
0dcf59a
Fix typo in command name
by Éric Araujo
· 14 years ago
a2596a4
Remove obsolete term + indicate how to find the program (#1626300).
by Éric Araujo
· 14 years ago
e0054c5
Link isinstance/issubclass to the ABC glossary entry (#12256)
by Éric Araujo
· 14 years ago
f06568c
Fix a typo and remove some unneeded markup
by Éric Araujo
· 14 years ago
a5afa49
patchcheck: don’t talk about the test suite when no code file were changed.
by Éric Araujo
· 14 years ago
fe5c297
Fix find command in makefile “funny” target
by Éric Araujo
· 14 years ago
e68d450
Add documentation for PEP 370 features in distutils (#10745).
by Éric Araujo
· 14 years ago
afd2fe2
Improve documentation for PEP 370 support in site module (#8617).
by Éric Araujo
· 14 years ago
7ceef09
Issue #12672: remove confusing part of sentence in documentation
by Eli Bendersky
· 14 years ago
8605936
Fix resource leaks in test_subprocess.
by Nadeem Vawda
· 14 years ago
e7329f4
Guard shutil._make_archive against a logger=None argument.
by Éric Araujo
· 14 years ago
99c4c34
Add missing documentation for logger argument of shutil.make_archive
by Éric Araujo
· 14 years ago
bd858b7
Turn last automatic footnote in this file into a manually-numbered one
by Éric Araujo
· 14 years ago
cdb86f1
Branch merge
by Éric Araujo
· 14 years ago
29a0b57
Backport source links from 3.x.
by Éric Araujo
· 14 years ago
d478a46
Use standard heading for ast module docs
by Éric Araujo
· 14 years ago
67719bd
Synchronize argparse docs with 3.x versions
by Éric Araujo
· 14 years ago
d9aeb60
Remove unneeded reST target
by Éric Araujo
· 14 years ago
a8f66dd
Synchronize glossary with py3k.
by Éric Araujo
· 14 years ago
52a5a03
Add Python porting howto from 3.x.
by Éric Araujo
· 14 years ago
a8085d3
Issue #12650: fix failures on some buildbots, when a subprocess takes a long
by Charles-François Natali
· 14 years ago
f595a76
Backport source role for linking to files in the cpython repo.
by Éric Araujo
· 14 years ago
100df0f
Issue #12650: only run the tests on Unix.
by Charles-François Natali
· 14 years ago
b02302c
Issue #12650: Fix a race condition where a subprocess.Popen could leak
by Charles-François Natali
· 14 years ago
02ebf4f
grammatical fixes; from Darren Yin on docs@
by Sandro Tosi
· 14 years ago
de66ecc
fix possible refleaks
by Benjamin Peterson
· 14 years ago
4047d68
#12761: fix wording of zlib license section
by Sandro Tosi
· 14 years ago
39935f4
NEWS entry.
by Barry Warsaw
· 14 years ago
edfba82
The simplest possible fix for the regression in bug 12752 by encoding unicodes
by Barry Warsaw
· 14 years ago
5085e8a
#12204: document that str.upper().isupper() might be False and add a note about cased characters.
by Ezio Melotti
· 14 years ago
ea7b6f6
#12266: move the tests in test_unicode.
by Ezio Melotti
· 14 years ago
15d6b65
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
by Ezio Melotti
· 14 years ago
ca5e908
#12725: fix working. Patch by Ben Hayden.
by Ezio Melotti
· 14 years ago
569ff91
Avoid title case in flowing text (backport from 3.2)
by Éric Araujo
· 14 years ago
92be113
let PySequence_Check me a link; thanks to tomo cocoa from docs@
by Sandro Tosi
· 14 years ago
c67975b
it's 'rather than'; reported by James Bateman on docs@
by Sandro Tosi
· 14 years ago
71a5ea0
English fixup, from Mike MacCana on docs@
by Sandro Tosi
· 14 years ago
5088b50
Issue #12718: Add documentation on using custom importers.
by Vinay Sajip
· 14 years ago
93e6a3d
Remove the un-exercised in-module test code.
by Senthil Kumaran
· 14 years ago
ea75f4c
Fix closes Issue12722 - link heapq source in the text format in the documentation.
by Senthil Kumaran
· 14 years ago
3ea5224
Issue 12717: Fix-up an earlier backport in ConfigParser.
by Raymond Hettinger
· 14 years ago
d7fbc8b
Repair markup.
by Georg Brandl
· 14 years ago
a350f0f
Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least.
by Georg Brandl
· 14 years ago
a9c9b2c
#12709: add error_callback argument to map_async documentation
by Sandro Tosi
· 14 years ago
9943c0d
#10741: add documentation for PyGILState_GetThisThreadState()
by Sandro Tosi
· 14 years ago
1381a31
#12677: correct turtle orientation in doc
by Sandro Tosi
· 14 years ago
ef651ac
whitespace fix.
by Senthil Kumaran
· 14 years ago
351950f
Remove the old dead test program within the module in 2.7.
by Senthil Kumaran
· 14 years ago
e11af59
Fix grammar
by Eli Bendersky
· 14 years ago
b8b7172
Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.
by Senthil Kumaran
· 14 years ago
ceed525
s/a/an - grammar?
by Senthil Kumaran
· 14 years ago
54f84d7
Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902.
by Senthil Kumaran
· 14 years ago
b5bd4c8
Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items)
by Senthil Kumaran
· 14 years ago
Next »