Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d8e08067b96d677cf68e18512cb5b7b60f18c558
d8e0806
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
by Ned Deily
· 13 years ago
65f7db3
merge 3.2
by Benjamin Peterson
· 13 years ago
76450a9
merge 3.1
by Benjamin Peterson
· 13 years ago
bb11bb0
Added tag v3.1.4rc1 for changeset 32fcb9e94985
by Benjamin Peterson
· 13 years ago
5f250fb
update pydoc-topics
by Benjamin Peterson
· 13 years ago
9a63745
bump to 3.1.4rc1
by Benjamin Peterson
· 13 years ago
d92ccb1
Skip test_pipe2 on Linux kernels older than 2.6.27.
by Charles-François Natali
· 13 years ago
daafdd5
Issue #12196: Add pipe2() to the os module.
by Charles-François Natali
· 13 years ago
04a90b4
bump ast version
by Benjamin Peterson
· 13 years ago
43af12b
unify TryExcept and TryFinally (closes #12199)
by Benjamin Peterson
· 13 years ago
f7d08e8
Merge 3.2
by Éric Araujo
· 13 years ago
c739066
Branch merge
by Éric Araujo
· 13 years ago
75e86a6
Merge 3.1
by Éric Araujo
· 13 years ago
4b8f665
Branch merge
by Éric Araujo
· 13 years ago
e4427bf
Branch merge
by Éric Araujo
· 13 years ago
a7eaa41
Use bytes in myreceive.
by Martin v. Löwis
· 13 years ago
987475c
Explain that INET is IPv4 and STREAM is TCP.
by Martin v. Löwis
· 13 years ago
2d51721
Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the
by Charles-François Natali
· 13 years ago
b30eed9
Record null merge of Issue #12205
by Ned Deily
· 13 years ago
6747381
Record null merge of Issue #12205
by Ned Deily
· 13 years ago
d5a9196
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
by Ned Deily
· 13 years ago
fbdc25e
Null merge to record previous incorrecly merged changeset from 3.2 branch:
by Ned Deily
· 13 years ago
87418af
Fix typo in 0311f62714f7
by Éric Araujo
· 13 years ago
6a21f55
Don’t misuse “package data” in pprint example
by Éric Araujo
· 13 years ago
f0ab5d6
Fix typos in Misc/NEWS
by Éric Araujo
· 13 years ago
f215631
Put version* directives at the right scope
by Éric Araujo
· 13 years ago
bc57789
Improve example for crypt module. No string exceptions..
by Éric Araujo
· 13 years ago
7f9b37b
Port r86353 to packaging (#10359: “;” after function definition is invalid in ISO C)
by Éric Araujo
· 13 years ago
601aba6
Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2
by Éric Araujo
· 13 years ago
c5069e0
Merge doc touch-ups and fixes for #9831 and #9223 from 3.1
by Éric Araujo
· 13 years ago
456ae89
Re-add missing doc stub for the distutils check command
by Éric Araujo
· 13 years ago
000893f
Minor touch-ups in distutils.cmd.Command doc
by Éric Araujo
· 13 years ago
489c8ff
Fix test_build_py when sys.dont_write_bytecode is true (#9831).
by Éric Araujo
· 13 years ago
8281ba8
follow on to the last commit, remove the final POSIXPurePythonTestCase
by Gregory P. Smith
· 13 years ago
59fd1bf
The _posixsubprocess module is now required on POSIX.
by Gregory P. Smith
· 13 years ago
7439e7b
Fix ProcessTestCasePOSIXPurePython to test the module from import when
by Gregory P. Smith
· 13 years ago
c80504f
Fix ProcessTestCasePOSIXPurePython to test the module from import when
by Gregory P. Smith
· 13 years ago
e4eed06
Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
by Ned Deily
· 13 years ago
6e5fd04
Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
by Ned Deily
· 13 years ago
59a3338
Issue #985064: Make plistlib more resilient to faulty input plists.
by Ned Deily
· 13 years ago
32b5cb0
Issue #985064: Make plistlib more resilient to faulty input plists.
by Ned Deily
· 13 years ago
b8e59f7
Issue #985064: Make plistlib more resilient to faulty input plists.
by Ned Deily
· 13 years ago
61be422
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 13 years ago
056f5b9
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 13 years ago
9a7c524
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 13 years ago
aeabd5f
add some with syntax examples
by Benjamin Peterson
· 13 years ago
d8255e0
merge 3.2
by Benjamin Peterson
· 13 years ago
a290bac
merge 3.1
by Benjamin Peterson
· 13 years ago
0a5dad9
fix spacing
by Benjamin Peterson
· 13 years ago
4a0f20f
merge 3.2
by Benjamin Peterson
· 13 years ago
5218853
merge 3.1
by Benjamin Peterson
· 13 years ago
74897ba
fix indentation
by Benjamin Peterson
· 13 years ago
7f670e5
bump ast version
by Benjamin Peterson
· 13 years ago
bf1bbc1
reflect with statements with multiple items in the AST (closes #12106)
by Benjamin Peterson
· 13 years ago
0501070
Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin
by Victor Stinner
· 13 years ago
4f2dab5
Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions
by Victor Stinner
· 13 years ago
43b0686
try to use the same str object for all code filenames when compiling or unmarshalling (#12190)
by Benjamin Peterson
· 13 years ago
d408503
remove unused string WILFE attribute
by Benjamin Peterson
· 13 years ago
f33de71
Minor doc addition for clarity
by Éric Araujo
· 13 years ago
e0854f9
Add missing closing paren
by Éric Araujo
· 13 years ago
4e18ac8
Merge heads
by Nadeem Vawda
· 13 years ago
200e00a
Update bz2 docs following issue #1625.
by Nadeem Vawda
· 13 years ago
55b4338
Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.
by Nadeem Vawda
· 13 years ago
98fe1a0
Issue #8796: codecs.open() calls the builtin open() function instead of using
by Victor Stinner
· 13 years ago
c556e10
fix typo
by Benjamin Peterson
· 13 years ago
08ae8bb
Move test_packaging news entries to the tests section
by Éric Araujo
· 13 years ago
42fc33a
add ack from 2.7
by Benjamin Peterson
· 13 years ago
7cbbcd8
Merge 3.2
by Éric Araujo
· 13 years ago
b5096f7
Merge 3.1
by Éric Araujo
· 13 years ago
d4ae04f
Branch merge
by Éric Araujo
· 13 years ago
dec2067
Branch merge
by Éric Araujo
· 13 years ago
f46676d
Branch merge
by Éric Araujo
· 13 years ago
92236e5
SystemExit_init(): avoid an useless test
by Victor Stinner
· 13 years ago
13b21bd
print_exception(): handle correctly PyObject_GetAttrString() failure
by Victor Stinner
· 13 years ago
a1a807b
set_repr(): handle correctly PyUnicode_FromUnicode() error (MemoryError)
by Victor Stinner
· 13 years ago
5572ba7
_posixsubprocess.c: don't redefine _GNU_SOURCE if it's already defined
by Victor Stinner
· 13 years ago
77af172
socket.sendto(): exit directly after setting the error
by Victor Stinner
· 13 years ago
9a2261a
zipimport: initialize fullpath to NULL
by Victor Stinner
· 13 years ago
97e561e
Avoid useless "++" at the end of functions
by Victor Stinner
· 13 years ago
25095b2
Remove useless assignments
by Victor Stinner
· 13 years ago
58bc7a1
Null merge: changeset is already in 3.3
by Stefan Krah
· 13 years ago
f2c6db5
Issue #12090: backport 79fcd71d0356
by Stefan Krah
· 13 years ago
b57f108
Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
by Victor Stinner
· 13 years ago
e9d44ccb
Issue #12175: FileIO.readall() now only reads the file position and size once.
by Victor Stinner
· 13 years ago
5eb5559
Issue #12180: Fixed a few remaining errors in test_packaging when no threading.
by Tarek Ziade
· 13 years ago
d2780ae
(Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read()
by Victor Stinner
· 13 years ago
988512c
(Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()
by Victor Stinner
· 13 years ago
a80987f
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
by Victor Stinner
· 13 years ago
af62c7d
(Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of
by Victor Stinner
· 13 years ago
4767114
(Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of
by Victor Stinner
· 13 years ago
b79f28c
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
by Victor Stinner
· 13 years ago
fd82113
Fast path for IncrementalNewlineDecoder.decode() in io.TextIOWrapper.read(-1)
by Victor Stinner
· 13 years ago
242926d
merge commit.
by Senthil Kumaran
· 13 years ago
656ce50
News entry for issue11109.
by Senthil Kumaran
· 13 years ago
5e826e8
Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass.
by Senthil Kumaran
· 13 years ago
aa1ef2d
Merge 3.2
by Éric Araujo
· 13 years ago
0f67a99
Branch merge
by Éric Araujo
· 13 years ago
559b5f1
Minor cleanup in sysconfig.
by Éric Araujo
· 13 years ago
b46004c
Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
by Antoine Pitrou
· 13 years ago
51b7aed
Merge 3.1
by Éric Araujo
· 13 years ago
Next »