Benjamin Peterson
|
cff9237d57
|
check after comments, too (#13832)
|
2012-01-19 17:46:13 -05:00 |
Meador Inge
|
fa21bf015d
|
Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement
|
2012-01-19 01:08:41 -06:00 |
Meador Inge
|
00c7f85298
|
Issue #2134: Add support for tokenize.TokenInfo.exact_type.
|
2012-01-19 00:44:45 -06:00 |
Antoine Pitrou
|
391166fbfc
|
Be more lenient in test_wallclock (issue #10278).
|
2012-01-18 22:35:21 +01:00 |
Antoine Pitrou
|
af5facc4ca
|
Add part of test_inspect test from 2.7
|
2012-01-18 17:40:48 +01:00 |
Antoine Pitrou
|
0c60381749
|
Add part of test_inspect test from 2.7
|
2012-01-18 17:40:18 +01:00 |
Lars Gustäbel
|
c5e1199f38
|
Issue #5689: Avoid excessive memory usage by using the default lzma preset.
|
2012-01-18 14:01:17 +01:00 |
Nadeem Vawda
|
50a4d5debb
|
Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects.
|
2012-01-18 09:32:25 +02:00 |
Nadeem Vawda
|
892b0b928d
|
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
|
2012-01-18 09:25:58 +02:00 |
Jesus Cea
|
5c1d814e6f
|
MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 05:05:41 +01:00 |
Jesus Cea
|
031605ad99
|
And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 05:04:49 +01:00 |
Jesus Cea
|
b78e1df68b
|
MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 04:49:54 +01:00 |
Jesus Cea
|
1aa1cf3548
|
Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 04:49:26 +01:00 |
Jesus Cea
|
2c5b688081
|
MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 04:28:05 +01:00 |
Jesus Cea
|
6e35d417f7
|
Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 04:27:37 +01:00 |
Jesus Cea
|
44acda4c97
|
MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 04:01:24 +01:00 |
Jesus Cea
|
8874fd6bb0
|
Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 03:58:42 +01:00 |
Victor Stinner
|
b94b266cfc
|
Close #10278: Add time.wallclock() function, monotonic clock.
|
2012-01-18 01:50:21 +01:00 |
Nadeem Vawda
|
72750a85f9
|
Issue #13809: Make bz2 module work with threads disabled.
Original patch by Amaury Forgeot d'Arc.
|
2012-01-18 01:57:14 +02:00 |
Antoine Pitrou
|
7422b22e5e
|
Test running of code in a sub-interpreter
(prelude to issue #6531).
|
2012-01-18 00:22:06 +01:00 |
Antoine Pitrou
|
2f828f2c88
|
Test running of code in a sub-interpreter
(prelude to issue #6531).
|
2012-01-18 00:21:11 +01:00 |
Antoine Pitrou
|
0174db50a5
|
Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
|
2012-01-17 17:14:30 +01:00 |
Antoine Pitrou
|
03757ec4a5
|
Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
|
2012-01-17 17:13:04 +01:00 |
Brett Cannon
|
f522aea7a1
|
Issue #13588: Rename decorators in importlib.
More descriptive names are now used in order to make tracebacks
more readable.
|
2012-01-16 11:46:22 -05:00 |
Terry Jan Reedy
|
b5a6deb26c
|
Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy.
|
2012-01-16 03:22:33 -05:00 |
Terry Jan Reedy
|
dc224f82c0
|
#6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.
|
2012-01-16 03:20:27 -05:00 |
Benjamin Peterson
|
6f5b6d7e8f
|
kill useless import added by 87331661042b
|
2012-01-15 22:43:10 -05:00 |
Benjamin Peterson
|
0c6bab1c24
|
merge 3.2 (#13766)
|
2012-01-15 21:28:13 -05:00 |
Benjamin Peterson
|
a846d0ac5e
|
explain why we need this grammar file (closes #13766)
|
2012-01-15 21:28:00 -05:00 |
Meador Inge
|
da05f454e3
|
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
|
2012-01-15 19:31:57 -06:00 |
Meador Inge
|
3388060127
|
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
|
2012-01-15 19:15:36 -06:00 |
Terry Jan Reedy
|
2d496005fd
|
Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows.
Patch by Roger Serwy.
|
2012-01-15 19:08:28 -05:00 |
Terry Jan Reedy
|
7f53aea53b
|
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Patch by Roger Serwy.
|
2012-01-15 19:03:23 -05:00 |
Benjamin Peterson
|
d5890c8db5
|
add str.casefold() (closes #13752)
|
2012-01-14 13:23:30 -05:00 |
Meador Inge
|
94d5a7174a
|
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
|
2012-01-14 11:54:43 -06:00 |
Meador Inge
|
b0ae0ac668
|
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
|
2012-01-14 11:50:33 -06:00 |
Meador Inge
|
124598caf7
|
Issue #13725: regrtest does not recognize -d flag.
Patch by Erno Tukia.
|
2012-01-14 09:17:10 -06:00 |
Meador Inge
|
3f55e59282
|
Issue #13725: regrtest does not recognize -d flag.
Patch by Erno Tukia.
|
2012-01-14 09:12:55 -06:00 |
Benjamin Peterson
|
527c622926
|
make YieldFrom its own distinct from Yield (closes #13780)
|
2012-01-14 08:58:23 -05:00 |
Senthil Kumaran
|
91f252b179
|
merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.
|
2012-01-14 21:08:15 +08:00 |
Senthil Kumaran
|
3ffd7ca041
|
Fix issue13726: -S accepts an argument just as --start.
|
2012-01-14 21:07:31 +08:00 |
Senthil Kumaran
|
87c0bebead
|
merge heads.
|
2012-01-14 19:13:06 +08:00 |
Senthil Kumaran
|
4479577388
|
merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
|
2012-01-14 19:12:28 +08:00 |
Senthil Kumaran
|
c5c5a14577
|
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
|
2012-01-14 19:09:04 +08:00 |
Charles-François Natali
|
512d54fea2
|
Merge.
|
2012-01-14 11:53:37 +01:00 |
Charles-François Natali
|
d612de10e5
|
Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.
|
2012-01-14 11:51:00 +01:00 |
Senthil Kumaran
|
6c3dd7ea42
|
merge from 3.2
|
2012-01-14 18:39:23 +08:00 |
Senthil Kumaran
|
0e0772d859
|
merge from 3.2
|
2012-01-14 18:39:06 +08:00 |
Senthil Kumaran
|
9bbcb254db
|
Adding the -o option for Issue13726
|
2012-01-14 18:38:28 +08:00 |
Senthil Kumaran
|
bcfe56d77c
|
Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test.
|
2012-01-14 18:26:27 +08:00 |