Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
85ce2477262bd13d6c72050103204c6c25468ac5
85ce247
Branch merge
by Éric Araujo
· 14 years ago
d1ca4f9
Merge fixes for #12256 and typos from 3.2
by Éric Araujo
· 14 years ago
355d48a
Typo
by Éric Araujo
· 14 years ago
04ac59a
Mention virtual subclasses in the glossary entry for ABCs (#12256).
by Éric Araujo
· 14 years ago
444be16
Issue #12780: Merged fix from 3.2.
by Vinay Sajip
· 14 years ago
2da23ca
Issue #12780: Removed checks in logging for .pyc/.pyo in __file__.
by Vinay Sajip
· 14 years ago
17e92cf
Merge from 3.2 Issue #12672: remove confusing part of sentence in documentation
by Eli Bendersky
· 14 years ago
729a42f
Issue #12672: remove confusing part of sentence in documentation
by Eli Bendersky
· 14 years ago
74adbaa
Merge: Fix ResourceWarnings in test_subprocess.
by Nadeem Vawda
· 14 years ago
0d7cda3
Fix ResourceWarnings in test_subprocess.
by Nadeem Vawda
· 14 years ago
8755278
Mark abc.abstractproperty as a property
by Éric Araujo
· 14 years ago
4d71a66
Fix typo in command name
by Éric Araujo
· 14 years ago
24d6cc6
Merge 3.2
by Éric Araujo
· 14 years ago
a2d2618
Fix instance I missed in 59f7bbe1236c (#1626300)
by Éric Araujo
· 14 years ago
43a7ee1
Make logging call lazy
by Éric Araujo
· 14 years ago
e197df0
Remove obsolete term + indicate how to find the program (#1626300).
by Éric Araujo
· 14 years ago
e8b7eb0
Link isinstance/issubclass to the ABC glossary entry (#12256)
by Éric Araujo
· 14 years ago
543edbd
Don’t quote characters twice.
by Éric Araujo
· 14 years ago
fde9242
Don’t use “arg” for “argument”
by Éric Araujo
· 14 years ago
50e516a
Improve “pysetup create” help messages.
by Éric Araujo
· 14 years ago
b931ab4
Fix typo
by Éric Araujo
· 14 years ago
55b9fe2
Remove class that was only useful with Sphinx autodoc
by Éric Araujo
· 14 years ago
19f9b71
Add a few missing source links from 2.7 and harmonize lib docs headers
by Éric Araujo
· 14 years ago
d001ffe
Minor improvements to BadZipFile and BadZipfile docs.
by Éric Araujo
· 14 years ago
5eada94
Fix markup to get a target instead of a comment
by Éric Araujo
· 14 years ago
889a7dc
Fix a typo and touch up blank lines
by Éric Araujo
· 14 years ago
6e7d0ba
Add missing reST target for one section of this file
by Éric Araujo
· 14 years ago
0519b09
Avoid splitting a word between a link and text
by Éric Araujo
· 14 years ago
2736c5d
Issue #12650: fix failures on some buildbots, when a subprocess takes a long
by Charles-François Natali
· 14 years ago
72d161a
Issue #12650: fix failures on some buildbots, when a subprocess takes a long
by Charles-François Natali
· 14 years ago
ea35d39
merge heads
by Benjamin Peterson
· 14 years ago
c07f3be
merge 3.2
by Benjamin Peterson
· 14 years ago
acaeff8
merge heads
by Benjamin Peterson
· 14 years ago
e518d4c
merge 3.2
by Benjamin Peterson
· 14 years ago
7a6b44a
the named of the character is actually NUL
by Benjamin Peterson
· 14 years ago
558639f
Issue #12650: Fix a race condition where a subprocess.Popen could leak
by Charles-François Natali
· 14 years ago
134a8ba
Issue #12650: Fix a race condition where a subprocess.Popen could leak
by Charles-François Natali
· 14 years ago
020340f
merge 3.2
by Benjamin Peterson
· 14 years ago
5ad517a
NUL -> NULL
by Benjamin Peterson
· 14 years ago
9c3de4a
Issue #12326: don't test the major version of sys.platform
by Victor Stinner
· 14 years ago
c772396
change word
by Benjamin Peterson
· 14 years ago
01fc6cd
make __doc__ mutable on heaptypes (closes #12773)
by Benjamin Peterson
· 14 years ago
d9f23d2
factor out common checks for setting special type attributes
by Benjamin Peterson
· 14 years ago
af3dcd2
improve test name
by Benjamin Peterson
· 14 years ago
d17cefc
crush other possible refleaks in this section
by Benjamin Peterson
· 14 years ago
3e6267e
merge 3.2
by Benjamin Peterson
· 14 years ago
ae13c88
fix possible refleaks
by Benjamin Peterson
· 14 years ago
c4085c8
complain when a class variable shadows a name in __slots__ (closes #12766)
by Benjamin Peterson
· 14 years ago
51be6e0
merge heads
by Benjamin Peterson
· 14 years ago
ae6ae02
some *nixes decided not to call init process 1 (closes #12763)
by Benjamin Peterson
· 14 years ago
d6fe58d
merge heads
by Sandro Tosi
· 14 years ago
b51a3c9
merge with 3.2
by Sandro Tosi
· 14 years ago
f6b25b9
#12761: fix wording of zlib license section
by Sandro Tosi
· 14 years ago
7f0a6dd
Use -n for tests under Windows
by Antoine Pitrou
· 14 years ago
6e5222d
Branch merge
by Éric Araujo
· 14 years ago
65d81f4
Merge Makefile fix from 3.2 (thanks Georg)
by Éric Araujo
· 14 years ago
b389eec
Move versionadded directive to the top level, as we do in other files
by Éric Araujo
· 14 years ago
e5905a9
Fix typo
by Éric Araujo
· 14 years ago
b5da6e9
Revert change that was not a syntax fix but actually a behavior change
by Éric Araujo
· 14 years ago
67321cc
#9723: refactor regex.
by Ezio Melotti
· 14 years ago
ae0cbde
#12204: merge with 3.2.
by Ezio Melotti
· 14 years ago
0656a56
#12204: document that str.upper().isupper() might be False and add a note about cased characters.
by Ezio Melotti
· 14 years ago
269e3ee
#12266: merge with 3.2.
by Ezio Melotti
· 14 years ago
ee8d998
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
by Ezio Melotti
· 14 years ago
7ec7fc4
#12725: merge with 3.2.
by Ezio Melotti
· 14 years ago
388c945
#12725: fix working. Patch by Ben Hayden.
by Ezio Melotti
· 14 years ago
8567493
Monotonic, not monotonous
by Antoine Pitrou
· 14 years ago
e58bffb
Followup to 8e824e09924a: fix regression on 32-bit builds
by Antoine Pitrou
· 14 years ago
3c7e928
Issue #12744: Fix inefficient representation of integers
by Antoine Pitrou
· 14 years ago
780199e
Issue #12669: Fix test_curses so that it can run on the buildbots.
by Nadeem Vawda
· 14 years ago
3bf71c5
Fix incorrect comment in zlib.Decompress.flush().
by Nadeem Vawda
· 14 years ago
1c38546
Issue #12646: Add an 'eof' attribute to zlib.Decompress.
by Nadeem Vawda
· 14 years ago
74b6abf
Merge with 3.2.
by Georg Brandl
· 14 years ago
3abb372
Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError.
by Georg Brandl
· 14 years ago
3672c4e
merge 3.2
by Benjamin Peterson
· 14 years ago
963e402
tokenize is just broken on test_pep3131.py
by Benjamin Peterson
· 14 years ago
478267f
merge 3.2
by Benjamin Peterson
· 14 years ago
be66287
normalization is different between unicode builds, so use a new non-BMP char and add normalization test
by Benjamin Peterson
· 14 years ago
ea281a5
include header with PyAST_Validate
by Benjamin Peterson
· 14 years ago
f8e7543
merge 3.2 (#12732)
by Benjamin Peterson
· 14 years ago
f413b80
in narrow builds, make sure to test codepoints as identifier characters (closes #12732)
by Benjamin Peterson
· 14 years ago
98d95a5
merge with 3.2
by Sandro Tosi
· 14 years ago
7bf4363
let PySequence_Check me a link; thanks to tomo cocoa from docs@
by Sandro Tosi
· 14 years ago
147cd50
Merge 3.2
by Éric Araujo
· 14 years ago
fdea624
Branch merge
by Éric Araujo
· 14 years ago
c2d2c72
Branch merge
by Éric Araujo
· 14 years ago
a7e33a1
Clean up test_shutil, to facilitate upcoming improvements (#12721).
by Éric Araujo
· 14 years ago
1bf5b6a
Update crlf and lfcr scripts for 3.x bytes semantics (#12032).
by Éric Araujo
· 14 years ago
b90770d
merge with 3.2
by Sandro Tosi
· 14 years ago
8a3b657
it's 'rather than'; reported by James Bateman on docs@
by Sandro Tosi
· 14 years ago
f04488e
Merge 3.2
by Éric Araujo
· 14 years ago
14eba5f
Brench merge
by Éric Araujo
· 14 years ago
fbc5ff6
patchcheck: don’t talk about the test suite when no code file were changed.
by Éric Araujo
· 14 years ago
28d39a0
Branch merge
by Éric Araujo
· 14 years ago
47fe5c0
Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance
by Eli Bendersky
· 14 years ago
4460abe
Use our existing drop-in, no-op decorator instead of redefining it.
by Éric Araujo
· 14 years ago
ff3d3e4
merge heads
by Benjamin Peterson
· 14 years ago
b684702
make only files which use AST depend on Python-ast.h
by Benjamin Peterson
· 14 years ago
5a3f49b
revert code which conditionally writes Python-ast.h (closes #12727)
by Benjamin Peterson
· 14 years ago
fdf4a27
Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles.
by Antoine Pitrou
· 14 years ago
Next »