Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d34fc8b275ee1d6fe12e0ab330262a00ba5aad49
d34fc8b
Add missing files for new doc theme.
by Georg Brandl
· 13 years ago
ab71214
Switch to new "lighter" doc design.
by Georg Brandl
· 13 years ago
11ee31a
Closes #14401: fix typos in curses howto.
by Georg Brandl
· 13 years ago
8e6fe64
Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due
by Charles-François Natali
· 13 years ago
2dee394
Issue #14400: Fix typo.
by Martin v. Löwis
· 13 years ago
ee64b28
Closes #14314: backported fix.
by Vinay Sajip
· 13 years ago
a3481e7
attempt to fix asyncore buildbot failure
by Giampaolo Rodola'
· 13 years ago
c5d47d5
Fix typo when "PyObject*" was changed to "identifier"
by Kristján Valur Jónsson
· 13 years ago
b81e538
Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.
by Kristján Valur Jónsson
· 13 years ago
4a65b0a
issue 10340 - forgot to update Misc/NEWS
by Giampaolo Rodola'
· 13 years ago
350c94b
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
9faf5ee
this should technicaly be identifier
by Benjamin Peterson
· 13 years ago
0197ff9
Issue #14387: Do not include accu.h from Python.h.
by Antoine Pitrou
· 13 years ago
ab79c71
check for NULL
by Benjamin Peterson
· 13 years ago
a4e4e35
check by equality for __future__ not identity (closes #14378)
by Benjamin Peterson
· 13 years ago
e112153
#12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
by R David Murray
· 13 years ago
0f71f44
#3573: idle now doesn't hungs if launched as: idle -e <directory>
by Andrew Svetlov
· 13 years ago
7941736
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
by Giampaolo Rodola'
· 13 years ago
71faefc
Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
by Ross Lagerwall
· 13 years ago
1623aff
#14355: remove obsolete doc reference to previously removed init_frozen.
by R David Murray
· 13 years ago
c809f98
Fixes Issue #14331: Use significantly less stack space when importing modules by
by Gregory P. Smith
· 13 years ago
3187749
Merge 3.2.3rc2 from release clone.
by Georg Brandl
· 13 years ago
1eb0f9d
Post-release updates for 3.2.3rc2.
by Georg Brandl
· 13 years ago
ed77feb
Added tag v3.2.3rc2 for changeset 428f05cb7277
by Georg Brandl
· 13 years ago
226af70
Bump to 3.2.3rc2.
by Georg Brandl
· 13 years ago
c6bfce9
#14333: fix test_queue so it can be run via standard unittest test discovery.
by R David Murray
· 13 years ago
5ab8817
Move MANIFEST parsing change to the right position.
by Georg Brandl
· 13 years ago
e742ade
Issue #14346: Fix some typos in the Mac/README file.
by Ned Deily
· 13 years ago
3a19e54
Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern
by Georg Brandl
· 13 years ago
557a3ec
Closes #14343: avoid shadowing builtin input() in example code.
by Georg Brandl
· 13 years ago
5ec6fdb
Closes #14342: remove out-of-date section about avoiding recursion errors.
by Georg Brandl
· 13 years ago
12c3cd7
Closes #14306: clarify expensiveness of try-except and update code snippet
by Georg Brandl
· 13 years ago
f2123d2
3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan
by Senthil Kumaran
· 13 years ago
eebe111
#11686: news entry.
by R David Murray
· 13 years ago
1b6c724
#11686: add missing entries to email __all__ lists.
by R David Murray
· 13 years ago
4191434
#11780: s/throw/raise/
by R David Murray
· 13 years ago
69ebfe4
#11780: document that email.encoders throw TypeError on multipart messages.
by R David Murray
· 13 years ago
969b8da
Issue #14202: some additional doc fixes
by Eli Bendersky
· 13 years ago
16d84ac
check to make sure the attribute is a string (#14334)
by Benjamin Peterson
· 13 years ago
3fb05a9
Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.
by Eli Bendersky
· 13 years ago
be3f851
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
by Senthil Kumaran
· 13 years ago
604c4ff
Issue #9257: clarify the events iterparse accepts
by Eli Bendersky
· 13 years ago
6b3434a
Explain the use of charset parameter with Content-Type header. Issue11082
by Senthil Kumaran
· 13 years ago
73277fe
closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.
by Senthil Kumaran
· 13 years ago
38c2754
#12758: removing confusing mention of UTC from time.time description
by R David Murray
· 13 years ago
b713499
merge heads
by Gregory P. Smith
· 13 years ago
c73f6da
Fixes Issue 14234: fix for the previous commit, keep compilation when
by Gregory P. Smith
· 13 years ago
a5d729a
Transplant from main repo d6c197edd99b: Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
by Georg Brandl
· 13 years ago
2522771
Fixes Issue 14234: fix for the previous commit, keep compilation when
by Gregory P. Smith
· 13 years ago
87684e6
Fix the wrong urllib exampls which use str for POST data. Closes Issue11261
by Senthil Kumaran
· 13 years ago
4552b2e
merge 3.1
by Matthias Klose
· 13 years ago
51982ad
merge heads
by Matthias Klose
· 13 years ago
20b303e
merge heads
by Matthias Klose
· 13 years ago
d83be23
merge 3.1
by Matthias Klose
· 13 years ago
0f4c16e
- rename configure.in to configure.ac
by Matthias Klose
· 13 years ago
9439523
merge heads
by Gregory P. Smith
· 13 years ago
0bca497
merge (no change needed in 3.2)
by Gregory P. Smith
· 13 years ago
1be7cd0
move the Misc/NEWS entry to the right section.
by Gregory P. Smith
· 13 years ago
373c740
Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
by Gregory P. Smith
· 13 years ago
300a691
Closes #14305: fix typo.
by Georg Brandl
· 13 years ago
8e91cf6
Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
by Gregory P. Smith
· 13 years ago
9fd170e
#14062: fix BytesParser handling of linesep for Header objects
by R David Murray
· 13 years ago
525fd54
Closes #14289: put a link to the CHM download page on the docs download page.
by Georg Brandl
· 13 years ago
69c7a69
Closes #14283: match() and search() are regex methods, not match methods.
by Georg Brandl
· 13 years ago
7441a7a
#14291: if a header has non-ascii unicode, default to CTE using utf-8
by R David Murray
· 13 years ago
21c71ba
closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen
by Senthil Kumaran
· 13 years ago
817dd91
merge heads
by Benjamin Peterson
· 13 years ago
eb945a9
Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy.
by Martin v. Löwis
· 13 years ago
4793001
merge heads
by Benjamin Peterson
· 13 years ago
2354a75
fix indentation
by Benjamin Peterson
· 13 years ago
7ca97d5
Issue #14184: Increase the default stack size for secondary threads on
by Ned Deily
· 13 years ago
69437da
Merged upstream change.
by Vinay Sajip
· 13 years ago
27f4897
Closes #14267: Corrected computation of rollover filename.
by Vinay Sajip
· 13 years ago
47b5ddb
3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers
by Senthil Kumaran
· 13 years ago
1732ab4
merge heads
by Senthil Kumaran
· 13 years ago
784ddb0
merge heads
by Senthil Kumaran
· 13 years ago
e01c62c
Fix unittest test discovery for Jython
by Michael Foord
· 13 years ago
df723e1
#14179: add tests for re.compile. Patch by Florian Mladitsch.
by Ezio Melotti
· 13 years ago
1d4798c
Merge heads.
by Eric V. Smith
· 13 years ago
edbb6ca
str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450.
by Eric V. Smith
· 13 years ago
8576953
#13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk.
by Ezio Melotti
· 13 years ago
3f35846
kill this disabled code
by Benjamin Peterson
· 13 years ago
bc4665e
use correct naming convention
by Benjamin Peterson
· 13 years ago
6080db7
closes issue14257 - Grammatical fix
by Senthil Kumaran
· 13 years ago
ef87f06
allow AST objects to be like its subclasses
by Benjamin Peterson
· 13 years ago
800b3aa
merge heads
by Benjamin Peterson
· 13 years ago
d279e28
every other ast object has a dict, so I think AST should, too
by Benjamin Peterson
· 13 years ago
a7fccd8
closes issue14257 - 3.2 minor error in glossary wording regarding __hash__
by Senthil Kumaran
· 13 years ago
1f9a835
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
328dd0d
Closes #9574: Note that complex constructor doesn't allow whitespace around central operator.
by Mark Dickinson
· 13 years ago
e144c74
Closes #14244: add info about capturing groups and maxsplit to the docstring of re.split().
by Georg Brandl
· 13 years ago
64a4094
Closes #14186: add link to PEP 3107 (function annotations) to the function definition section.
by Georg Brandl
· 13 years ago
065deda
Fix closes Issue: 14217 - 3.2 branch
by Senthil Kumaran
· 13 years ago
dae9f83
this stuff will actually be new in 3.2.4
by Benjamin Peterson
· 13 years ago
52c4243
allow cycles throught the __dict__ slot to be cleared (closes #1469629)
by Benjamin Peterson
· 13 years ago
1ae230a
merge heads
by Benjamin Peterson
· 13 years ago
e48944b
keep the buffer object around while we're using it (closes #14212)
by Benjamin Peterson
· 13 years ago
a420c82
Backout buggy patch committed for #13719
by Éric Araujo
· 13 years ago
30b8e54
Use PEP-8 style in logging example
by Jason R. Coombs
· 13 years ago
c3705d3
Fix NameError from #13719 fix
by Éric Araujo
· 13 years ago
Next »