Commit graph

75856 commits

Author SHA1 Message Date
Chris Jerdonek
2246aa8ac8 Issue #16036: Merge update from 3.2. 2012-09-28 01:15:39 -07:00
Chris Jerdonek
57491e0703 Issue #16036: Improve documentation of built-in int()'s signature and arguments. 2012-09-28 00:10:44 -07:00
Benjamin Peterson
43f8f4cf18 renmae test method to avoid conflict (#16056) 2012-09-27 18:10:17 -04:00
Mark Dickinson
3d7838593b Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. 2012-09-27 19:38:59 +01:00
Mark Dickinson
7c95bb35e4 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. 2012-09-27 19:38:59 +01:00
Nick Coghlan
3658cb3012 Tell people the *new* behaviour, not just the old behaviour 2012-09-27 20:07:45 +10:00
Nick Coghlan
c4bacd3646 Mention the Unicode version bump in What's New 2012-09-27 19:58:31 +10:00
Ezio Melotti
c7e139b431 #1087: use proper skips in test_os. 2012-09-26 20:01:34 +03:00
Ezio Melotti
461f41df5b Add a few entries to whatsnew/3.3.rst. 2012-09-26 17:43:23 +03:00
Georg Brandl
fc349216d7 Closes #16052: fix typo. Patch by Lars Buitinck. 2012-09-26 13:11:48 +02:00
Petri Lehtinen
fb2e8a7c01 #15222: Fix a test failure on Windows 2012-09-26 07:42:18 +03:00
Benjamin Peterson
52c62d8697 rephrase 2012-09-26 00:25:10 -04:00
Raymond Hettinger
1b43274d12 Show how to close a connection 2012-09-25 19:57:50 -04:00
Giampaolo Rodola'
8286951f57 merge 3.3 2012-09-25 12:34:54 -07:00
Giampaolo Rodola'
49379c05cd mention new MLSD support for ftplib in 3.3 whatsnew 2012-09-25 12:32:46 -07:00
Brett Cannon
847bb76f18 merge 2012-09-25 15:23:49 -04:00
Brett Cannon
288717a2ac Shift a deprecation from the porting section to the deprecation section. 2012-09-25 15:23:07 -04:00
Petri Lehtinen
f6b30385cc #15222: Merge 3.2 2012-09-25 22:06:07 +03:00
Petri Lehtinen
f39884bb5a #15222: Insert blank line after each message in mbox mailboxes 2012-09-25 22:02:06 +03:00
Petri Lehtinen
a4fd0dc574 #15222: Insert blank line after each message in mbox mailboxes 2012-09-25 22:01:23 +03:00
Giampaolo Rodola'
15c8849001 fix contextlib.ExitStack typo in 3.3's whatsnew.rst 2012-09-25 12:00:04 -07:00
Petri Lehtinen
468091954f #15222: test_mailbox: End message template in a newline 2012-09-25 21:58:51 +03:00
Petri Lehtinen
ec2807c435 #15222: test_mailbox: End message template in a newline 2012-09-25 21:49:46 +03:00
Benjamin Peterson
3095f4724e raise a ValueError instead of an AssertionError when pool is an invalid state 2012-09-25 12:45:42 -04:00
Benjamin Peterson
3331a20464 merge 3.2 2012-09-25 11:53:30 -04:00
Benjamin Peterson
1654d74e9a switch assertion to an explicit ValueError 2012-09-25 11:48:50 -04:00
Benjamin Peterson
ba66c2280f switch assertion to an explicit ValueError 2012-09-25 11:48:50 -04:00
Benjamin Peterson
a820c7ca70 fix test_compileall when run with -O[O] 2012-09-25 11:42:35 -04:00
Benjamin Peterson
8b7ebafe65 merge heads 2012-09-25 11:23:09 -04:00
Benjamin Peterson
0beb4d28d0 don't depend on __debug__ because it's baked in at freeze time (issue #16046) 2012-09-25 11:22:59 -04:00
Benjamin Peterson
feaa54f537 don't depend on __debug__ because it's baked in at freeze time (issue #16046) 2012-09-25 11:22:59 -04:00
Stefan Krah
ee830e06ff Merge. 2012-09-25 17:10:02 +02:00
Stefan Krah
6b6a1df996 Restore the benchmark order to avoid waiting for decimal.py if just the
prec=9 test is used.
2012-09-25 17:07:55 +02:00
Benjamin Peterson
d79ac0fad7 merge 3.2 2012-09-25 11:03:27 -04:00
Benjamin Peterson
d388c4e02f use modern conditional syntax 2012-09-25 11:01:41 -04:00
Barry Warsaw
296b21a479 merge 2012-09-25 10:48:25 -04:00
Barry Warsaw
d09a05ebc5 Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. 2012-09-25 10:47:55 -04:00
Barry Warsaw
1dedd0a4a4 - Issue #15935: Clarification of argparse docs, re: add_argument() type and
default arguments.  Patch contributed by Chris Jerdonek.
2012-09-25 10:37:58 -04:00
Barry Warsaw
0dea936e78 - Issue #15935: Clarification of argparse docs, re: add_argument() type and
default arguments.  Patch contributed by Chris Jerdonek.
2012-09-25 10:32:53 -04:00
Brett Cannon
6cf50c5b1d Fix whitespace. 2012-09-25 10:26:15 -04:00
Brett Cannon
63092fe0ea Fix whitespace. 2012-09-25 10:25:41 -04:00
Brett Cannon
d266c4451f Make the decimal bench file run under Python 2.7. 2012-09-25 10:23:47 -04:00
Chris Jerdonek
dbe508870f Issue #16015: Merge and update from 3.2. 2012-09-25 04:33:24 -07:00
Christian Heimes
671138f27d Issue #16037: Limit httplib's _read_status() function to work around broken
HTTP servers and reduce memory usage. It's actually a backport of a Python
3.2 fix. Thanks to Adrien Kunysz.
2012-09-25 13:29:30 +02:00
Chris Jerdonek
df12f2bbb6 Issue #16015: Make welcome message more realistic in tutorial example. 2012-09-25 04:20:29 -07:00
Senthil Kumaran
d41dc7ce46 2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. 2012-09-25 02:48:21 -07:00
Senthil Kumaran
49d130227b merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. 2012-09-25 02:37:20 -07:00
Senthil Kumaran
67b7b98a47 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. 2012-09-25 02:30:27 -07:00
Chris Jerdonek
3dec449a7c Issue #16015: Fix NameError doctest example in tutorial introduction. 2012-09-24 19:33:32 -07:00
Chris Jerdonek
9118a79c7c Issue #16015: Merge fix from 3.2. 2012-09-24 19:31:09 -07:00