summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add str.casefold() (closes #13752)Benjamin Peterson2012-01-148-137/+493
* Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-142-1/+3
|\
| * Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-142-1/+3
* | Use GetModuleHandleW to avoid *A functions where possible.Martin v. Löwis2012-01-143-8/+8
* | Issue #13725: Add a NEWS entry.Meador Inge2012-01-141-0/+3
|\ \ | |/
| * Issue #13725: Add a NEWS entry.Meador Inge2012-01-141-0/+3
* | Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-142-1/+2
|\ \ | |/
| * Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-142-1/+2
* | make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-147-32/+84
* | merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.Senthil Kumaran2012-01-141-1/+1
|\ \ | |/
| * Fix issue13726: -S accepts an argument just as --start.Senthil Kumaran2012-01-141-1/+1
* | merge heads.Senthil Kumaran2012-01-144-12/+13
|\ \
| * \ Merge.Charles-François Natali2012-01-142-3/+6
| |\ \
| * | | Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.Charles-François Natali2012-01-144-12/+13
* | | | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d...Senthil Kumaran2012-01-143-2/+36
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...Senthil Kumaran2012-01-143-5/+36
* | | merge from 3.2Senthil Kumaran2012-01-141-1/+1
|\ \ \ | |/ /
| * | Adding the -o option for Issue13726Senthil Kumaran2012-01-141-1/+1
* | | merge from 3.2Senthil Kumaran2012-01-142-2/+5
|\ \ \ | |/ / | | / | |/ |/|
| * Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin...Senthil Kumaran2012-01-142-2/+5
* | Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 ...Nick Coghlan2012-01-142-2/+3
* | Fix indentingNick Coghlan2012-01-141-10/+10
* | Remove lingering artifact of an initial PEP 380 Grammar change that was later...Nick Coghlan2012-01-141-1/+1
* | MergeTerry Jan Reedy2012-01-144-2/+12
|\ \
| * | Add versionchanged notes for PEP 380Nick Coghlan2012-01-143-2/+11
| * | Fix merge glitch in What's NewNick Coghlan2012-01-141-0/+1
* | | Merge with 3.2 #13730 grammar fixTerry Jan Reedy2012-01-141-1/+1
|\ \ \ | |/ / |/| / | |/
| * #13730 grammar fixTerry Jan Reedy2012-01-141-1/+1
* | Silence compilation warnings on WindowsAmaury Forgeot d'Arc2012-01-131-2/+2
* | Fix compilation with C89 compilers (Windows...)Amaury Forgeot d'Arc2012-01-131-1/+1
* | Fix a crash when the return value of a subgenerator is a temporaryAmaury Forgeot d'Arc2012-01-132-1/+13
* | Fix compilation warning on WindowsAmaury Forgeot d'Arc2011-12-171-1/+1
* | NULL and no exception set from tp_iternext means StopIterationBenjamin Peterson2012-01-132-1/+7
* | add test, which was missing from d64ac9ab4cd0Benjamin Peterson2012-01-131-0/+842
* | Issue #13764: remove outdated script Misc/build.shAntoine Pitrou2012-01-131-281/+0
|\ \ | |/
| * Issue #13764: remove outdated script Misc/build.shAntoine Pitrou2012-01-131-281/+0
* | Closes #13761: add a "flush" keyword argument to print().Georg Brandl2012-01-134-9/+55
* | Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-1314-48/+166
* | make Python-ast.c depend on Python-ast.hBenjamin Peterson2012-01-131-1/+1
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-1333-350/+801
* | move do_title to a better placeBenjamin Peterson2012-01-131-28/+28
* | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...Antoine Pitrou2012-01-126-19/+54
* | test_strlit was never runAntoine Pitrou2012-01-121-3/+5
|\ \ | |/
| * test_strlit was never runAntoine Pitrou2012-01-121-3/+5
* | make fix_decimal_and_space_to_ascii check if it modifies the stringBenjamin Peterson2012-01-121-1/+3
* | merge headsBenjamin Peterson2012-01-121-2/+2
|\ \
| * \ Merge #11633 At least 2 people prefer earlier revision.Terry Jan Reedy2012-01-121-2/+2
| |\ \ | | |/
| | * #11633 At least 2 people prefer earlier revision.Terry Jan Reedy2012-01-121-2/+2
* | | kill capwords implementation which has been disabled since the beginingBenjamin Peterson2012-01-121-42/+0
|/ /
* | Issue #13724: improve documentation for socket.create_connection.Antoine Pitrou2012-01-121-4/+11
|\ \ | |/