Senthil Kumaran
|
21c71bac5f
|
closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen
|
2012-03-13 19:47:51 -07:00 |
Benjamin Peterson
|
817dd91595
|
merge heads
|
2012-03-13 16:46:35 -05:00 |
Martin v. Löwis
|
eb945a938d
|
Issue #5219: Prevent event handler cascade in IDLE.
Patch by Roger Serwy.
|
2012-03-13 14:32:29 -07:00 |
Benjamin Peterson
|
47930016ff
|
merge heads
|
2012-03-13 16:13:21 -05:00 |
Benjamin Peterson
|
2354a7593f
|
fix indentation
|
2012-03-13 16:13:09 -05:00 |
Ned Deily
|
7ca97d5208
|
Issue #14184: Increase the default stack size for secondary threads on
Mac OS X to prevent interpreter crashes when compiled on 10.7.
|
2012-03-13 11:18:18 -07:00 |
Vinay Sajip
|
69437da15f
|
Merged upstream change.
|
2012-03-13 12:18:19 +00:00 |
Vinay Sajip
|
27f48979ca
|
Closes #14267: Corrected computation of rollover filename.
|
2012-03-13 12:10:33 +00:00 |
Senthil Kumaran
|
47b5ddb9cf
|
3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers
|
2012-03-13 01:50:27 -07:00 |
Senthil Kumaran
|
1732ab4f15
|
merge heads
|
2012-03-13 00:16:58 -07:00 |
Senthil Kumaran
|
784ddb08a6
|
merge heads
|
2012-03-13 00:14:59 -07:00 |
Michael Foord
|
e01c62cd6b
|
Fix unittest test discovery for Jython
|
2012-03-13 00:09:54 -07:00 |
Ezio Melotti
|
df723e1e5e
|
#14179: add tests for re.compile. Patch by Florian Mladitsch.
|
2012-03-13 01:29:48 +02:00 |
Eric V. Smith
|
1d4798cb93
|
Merge heads.
|
2012-03-12 15:18:30 -07:00 |
Eric V. Smith
|
edbb6ca084
|
str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450.
|
2012-03-12 15:16:22 -07:00 |
Ezio Melotti
|
85769539a3
|
#13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk.
|
2012-03-12 23:52:40 +02:00 |
Benjamin Peterson
|
3f3584695e
|
kill this disabled code
|
2012-03-12 11:15:48 -07:00 |
Benjamin Peterson
|
bc4665ebcb
|
use correct naming convention
|
2012-03-12 11:00:41 -07:00 |
Senthil Kumaran
|
6080db7606
|
closes issue14257 - Grammatical fix
|
2012-03-12 10:05:34 -07:00 |
Benjamin Peterson
|
ef87f06798
|
allow AST objects to be like its subclasses
|
2012-03-12 09:43:09 -07:00 |
Benjamin Peterson
|
800b3aa57f
|
merge heads
|
2012-03-12 09:28:26 -07:00 |
Benjamin Peterson
|
d279e286f2
|
every other ast object has a dict, so I think AST should, too
|
2012-03-12 09:27:36 -07:00 |
Senthil Kumaran
|
a7fccd8b14
|
closes issue14257 - 3.2 minor error in glossary wording regarding __hash__
|
2012-03-11 21:04:56 -07:00 |
Antoine Pitrou
|
1f9a835400
|
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
|
2012-03-11 19:29:12 +01:00 |
Mark Dickinson
|
328dd0d5f3
|
Closes #9574: Note that complex constructor doesn't allow whitespace around central operator.
|
2012-03-10 16:09:35 +00:00 |
Georg Brandl
|
e144c74e02
|
Closes #14244: add info about capturing groups and maxsplit to the docstring of re.split().
|
2012-03-10 09:26:53 +01:00 |
Georg Brandl
|
64a40949cf
|
Closes #14186: add link to PEP 3107 (function annotations) to the function definition section.
|
2012-03-10 09:22:47 +01:00 |
Senthil Kumaran
|
065dedaf47
|
Fix closes Issue: 14217 - 3.2 branch
|
2012-03-08 20:56:52 -08:00 |
Benjamin Peterson
|
dae9f8334e
|
this stuff will actually be new in 3.2.4
|
2012-03-07 18:49:43 -06:00 |
Benjamin Peterson
|
52c424343d
|
allow cycles throught the __dict__ slot to be cleared (closes #1469629)
Patch from Armin, test from me.
|
2012-03-07 18:41:11 -06:00 |
Benjamin Peterson
|
1ae230aa1a
|
merge heads
|
2012-03-07 14:50:35 -06:00 |
Benjamin Peterson
|
e48944b69c
|
keep the buffer object around while we're using it (closes #14212)
|
2012-03-07 14:50:25 -06:00 |
Éric Araujo
|
a420c820fe
|
Backout buggy patch committed for #13719
|
2012-03-07 20:48:55 +01:00 |
Jason R. Coombs
|
30b8e5461d
|
Use PEP-8 style in logging example
|
2012-03-07 10:26:08 -05:00 |
Éric Araujo
|
c3705d3ac4
|
Fix NameError from #13719 fix
|
2012-03-05 17:02:31 +01:00 |
Éric Araujo
|
420f698d6e
|
Backport minidom attribute tests from default (73c76466cf44).
Some minidom code changed between 3.2 and 3.3, so to be sure to avoid
differenced in behavior I’m backporting these tests added by MvL.
|
2012-03-05 16:11:41 +01:00 |
Éric Araujo
|
e413c06f35
|
Make distutils’ upload command work with bdist_msi products (#13719).
Patch by Ralf Schmitt.
|
2012-03-05 16:09:29 +01:00 |
Éric Araujo
|
e5eec7e198
|
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
I assume that most users looking at this page are looking for a library
to process XML, not a low-level parser. First proposed in #11379.
|
2012-03-05 16:01:41 +01:00 |
Éric Araujo
|
fdfaf0aba2
|
Use source reST role instead of file where it makes sense.
source generates a nifty link to the Mercurial web viewer.
|
2012-03-05 15:50:37 +01:00 |
Éric Araujo
|
d3899e320f
|
Remove mention of defunct file.
Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied
to the main docs, to which there is already a link.
|
2012-03-05 15:47:32 +01:00 |
Éric Araujo
|
c432a9d5b9
|
Use raw string for a docstring that uses a backslash
|
2012-03-05 15:45:08 +01:00 |
Meador Inge
|
653f932eff
|
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
|
2012-03-04 22:15:38 -06:00 |
Antoine Pitrou
|
9c47ac05d1
|
Fix some set algebra methods of WeakSet objects.
|
2012-03-04 20:47:05 +01:00 |
Antoine Pitrou
|
de89d4b097
|
Port 2.7 fix for sporadic failure in test_weakset.
|
2012-03-04 20:20:34 +01:00 |
Antoine Pitrou
|
4a90ef0363
|
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Patch by Guilherme Gonçalves.
|
2012-03-03 02:35:32 +01:00 |
Antoine Pitrou
|
679e9d36f7
|
Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object).
|
2012-03-02 18:12:43 +01:00 |
Eli Bendersky
|
b2b18632ce
|
merge 3.2 heads
|
2012-03-02 07:43:08 +02:00 |
Eli Bendersky
|
20293441da
|
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases
|
2012-03-02 07:37:13 +02:00 |
Vinay Sajip
|
f959618142
|
Closes #14158: improved resilience to test files left behind.
|
2012-03-02 01:01:13 +00:00 |
Petri Lehtinen
|
4d2bfb5e08
|
sqlite3: Port documentation changes from the 2.7 branch
Issue #13491.
|
2012-03-01 21:48:38 +02:00 |