Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7ddbf10589a64efd884ab002b79665559f45019e
7ddbf10
disable unused result warnings when possible
by Benjamin Peterson
· 13 years ago
a1fe1f8
Merge 3.2: Issue #7732: Don't open a directory as a file anymore while
by Victor Stinner
· 13 years ago
53ffdc5
Issue #7732: Don't open a directory as a file anymore while importing a
by Victor Stinner
· 13 years ago
92c144e
Merge 3.2: Issue #12931: Add a test with Unicode URI to test_xmlrpc
by Victor Stinner
· 13 years ago
da6eb53
Issue #12931: Add a test with Unicode URI to test_xmlrpc
by Victor Stinner
· 13 years ago
9089b79
Fix a race condition in test_socket.ThreadableTest: the client is reported
by Charles-François Natali
· 13 years ago
a49ed76
Fix a race condition in test_socket.ThreadableTest: the client is reported as
by Charles-François Natali
· 13 years ago
85579b8
merge 3.2. Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation.
by Senthil Kumaran
· 13 years ago
17dac4c
Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation.
by Senthil Kumaran
· 13 years ago
472d280
Issue #13002: Fix Visual Studio warning (not enough actual parameters).
by Stefan Krah
· 13 years ago
fba2b6b
Issue #12981: test_multiprocessing: catch ImportError when importing
by Charles-François Natali
· 13 years ago
e51c8da
Issue #12981: test_multiprocessing: catch ImportError when importing
by Charles-François Natali
· 13 years ago
9c0cccf
Branch merge
by Éric Araujo
· 13 years ago
dd2d55c
Remove two unneeded attributes in packaging
by Éric Araujo
· 13 years ago
c5dbb3d
Issue #1172711: Update What's New in Python 3.3 document for the array module.
by Meador Inge
· 13 years ago
41c98a3
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
by Jesus Cea
· 13 years ago
4507e64
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
by Jesus Cea
· 13 years ago
c78fb33
What's New in Python 3.3: add curses.unget_wch()
by Victor Stinner
· 13 years ago
9415afc
meth.log2 doc: add a link to int.bit_length()
by Victor Stinner
· 13 years ago
811db3b
Issue #1172711: Update What's New in Python 3.3 document for the struct module
by Victor Stinner
· 13 years ago
1c9f0c9
Issue #1172711: Add 'long long' support to the array module.
by Meador Inge
· 13 years ago
4ad6ed7
Merge 3.2: test_multiprocessing removes temporary files
by Victor Stinner
· 13 years ago
d0b10a6
test_multiprocessing removes temporary files
by Victor Stinner
· 13 years ago
c61fae04
Merge 3.2: test_httplib removes temporary files
by Victor Stinner
· 13 years ago
18d15cb
test_httplib removes temporary files
by Victor Stinner
· 13 years ago
8ed6fa1
Head merge
by Barry Warsaw
· 13 years ago
a80b14c
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
by Barry Warsaw
· 13 years ago
916048d
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
by Barry Warsaw
· 13 years ago
bc8f082
Issue #12981: test_multiprocessing: catch ImportError when importing
by Charles-François Natali
· 13 years ago
225aa4f
Issue #12996: multiprocessing.connection: transmit the header in network byte
by Charles-François Natali
· 13 years ago
6fa6777
os.statvfs() encodes the filename to the filesystem encoding
by Victor Stinner
· 13 years ago
4c0b707
Squash last tempdir leak in packaging tests.
by Éric Araujo
· 13 years ago
8f53d09
Merge issue #12973 list_repeat fix.
by Mark Dickinson
· 13 years ago
c0420fd
Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat.
by Mark Dickinson
· 13 years ago
a372de8
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
by Jesus Cea
· 13 years ago
bc566b0
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
by Jesus Cea
· 13 years ago
1cbd2ab
Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code
by Éric Araujo
· 13 years ago
becf1c5
Branch merge
by Éric Araujo
· 13 years ago
2496f33
Close issue 12958 by flagging expected failures in test_socket on Mac OS X
by Nick Coghlan
· 13 years ago
b1e5d59
Issue #12517: Silence warning on windows buildbots (from 7fd80c61ddaa).
by Ross Lagerwall
· 13 years ago
28df8de
Make regrtest look at internal dicts in sysconfig.
by Éric Araujo
· 13 years ago
505f0eb
Final bag of small changes coming from distutils2.
by Éric Araujo
· 13 years ago
c1b7e7f
A few style changes originally done in the distutils2 repo
by Éric Araujo
· 13 years ago
f30b5ae
Replace cmp function with key function
by Éric Araujo
· 13 years ago
cc06ad1
Fix typo and wording
by Éric Araujo
· 13 years ago
cc95dd8
Branch merge
by Éric Araujo
· 13 years ago
229011d
Make a number of small changes to ease the backport to distutils2
by Éric Araujo
· 13 years ago
4147945
Fix fallback base class when tests run without threading
by Éric Araujo
· 13 years ago
ddd2d70
Merge example fix from 3.2.
by Georg Brandl
· 13 years ago
1d678f8
Fix bug in heapq priority queue example.
by Georg Brandl
· 13 years ago
902e895
merge doc fixes from 3.2
by Georg Brandl
· 13 years ago
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
0cfb81d
Use a local name (it was intended to be used but overlooked).
by Éric Araujo
· 13 years ago
7724a6c
Packaging cleanup: remove conditionals for < 2.6 support.
by Éric Araujo
· 13 years ago
e30186b
Issue #12765: Fix packaging.test.test_database failures on OS X due
by Ned Deily
· 13 years ago
9561d7c
import.c: remove now useless arbitrary limit
by Victor Stinner
· 13 years ago
84b8e40
Merge 3.2: Fix the import machinery if there is an error on sys.path or sys.meta_path
by Victor Stinner
· 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
37ccd6f
Fix packaging.database.Distribution.list_distinfo_files (#12785).
by Éric Araujo
· 13 years ago
86ca04c
Issue #9871: Prevent IDLE 3 crash when given byte stings
by Ned Deily
· 13 years ago
7974642
Issue #9871: Prevent IDLE 3 crash when given byte stings
by Ned Deily
· 13 years ago
02ba6c2
merge heads
by Benjamin Peterson
· 13 years ago
9428d53
only compile xattrs on glibc (closes #12720)
by Benjamin Peterson
· 13 years ago
66611c5
Merge fix for issue #11149.
by Stefan Krah
· 13 years ago
962055d
Issue #11149: recent versions of clang require the -fwrapv flag.
by Stefan Krah
· 13 years ago
b77fe17
Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720)
by Benjamin Peterson
· 13 years ago
3ac4f59
The value is the dotted module name to the command class.
by Jeremy Kloth
· 13 years ago
e012c02
merge from 3.2
by Senthil Kumaran
· 13 years ago
d71bbf9
Fix issue12938 - Update the docstring of html.escape. Include the information on single quote.
by Senthil Kumaran
· 13 years ago
b7a690a
merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924
by Senthil Kumaran
· 13 years ago
305a68e
Add the quote_plus call in the test.
by Senthil Kumaran
· 13 years ago
88354ed
Remove trailing spaces
by Amaury Forgeot d'Arc
· 13 years ago
65604b5
Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback
by Amaury Forgeot d'Arc
· 13 years ago
bbe46d6
Issue #12483: ctypes: Fix a crash when the destruction of a callback
by Amaury Forgeot d'Arc
· 13 years ago
aa2b442
Factor out the distribution file-system safe name functions from install_distinfo to allow all metadata consumers access to them.
by Jeremy Kloth
· 13 years ago
4c3124c
Merge 3.2
by Éric Araujo
· 13 years ago
faabef5
Branch merge
by Éric Araujo
· 13 years ago
1d7deaf
Branch merge
by Éric Araujo
· 13 years ago
cde6576
Remove unneeded --all option of “pysetup list”.
by Éric Araujo
· 13 years ago
2d78a87
Merge fix for issue #12963.
by Stefan Krah
· 13 years ago
b77c6c6
Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases.
by Stefan Krah
· 13 years ago
1c82a14
Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...
by Nadeem Vawda
· 13 years ago
7cd4f20
Terminology fix: .gz and .bz2 are not archive formats.
by Nadeem Vawda
· 13 years ago
64d25dd
Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.
by Nadeem Vawda
· 13 years ago
249ab5e
BZ2File now uses the compresslevel argument given by the caller,
by Nadeem Vawda
· 13 years ago
c92f622
add ChainMap to __all__ (closes #12959)
by Benjamin Peterson
· 13 years ago
647ef8c
Wrap pydoc output under 80 characters
by Éric Araujo
· 13 years ago
fb7d244
Remove obsolete comment (yes, build_ext supports C++)
by Éric Araujo
· 13 years ago
1f2bcd3
Don’t let invalid line in setup.cfg pass silently
by Éric Araujo
· 13 years ago
c6d52ed
Fix usage of bytes in packaging's bdist_wininst.
by Éric Araujo
· 13 years ago
030cfe2
Use bytes regex instead of decoding whole pages
by Éric Araujo
· 13 years ago
c8f9c81
Fix usage of dry-run in packaging bdist_wininst and install_distinfo.
by Éric Araujo
· 13 years ago
d964ee9
#12940: merge with 3.2.
by Ezio Melotti
· 13 years ago
4165bfb
#12940: fix cmd example. Patch by Tim Chase.
by Ezio Melotti
· 13 years ago
e6db7a3
Fix determination of Metadata version in packaging (#8933).
by Éric Araujo
· 13 years ago
6bbd775
Consolidate tests for packaging.metadata.
by Éric Araujo
· 13 years ago
92ffc50
Merge fix for #8933 from 3.2
by Éric Araujo
· 13 years ago
9af32cc
NEWS
by Jesus Cea
· 13 years ago
aaa8991
NEWS
by Jesus Cea
· 13 years ago
Next »