Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
40ab00233ef34703db57a0806294f8bc911af551
40ab002
Issue #13156: Add an entry in Misc/NEWS.
by Charles-François Natali
· 14 years ago
4618075
Merge.
by Charles-François Natali
· 14 years ago
1f3ff7b
Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native
by Charles-François Natali
· 14 years ago
7c4b047
Fix/improve markup in whatsnew/2.7.
by Ezio Melotti
· 14 years ago
c54d97b
#13138: add missing versionadded. Patch by Andreas Stührk.
by Ezio Melotti
· 14 years ago
3e0a3fa
Clean-up and improve the priority queue example in the heapq docs.
by Raymond Hettinger
· 14 years ago
fc45bba
Issue #13053: Added section on migrating from CObject to Capsule
by Larry Hastings
· 14 years ago
017e535
Fix distutils’ check and register Unicode handling (#13114).
by Éric Araujo
· 14 years ago
ece7079
Branch merge
by Éric Araujo
· 14 years ago
31b3763
Fix a missing encoding argument when opening a text file in some of iobench's subtests.
by Antoine Pitrou
· 14 years ago
1a1a8a0
Fix test_sysconfig when prefix != exec-prefix (#9100).
by Éric Araujo
· 14 years ago
5fb16cd
Make C code in one distutils test comply with ISO C (#10359).
by Éric Araujo
· 14 years ago
eb35f25
Fix a typo and a broken link (part of #10536).
by Éric Araujo
· 14 years ago
c4a2745
Issue #7367: Ensure test directory always gets removed.
by Ned Deily
· 14 years ago
5472c1c
Issue #12823: remove broken link and replace it with another resource.
by Antoine Pitrou
· 14 years ago
bd9d07c
Issue #7425 and Issue #7367: add NEWS items.
by Ned Deily
· 14 years ago
777f2e0
Issue #7367: Fix pkgutil.walk_paths to skip directories whose
by Ned Deily
· 14 years ago
0096fb5
Issue #7425: Prevent pydoc -k failures due to module import errors.
by Ned Deily
· 14 years ago
ac6874c
Issue #7367: Add test case to test_pkgutil for walking path with
by Ned Deily
· 14 years ago
1a96f8d
Issue #7425: Refactor test_pydoc test case for '-k' behavior and add
by Ned Deily
· 14 years ago
9ffcbf7
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
by Charles-François Natali
· 14 years ago
e954ecb
Branch merge
by Éric Araujo
· 14 years ago
c9539d5
Enable the only tests for sys.gettrace
by Amaury Forgeot d'Arc
· 14 years ago
41d663f
Issue13073 - Address review comments and add versionchanged information in the docs.
by Senthil Kumaran
· 14 years ago
2710bc4
Fix typo and case in a recently added test
by Éric Araujo
· 14 years ago
2e4a2b6
Fix markup used in the documentation of sys.prefix and sys.exec_prefix.
by Éric Araujo
· 14 years ago
656b04e
Move doc of sys.dont_write_bytecode to make all attributes sorted again
by Éric Araujo
· 14 years ago
5a75355
Try to fix linking failures under Windows
by Antoine Pitrou
· 14 years ago
44b3b54
Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale.
by Antoine Pitrou
· 14 years ago
ace2ccf
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
by Antoine Pitrou
· 14 years ago
09debc9
Avoid testing stuff that's been fixed in 2.7 on older Pythons
by Antoine Pitrou
· 14 years ago
561a821
Issue #7689: Allow pickling of dynamically created classes when their
by Antoine Pitrou
· 14 years ago
ad349a1
Issue #12881: ctypes: Fix segfault with large structure field names.
by Meador Inge
· 14 years ago
83cc512
update 2.7 - Document message_body arg in HTTPConnection.endheaders
by Senthil Kumaran
· 14 years ago
f17e405
#13076: fix links to datetime.time.
by Ezio Melotti
· 14 years ago
c8faf9b
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
by R David Murray
· 14 years ago
f06eb46
Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported.
by Antoine Pitrou
· 14 years ago
564f890
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
by Charles-François Natali
· 14 years ago
169fa93
Doc fix. Mathematically correct sentence.
by Senthil Kumaran
· 14 years ago
fe15003
Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
by Meador Inge
· 14 years ago
a96b0d1
Backport issue #12973 itertools fix from 3.x.
by Mark Dickinson
· 14 years ago
63c22fa
Issue #7732: Fix a crash on importing a module if a directory has the same name
by Victor Stinner
· 14 years ago
51b7198
Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of
by Victor Stinner
· 14 years ago
2156594
Fix a race condition in test_socket.ThreadableTest: the client is reported
by Charles-François Natali
· 14 years ago
f8413b2
Issue #12981: test_multiprocessing: catch ImportError when importing
by Charles-François Natali
· 14 years ago
c23484b
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
by Jesus Cea
· 14 years ago
4ac5d2c
Backport issue #12973 list_repeat fix from 3.x.
by Mark Dickinson
· 14 years ago
dbbed04
Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang.
by Mark Dickinson
· 14 years ago
d256ca1
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
by Jesus Cea
· 14 years ago
607cc36
Fix bug in heapq priority queue example.
by Georg Brandl
· 14 years ago
21c69b1
Add info from the docstring for random.gammavariate() to the docs.
by Georg Brandl
· 14 years ago
1549bac
Issue #12935: Correct typo in findertools.
by Ned Deily
· 14 years ago
7711273
Use bitwise instead of logical or for flags.
by Stefan Krah
· 14 years ago
ed36c06
Fix the import machinery if there is an error on sys.path or sys.meta_path
by Victor Stinner
· 14 years ago
503e5e1
Backport fix for issue #11149.
by Stefan Krah
· 14 years ago
0d4c34c
Port the fix for Issue12924 (missing quote_plus) to 2.7 branch.
by Senthil Kumaran
· 14 years ago
aa3af53
Remove trailing spaces
by Amaury Forgeot d'Arc
· 14 years ago
439c25e
Issue #12483: ctypes: Fix a crash when the destruction of a callback
by Amaury Forgeot d'Arc
· 14 years ago
dcdc3ef
Branch merge
by Éric Araujo
· 14 years ago
a13cd39
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
by Éric Araujo
· 14 years ago
0c40076
Slight cleanup in distutils test_dist.
by Éric Araujo
· 14 years ago
6ebaca1
NEWS
by Jesus Cea
· 14 years ago
79e7c4e
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
by Jesus Cea
· 14 years ago
6faf907
Fix issue #12948: multiprocessing test failures can hang the buildbots
by Jesus Cea
· 14 years ago
6f6016b
Close issue #12948: multiprocessing test failures can hang the buildbots
by Jesus Cea
· 14 years ago
79c9d4f
Port a few markup edits from 3.x
by Éric Araujo
· 14 years ago
c6072d8
Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou
by Jesus Cea
· 14 years ago
fa4736e
Closes #12906: Fixed bug in YAML configuration.
by Vinay Sajip
· 14 years ago
d99ff29
Update sys.platform doc for #12326.
by Victor Stinner
· 14 years ago
e3a768b
Issue #12326: Remove plat-linux3 directory
by Victor Stinner
· 14 years ago
9541f8e
merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
by Senthil Kumaran
· 14 years ago
ab08da0
Branch merge
by Éric Araujo
· 14 years ago
8babfdf
Issue #12841: Fix tarfile extraction of non-existent uids/gids.
by Lars Gustäbel
· 14 years ago
0f2dbf3
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
by Éric Araujo
· 14 years ago
cb18d07
Enable catching WARN-level logging messages in distutils' test_sdist
by Éric Araujo
· 14 years ago
cbce2c0
Give credit to Adam
by Sandro Tosi
· 14 years ago
cf316a1
Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
by Amaury Forgeot d'Arc
· 14 years ago
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
Next »