Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b9348e76e40f9324330b496824d81941e9ee69d8
b9348e7
fix parse_syntax_error to clean up its resources
by Benjamin Peterson
· 13 years ago
b6e21a0
remove uneeded line
by Benjamin Peterson
· 13 years ago
f235989
protect this call, too
by Benjamin Peterson
· 13 years ago
f73813a
prevent writing to stderr from messing up the exception state (closes #14474)
by Benjamin Peterson
· 13 years ago
fe94177
Issue #13019: Fix potential reference leaks in bytearray.extend().
by Antoine Pitrou
· 13 years ago
d987c02
fix typo; thanks to Robert Bardos from docs@
by Sandro Tosi
· 13 years ago
4b536d4
Issue #14437: Fix building the _io module under Cygwin.
by Antoine Pitrou
· 13 years ago
6ca845c
use unittest.skip; thanks to Chang Min Jeon from docs@
by Sandro Tosi
· 13 years ago
93a224d
#14434: make tutorial link in 'help' banner version-specific
by R David Murray
· 13 years ago
04cd095
add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
by Sandro Tosi
· 13 years ago
8af8729
update NEWS for 2.7 as Terry Reedy proposed
by Andrew Svetlov
· 13 years ago
5080cad
#10423: clarify options vs args in argparse discussion of optparse
by R David Murray
· 13 years ago
afa2e47
Added a new crasher that targets mutating the underlying storage of a buffer. All work done by Armin Rigo.
by Alex Gaynor
· 13 years ago
7ce9bda
Closes #14436: Convert msg + args to string before pickling.
by Vinay Sajip
· 13 years ago
c37db10
Backport of Issue #14409 to 2.7
by Andrew Svetlov
· 13 years ago
de294ec
#14416: add missing LOG_SYSLOG facility to syslog docs.
by R David Murray
· 13 years ago
c56e667
Closes #14411: remove outdated comment in rlcompleter docstring.
by Georg Brandl
· 13 years ago
4922a46
#5301: re-add image/vnd.microsoft.icon per discussion
by R David Murray
· 13 years ago
48a8895
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
49d5fba
Minor documentation tweak.
by Vinay Sajip
· 13 years ago
e8ecc73
kill this terribly outdated comment
by Benjamin Peterson
· 13 years ago
99c1f59
Closes #14401: fix typos in curses howto.
by Georg Brandl
· 13 years ago
fcf37c1
Issue #14400: Fix typo.
by Martin v. Löwis
· 13 years ago
50d6f54
Closes #14314: backported fix.
by Vinay Sajip
· 13 years ago
ea605cd
attempt to fix asyncore buildbot failure
by Giampaolo Rodola'
· 13 years ago
479c8f8
Issue #10538 - Update Misc/NEWS
by krisvale
· 13 years ago
50b6778
Issue #10538. Put a reference to the source object in the Py_buffer when
by Kristján Valur Jónsson
· 13 years ago
96cb5d1
fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect.
by Giampaolo Rodola'
· 13 years ago
219a050
this should technicaly be identifier
by Benjamin Peterson
· 13 years ago
72c6227
merge heads
by Benjamin Peterson
· 13 years ago
e90cdaa
check for NULL
by Benjamin Peterson
· 13 years ago
eff19a1
check by equality for __future__ not identity (closes #14378)
by Benjamin Peterson
· 13 years ago
b3f95d7
#12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
by R David Murray
· 13 years ago
7c010ee
#3573: idle now doesn't hungs if launched as: idle -e <directory>
by Andrew Svetlov
· 13 years ago
3d3cf48
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
by Giampaolo Rodola'
· 13 years ago
0e3c107
merge from release branch
by Benjamin Peterson
· 13 years ago
02fa3b9
merge tag
by Benjamin Peterson
· 13 years ago
e794995
merge heads
by Benjamin Peterson
· 13 years ago
f72ef78
merge 2.7.3 release branch
by Benjamin Peterson
· 13 years ago
fcdf04b
Fixes Issue #14331: Use significantly less stack space when importing modules by
by Gregory P. Smith
· 13 years ago
cdc60aa
Add 2.7.3rc2 uuid
by Martin v. Löwis
· 13 years ago
28b22d0
Add 2.7.3rc2 uuid
by Martin v. Löwis
· 13 years ago
1220bd7
Merge 2.6.8rc tags into 2.7.
by Georg Brandl
· 13 years ago
222ac8c
Remove duplicate hgtags entries for 2.6.8rc{1,2}.
by Georg Brandl
· 13 years ago
9636e46
Added tag v2.6.8rc2 for changeset bd9e1a02e3e3
by Barry Warsaw
· 13 years ago
2e9fb8d
null merge
by Barry Warsaw
· 13 years ago
91c4f29
null merge from 2.6
by Barry Warsaw
· 13 years ago
b1abc08
Added tag v2.6.8rc2 for changeset 1d1b7b9fad48
by Barry Warsaw
· 13 years ago
bd371a4
Bump to 2.6.8rc2
by Barry Warsaw
· 13 years ago
2875b5b
Update Docs and NEWS for 2.6.8rc2.
by Barry Warsaw
· 13 years ago
5c2689a
#14333: fix test_queue so it can be run via standard unittest test discovery.
by R David Murray
· 13 years ago
b07b730
Issue #14346: Fix some typos in the Mac/README file.
by Ned Deily
· 13 years ago
94a1057
Closes #14250: regex.flags has not only explicit flags but also those from the pattern
by Georg Brandl
· 13 years ago
5a607b0
Closes #14343: avoid shadowing builtin input() in example code.
by Georg Brandl
· 13 years ago
ce54617
Closes #14342: remove out-of-date section about avoiding recursion errors.
by Georg Brandl
· 13 years ago
f354f8e
Closes #14306: clarify expensiveness of try-except and update code snippet
by Georg Brandl
· 13 years ago
e3d7354
explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan
by Senthil Kumaran
· 13 years ago
bee24df
#11780: s/throw/raise/
by R David Murray
· 13 years ago
0cc4e53
#11780: document that email.encoders throw TypeError on multipart messages.
by R David Murray
· 13 years ago
dbc52f8
check for string attribute names in old-style classes (closes #14334)
by Benjamin Peterson
· 13 years ago
6e7832b
check to make sure the attribute is a string (#14334)
by Benjamin Peterson
· 13 years ago
51a65c9
2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem
by Senthil Kumaran
· 13 years ago
4c59211
Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199
by Senthil Kumaran
· 13 years ago
f1acd0a
merge from 2.7 release branch
by Benjamin Peterson
· 13 years ago
bf6bf4f
Added tag v2.7.3rc2 for changeset d46c1973d3c4
by Benjamin Peterson
· 13 years ago
ee933ec
bump to 2.7.3rc2
by Benjamin Peterson
· 13 years ago
32a3b14
#12758: removing confusing mention of UTC from time.time description
by R David Murray
· 13 years ago
66d2bd7
merge heads
by Benjamin Peterson
· 13 years ago
7210025
merge heads.
by Gregory P. Smith
· 13 years ago
99576c0
Fixes Issue 14234: fix for the previous commit, keep compilation when
by Gregory P. Smith
· 13 years ago
c10f5c2
Fixes Issue 14234: fix for the previous commit, keep compilation when
by Gregory P. Smith
· 13 years ago
e236ad3
merge 2.6
by Barry Warsaw
· 13 years ago
e9bc2f7
- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
by Barry Warsaw
· 13 years ago
3cef2a9
- rename configure.in to configure.ac
by Matthias Klose
· 13 years ago
d0e1a5b
Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
by Gregory P. Smith
· 13 years ago
c8ff460
Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
by Gregory P. Smith
· 13 years ago
f590e04
Closes #14289: put a link to the CHM download page on the docs download page.
by Georg Brandl
· 13 years ago
f163efd
Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy.
by Martin v. Löwis
· 13 years ago
71e51d6
Merged upstream change.
by Vinay Sajip
· 13 years ago
9790e08
Closes #14267: Corrected computation of rollover filename.
by Vinay Sajip
· 13 years ago
d17a898
Fix closes Issue14281 - Test for cgi.escape by Brian Landers
by Senthil Kumaran
· 13 years ago
b968b36
merge heads
by Senthil Kumaran
· 13 years ago
b56b6ff
#14179: add tests for re.compile. Patch by Florian Mladitsch.
by Ezio Melotti
· 13 years ago
c768d4c
closes issue14257 - Grammatical fix
by Senthil Kumaran
· 13 years ago
814d316
closes issue14257 minor error in glossary wording regarding __hash__
by Senthil Kumaran
· 13 years ago
15b6f3f
Fix closes issue14258 - added clarification to \W and \S flags
by Senthil Kumaran
· 13 years ago
b60156e
#14161: fix test failures on Windows.
by Ezio Melotti
· 13 years ago
eace3a7
#14161: fix compile error under Windows.
by Ezio Melotti
· 13 years ago
11f8b68
#14161: fix the __repr__ of file objects to escape the file name.
by Ezio Melotti
· 13 years ago
f60845b
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
by Antoine Pitrou
· 13 years ago
5081957
Closes #9574: Note that complex constructor doesn't allow whitespace around central operator.
by Mark Dickinson
· 13 years ago
e107ab3
Moved symlink support into its own module. Ported can_symlink from Python 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present).
by Jason R. Coombs
· 13 years ago
ea4629a
Improve the test case to avoid spurious errors about already existing symlinks.
by Jason R. Coombs
· 13 years ago
0e17dfb
Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now #ifdef again.
by Jason R. Coombs
· 13 years ago
452bfcc
#14114: don't include copybutton.js in the htmlhelp output.
by Ezio Melotti
· 13 years ago
0e49449
#14114: don't include copybutton.js in the htmlhelp output.
by Ezio Melotti
· 13 years ago
11d748e
Fix link to global module index.
by Georg Brandl
· 13 years ago
3a34c51
Add 2.7.3 and 2.7.4 UUIDs
by Martin v. Löwis
· 13 years ago
94e5c93
update pydoc-topics
by Benjamin Peterson
· 13 years ago
6707826
Added tag v2.6.8rc1 for changeset 5356b6c7fd66
by Barry Warsaw
· 13 years ago
Next »