]>
granicus.if.org Git - python/log
Antoine Pitrou [Tue, 17 Jan 2012 16:14:30 +0000 (17:14 +0100)]
Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
Antoine Pitrou [Tue, 17 Jan 2012 16:13:04 +0000 (17:13 +0100)]
Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
Ronald Oussoren [Tue, 17 Jan 2012 15:53:20 +0000 (16:53 +0100)]
Add missing sentinel to PyCursesWindow_getsets
The PyCursesWindow_getsets array was introduced without sentinel in
c3581ca21a57 .
Benjamin Peterson [Mon, 16 Jan 2012 23:02:21 +0000 (18:02 -0500)]
fix indentation
Benjamin Peterson [Mon, 16 Jan 2012 22:44:12 +0000 (17:44 -0500)]
break out switch at correct place
Benjamin Peterson [Mon, 16 Jan 2012 22:31:43 +0000 (17:31 -0500)]
only finish error if one occurred
Benjamin Peterson [Mon, 16 Jan 2012 22:29:05 +0000 (17:29 -0500)]
move LINENO define to where it actually belongs
Benjamin Peterson [Mon, 16 Jan 2012 22:22:31 +0000 (17:22 -0500)]
streamline normalizer identification a bit
Georg Brandl [Mon, 16 Jan 2012 20:40:20 +0000 (21:40 +0100)]
Remove "documenting" latex document.
Georg Brandl [Mon, 16 Jan 2012 20:40:12 +0000 (21:40 +0100)]
Remove "documenting" latex document.
Georg Brandl [Mon, 16 Jan 2012 20:39:56 +0000 (21:39 +0100)]
Remove "documenting" latex document.
Benjamin Peterson [Mon, 16 Jan 2012 19:28:50 +0000 (14:28 -0500)]
don't ready in case_operation, since most callers do it themselves
Sandro Tosi [Mon, 16 Jan 2012 17:03:51 +0000 (18:03 +0100)]
Issue: #12409: merge with 3.2
Sandro Tosi [Mon, 16 Jan 2012 17:02:09 +0000 (18:02 +0100)]
Issue: #12409: remove obsolete susp-entries
Brett Cannon [Mon, 16 Jan 2012 16:46:22 +0000 (11:46 -0500)]
Issue #13588: Rename decorators in importlib.
More descriptive names are now used in order to make tracebacks
more readable.
Benjamin Peterson [Mon, 16 Jan 2012 14:56:35 +0000 (09:56 -0500)]
fix spelling
Benjamin Peterson [Mon, 16 Jan 2012 14:55:53 +0000 (09:55 -0500)]
invert condition (head bang)
Benjamin Peterson [Mon, 16 Jan 2012 14:54:28 +0000 (09:54 -0500)]
murder tabs
Benjamin Peterson [Mon, 16 Jan 2012 14:50:48 +0000 (09:50 -0500)]
fix possible refleaks
Benjamin Peterson [Mon, 16 Jan 2012 14:49:20 +0000 (09:49 -0500)]
use helpful PyUnicode_IS_ASCII macro
Benjamin Peterson [Mon, 16 Jan 2012 14:47:42 +0000 (09:47 -0500)]
PyUnicode_DecodeUTF8 will always return a ready string
Benjamin Peterson [Mon, 16 Jan 2012 14:42:36 +0000 (09:42 -0500)]
rewrite such that this actually makes sense
Gregory P. Smith [Mon, 16 Jan 2012 10:09:41 +0000 (02:09 -0800)]
regenerated using autoconf, includes dirfd test.
Gregory P. Smith [Mon, 16 Jan 2012 10:09:11 +0000 (02:09 -0800)]
Add a test for the dirfd library function (to be used in an upcoming
change). configure will be regenerated in the next commit.
Gregory P. Smith [Mon, 16 Jan 2012 10:05:55 +0000 (02:05 -0800)]
regenerate configure using autoconf. includes the dirfd test.
Gregory P. Smith [Mon, 16 Jan 2012 10:05:23 +0000 (02:05 -0800)]
Test for the dirfd library function (for use in some upcoming
changes).
Terry Jan Reedy [Mon, 16 Jan 2012 08:22:33 +0000 (03:22 -0500)]
Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy.
Terry Jan Reedy [Mon, 16 Jan 2012 08:20:27 +0000 (03:20 -0500)]
#6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.
Ezio Melotti [Mon, 16 Jan 2012 06:46:11 +0000 (08:46 +0200)]
#13715: merge with 3.2.
Ezio Melotti [Mon, 16 Jan 2012 06:42:32 +0000 (08:42 +0200)]
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
Ezio Melotti [Mon, 16 Jan 2012 06:29:42 +0000 (08:29 +0200)]
#13695: merge with 3.2.
Ezio Melotti [Mon, 16 Jan 2012 06:28:54 +0000 (08:28 +0200)]
#13695: fix a couple of typos in the doc.
Benjamin Peterson [Mon, 16 Jan 2012 03:43:10 +0000 (22:43 -0500)]
kill useless import added by
87331661042b
Benjamin Peterson [Mon, 16 Jan 2012 02:33:32 +0000 (21:33 -0500)]
fix old titlecase function for extended case chars
Benjamin Peterson [Mon, 16 Jan 2012 02:28:13 +0000 (21:28 -0500)]
merge 3.2 (#13766)
Benjamin Peterson [Mon, 16 Jan 2012 02:28:00 +0000 (21:28 -0500)]
explain why we need this grammar file (closes #13766)
Benjamin Peterson [Mon, 16 Jan 2012 02:26:23 +0000 (21:26 -0500)]
comment about how flags could be expanded
Benjamin Peterson [Mon, 16 Jan 2012 02:19:20 +0000 (21:19 -0500)]
delta encoding of upper/lower/title makes a glorious return (#12736)
Meador Inge [Mon, 16 Jan 2012 01:31:57 +0000 (19:31 -0600)]
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
Meador Inge [Mon, 16 Jan 2012 01:15:36 +0000 (19:15 -0600)]
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
Terry Jan Reedy [Mon, 16 Jan 2012 00:08:28 +0000 (19:08 -0500)]
Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows.
Patch by Roger Serwy.
Terry Jan Reedy [Mon, 16 Jan 2012 00:03:23 +0000 (19:03 -0500)]
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Patch by Roger Serwy.
Gregory P. Smith [Sat, 14 Jan 2012 23:45:13 +0000 (15:45 -0800)]
Consolidate the occurrances of the prime used as the multiplier when hashing.
Gregory P. Smith [Sat, 14 Jan 2012 23:31:34 +0000 (15:31 -0800)]
Consolidate the occurrances of the prime used as the multiplier when hashing
to a single #define instead of having several copies in several files.
This excludes the Modules/ tree (datetime and expat both have a copy
for their own purposes with no need for it to be the same).
Gregory P. Smith [Sat, 14 Jan 2012 23:09:07 +0000 (15:09 -0800)]
merge heads
Gregory P. Smith [Sat, 14 Jan 2012 22:31:13 +0000 (14:31 -0800)]
Remove an unnecessary extra copy of the bytes hash function.
This copy also had a bug in it, it fails to incorporate the length
into the hash by using it as the loop variable so it'll always be -1
by the time it is XORed in.
As such: I'm doing this only in Python 3.3 and not backporting as it
would change the existing hash behavior of datetime objects.
Sandro Tosi [Sat, 14 Jan 2012 21:27:56 +0000 (22:27 +0100)]
merge with 3.2
Sandro Tosi [Sat, 14 Jan 2012 21:23:27 +0000 (22:23 +0100)]
remove 'Documenting Python' and its references, it's now on devguide
Gregory P. Smith [Sat, 14 Jan 2012 21:19:20 +0000 (13:19 -0800)]
Mention the additional way to use the lvl parameter and when it changed.
Gregory P. Smith [Sat, 14 Jan 2012 20:46:17 +0000 (12:46 -0800)]
Mention the additional way to use the lvl parameter and when it changed.
Benjamin Peterson [Sat, 14 Jan 2012 18:37:31 +0000 (13:37 -0500)]
fix possible refleaks if PyUnicode_READY fails
Benjamin Peterson [Sat, 14 Jan 2012 18:34:47 +0000 (13:34 -0500)]
always explicitly check for -1 from PyUnicode_READY
Benjamin Peterson [Sat, 14 Jan 2012 18:23:30 +0000 (13:23 -0500)]
add str.casefold() (closes #13752)
Meador Inge [Sat, 14 Jan 2012 17:54:43 +0000 (11:54 -0600)]
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Meador Inge [Sat, 14 Jan 2012 17:50:33 +0000 (11:50 -0600)]
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Martin v. Löwis [Sat, 14 Jan 2012 16:54:09 +0000 (17:54 +0100)]
Use GetModuleHandleW to avoid *A functions where possible.
Meador Inge [Sat, 14 Jan 2012 15:56:42 +0000 (09:56 -0600)]
Issue #13725: Add a NEWS entry.
Meador Inge [Sat, 14 Jan 2012 15:32:41 +0000 (09:32 -0600)]
Issue #13725: Add a NEWS entry.
Meador Inge [Sat, 14 Jan 2012 15:17:10 +0000 (09:17 -0600)]
Issue #13725: regrtest does not recognize -d flag.
Patch by Erno Tukia.
Meador Inge [Sat, 14 Jan 2012 15:12:55 +0000 (09:12 -0600)]
Issue #13725: regrtest does not recognize -d flag.
Patch by Erno Tukia.
Benjamin Peterson [Sat, 14 Jan 2012 13:58:23 +0000 (08:58 -0500)]
make YieldFrom its own distinct from Yield (closes #13780)
Senthil Kumaran [Sat, 14 Jan 2012 13:08:15 +0000 (21:08 +0800)]
merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.
Senthil Kumaran [Sat, 14 Jan 2012 13:07:31 +0000 (21:07 +0800)]
Fix issue13726: -S accepts an argument just as --start.
Senthil Kumaran [Sat, 14 Jan 2012 11:13:06 +0000 (19:13 +0800)]
merge heads.
Senthil Kumaran [Sat, 14 Jan 2012 11:12:28 +0000 (19:12 +0800)]
merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
Senthil Kumaran [Sat, 14 Jan 2012 11:09:04 +0000 (19:09 +0800)]
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
Charles-François Natali [Sat, 14 Jan 2012 10:53:37 +0000 (11:53 +0100)]
Merge.
Charles-François Natali [Sat, 14 Jan 2012 10:51:00 +0000 (11:51 +0100)]
Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.
Senthil Kumaran [Sat, 14 Jan 2012 10:39:23 +0000 (18:39 +0800)]
merge from 3.2
Senthil Kumaran [Sat, 14 Jan 2012 10:39:06 +0000 (18:39 +0800)]
merge from 3.2
Senthil Kumaran [Sat, 14 Jan 2012 10:38:28 +0000 (18:38 +0800)]
Adding the -o option for Issue13726
Senthil Kumaran [Sat, 14 Jan 2012 10:26:27 +0000 (18:26 +0800)]
Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test.
Nick Coghlan [Sat, 14 Jan 2012 06:45:48 +0000 (16:45 +1000)]
Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 patch, and make the private CallMethod variants consistent with the public one
Nick Coghlan [Sat, 14 Jan 2012 06:08:08 +0000 (16:08 +1000)]
Fix indenting
Nick Coghlan [Sat, 14 Jan 2012 06:03:07 +0000 (16:03 +1000)]
Remove lingering artifact of an initial PEP 380 Grammar change that was later reverted
Terry Jan Reedy [Sat, 14 Jan 2012 04:47:41 +0000 (23:47 -0500)]
Merge
Terry Jan Reedy [Sat, 14 Jan 2012 04:44:49 +0000 (23:44 -0500)]
Merge with 3.2 #13730 grammar fix
Nick Coghlan [Sat, 14 Jan 2012 04:43:24 +0000 (14:43 +1000)]
Add versionchanged notes for PEP 380
Terry Jan Reedy [Sat, 14 Jan 2012 04:43:13 +0000 (23:43 -0500)]
#13730 grammar fix
Nick Coghlan [Sat, 14 Jan 2012 04:19:49 +0000 (14:19 +1000)]
Fix merge glitch in What's New
Amaury Forgeot d'Arc [Fri, 13 Jan 2012 21:12:37 +0000 (22:12 +0100)]
Silence compilation warnings on Windows
Amaury Forgeot d'Arc [Fri, 13 Jan 2012 20:08:49 +0000 (21:08 +0100)]
Fix compilation with C89 compilers (Windows...)
Amaury Forgeot d'Arc [Fri, 13 Jan 2012 20:06:12 +0000 (21:06 +0100)]
Fix a crash when the return value of a subgenerator is a temporary
object (with a refcount of 1)
Antoine Pitrou [Fri, 13 Jan 2012 18:41:42 +0000 (19:41 +0100)]
Issue #13764: remove outdated script Misc/build.sh
Antoine Pitrou [Thu, 12 Jan 2012 21:36:48 +0000 (22:36 +0100)]
test_strlit was never run
Terry Jan Reedy [Thu, 12 Jan 2012 19:49:02 +0000 (14:49 -0500)]
#11633 At least 2 people prefer earlier revision.
Antoine Pitrou [Thu, 12 Jan 2012 07:06:19 +0000 (08:06 +0100)]
Issue #13724: improve documentation for socket.create_connection.
Benjamin Peterson [Thu, 12 Jan 2012 02:00:16 +0000 (21:00 -0500)]
fold into one if statement
Terry Jan Reedy [Wed, 11 Jan 2012 19:54:34 +0000 (14:54 -0500)]
Minor correction. #11418
Terry Jan Reedy [Wed, 11 Jan 2012 19:09:49 +0000 (14:09 -0500)]
Closes #11633 Clarify print buffering.
Terry Jan Reedy [Wed, 11 Jan 2012 08:29:42 +0000 (03:29 -0500)]
#13754 String returned if less than *or equal to* x 3
Close *13753 'seq' now 'iterable'
Antoine Pitrou [Tue, 10 Jan 2012 22:45:54 +0000 (23:45 +0100)]
Remove unused certificate from the test directory.
Senthil Kumaran [Tue, 10 Jan 2012 17:29:08 +0000 (01:29 +0800)]
Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.
Terry Jan Reedy [Mon, 9 Jan 2012 23:20:09 +0000 (18:20 -0500)]
#11906 Make test_argparse work interactively by removing extra space
in comparison string that argparse does not add when program name is blank.
Antoine Pitrou [Mon, 9 Jan 2012 20:43:18 +0000 (21:43 +0100)]
Issue #13747: fix SSL compatibility table.
Antoine Pitrou [Mon, 9 Jan 2012 20:35:11 +0000 (21:35 +0100)]
Issue #13747: fix documentation error about the default SSL version.
Ross Lagerwall [Sun, 8 Jan 2012 06:29:40 +0000 (08:29 +0200)]
Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
Sandro Tosi [Sat, 7 Jan 2012 17:34:07 +0000 (18:34 +0100)]
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@
Charles-François Natali [Sat, 7 Jan 2012 17:24:56 +0000 (18:24 +0100)]
Issue #13502: threading: Fix a race condition in Event.wait() that made it
return False when the event was set and cleared right after.
Sandro Tosi [Sat, 7 Jan 2012 16:56:58 +0000 (17:56 +0100)]
clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@