Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
be3f851411f54b71251743997c1e8b2485f99de2
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
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
420f698
Backport minidom attribute tests from default (73c76466cf44).
by Éric Araujo
· 13 years ago
e413c06
Make distutils’ upload command work with bdist_msi products (#13719).
by Éric Araujo
· 13 years ago
e5eec7e
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
by Éric Araujo
· 13 years ago
fdfaf0a
Use source reST role instead of file where it makes sense.
by Éric Araujo
· 13 years ago
d3899e3
Remove mention of defunct file.
by Éric Araujo
· 13 years ago
c432a9d
Use raw string for a docstring that uses a backslash
by Éric Araujo
· 13 years ago
653f932
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
by Meador Inge
· 13 years ago
9c47ac0
Fix some set algebra methods of WeakSet objects.
by Antoine Pitrou
· 13 years ago
de89d4b
Port 2.7 fix for sporadic failure in test_weakset.
by Antoine Pitrou
· 13 years ago
4a90ef0
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
by Antoine Pitrou
· 13 years ago
679e9d3
Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object).
by Antoine Pitrou
· 13 years ago
b2b1863
merge 3.2 heads
by Eli Bendersky
· 13 years ago
2029344
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases
by Eli Bendersky
· 13 years ago
f959618
Closes #14158: improved resilience to test files left behind.
by Vinay Sajip
· 13 years ago
4d2bfb5
sqlite3: Port documentation changes from the 2.7 branch
by Petri Lehtinen
· 13 years ago
bbe2f60
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying.
by Antoine Pitrou
· 13 years ago
eb977da
Issue #14152: Restore the Include/*.h dependencies for extension builds.
by Stefan Krah
· 13 years ago
682d374
#14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.
by Ezio Melotti
· 13 years ago
443f000
#14155: remove duplication about search vs match in re doc.
by Ezio Melotti
· 13 years ago
5a045b9
#10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool.
by Ezio Melotti
· 13 years ago
62417a0
Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)
by Larry Hastings
· 13 years ago
aba2b06
Give better failure messages in test_strptime (cf. issue #14113).
by Nadeem Vawda
· 13 years ago
83c4882
s/div/truediv/; thanks to Félix-Antoine Fortin from docs@
by Sandro Tosi
· 13 years ago
39b83ac
Improved logging cookbook example.
by Vinay Sajip
· 13 years ago
e998386
Fix markup errors.
by Georg Brandl
· 13 years ago
d311374
Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.
by Antoine Pitrou
· 13 years ago
2201ecb
Issue #14125: backport refleak fix (d4adbf908983).
by Stefan Krah
· 13 years ago
982f534
Updated cookbook with information on customising LogRecords.
by Vinay Sajip
· 13 years ago
6b883a2
Updated logging cookbook with info on alternative format styles.
by Vinay Sajip
· 13 years ago
f12b447
Merge
by Antoine Pitrou
· 13 years ago
e965d97
Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes.
by Antoine Pitrou
· 13 years ago
05a4dd8
Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs.
by Nadeem Vawda
· 13 years ago
3bbdc8e
Issue #14123: Explicitly mention that old style % string formatting has caveats
by Gregory P. Smith
· 13 years ago
f527277
Branch merge
by Éric Araujo
· 13 years ago
845a772
Set archive format explicitly in one distutils test
by Éric Araujo
· 13 years ago
fab9766
Fix typo in “seperat{or,ion}”
by Éric Araujo
· 13 years ago
a609199
Use const markup instead of a misleading string literal
by Éric Araujo
· 13 years ago
4342722
#14114: don't include copybutton.js in the htmlhelp output.
by Ezio Melotti
· 13 years ago
e7295a7
Add news entry for previous commit
by Éric Araujo
· 13 years ago
b465624
Add test file for scripts in Tools (#13447).
by Éric Araujo
· 13 years ago
2e0a0e1
Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
by Éric Araujo
· 13 years ago
3d4809f
Package mime.types
by Martin v. Löwis
· 13 years ago
Next »