]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
12 years ago- Issue #17086: Search the include and library directories provided by the
doko@ubuntu.com [Wed, 10 Apr 2013 22:19:55 +0000 (00:19 +0200)] 
- Issue #17086: Search the include and library directories provided by the
  compiler.

12 years ago#17635: fix wrong function name in multiprocessing docs.
Ezio Melotti [Wed, 10 Apr 2013 14:59:20 +0000 (17:59 +0300)] 
#17635: fix wrong function name in multiprocessing docs.

12 years ago- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).
doko@ubuntu.com [Tue, 9 Apr 2013 15:34:39 +0000 (17:34 +0200)] 
- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).

12 years ago#17657: Show full Tk version in IDLE's about dialog.
Roger Serwy [Tue, 9 Apr 2013 01:57:13 +0000 (20:57 -0500)] 
#17657: Show full Tk version in IDLE's about dialog.
Patch by Todd Rovito.

12 years agoClose #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka [Mon, 8 Apr 2013 19:33:55 +0000 (22:33 +0300)] 
Close #17666: Fix reading gzip files with an extra field.

12 years ago- Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h
doko@ubuntu.com [Mon, 8 Apr 2013 19:20:09 +0000 (21:20 +0200)] 
- Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h
  files when imported, instead doing it at build time.  This makes importing
  sysconfig faster and reduces Python startup time by 20%.

12 years agoIssue #17662: fix socketmodule compilation with Setup.dist.
Kristjan Valur Jonsson [Mon, 8 Apr 2013 16:03:30 +0000 (16:03 +0000)] 
Issue #17662: fix socketmodule compilation with Setup.dist.
Patch contributed by Bohuslav "Slavek" Kabrda (bkabrda)

12 years ago#17613: Prevent traceback when removing syntax colorizer in IDLE.
Roger Serwy [Sun, 7 Apr 2013 17:41:16 +0000 (12:41 -0500)] 
#17613: Prevent traceback when removing syntax colorizer in IDLE.

12 years ago#1207589: Backwards-compatibility patch for right-click menu in IDLE.
Roger Serwy [Sun, 7 Apr 2013 17:15:52 +0000 (12:15 -0500)] 
#1207589: Backwards-compatibility patch for right-click menu in IDLE.

12 years agolist slotdefs in offset order rather than sorting them (closes #17610)
Benjamin Peterson [Sun, 7 Apr 2013 13:52:59 +0000 (09:52 -0400)] 
list slotdefs in offset order rather than sorting them (closes #17610)

This means we can remove our usage of qsort() than relied on undefined behavior.

Backport by Zbigniew Halas.

12 years agoUpdate argparse docs to follow order of ArgumentParser() arguments.
Andrew Svetlov [Sun, 7 Apr 2013 11:45:37 +0000 (14:45 +0300)] 
Update argparse docs to follow order of ArgumentParser() arguments.

12 years ago#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
Roger Serwy [Sun, 7 Apr 2013 01:26:53 +0000 (20:26 -0500)] 
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.

12 years agomove idle news entries to its section
Roger Serwy [Sun, 7 Apr 2013 01:21:21 +0000 (20:21 -0500)] 
move idle news entries to its section

12 years agoRevert a premature patch for issue #14010 (changeset d17d10c84d27).
Serhiy Storchaka [Sat, 6 Apr 2013 19:51:29 +0000 (22:51 +0300)] 
Revert a premature patch for issue #14010 (changeset d17d10c84d27).

12 years agoIssue #17645: convert an assert() into a proper exception in _Py_Mangle().
Antoine Pitrou [Sat, 6 Apr 2013 19:21:04 +0000 (21:21 +0200)] 
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().

12 years agomerge heads
Benjamin Peterson [Sat, 6 Apr 2013 19:19:11 +0000 (15:19 -0400)] 
merge heads

12 years agomove idle news to its own section
Benjamin Peterson [Sat, 6 Apr 2013 19:19:04 +0000 (15:19 -0400)] 
move idle news to its own section

12 years agoIssue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka [Sat, 6 Apr 2013 19:04:10 +0000 (22:04 +0300)] 
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
in itertools module (i.e. itertools.izip(), itertools.chain(), etc).

12 years agoChange wording as Eli Bendersky suggests.
Andrew Svetlov [Sat, 6 Apr 2013 15:54:19 +0000 (18:54 +0300)] 
Change wording as Eli Bendersky suggests.

12 years agostart cracking on 2.7.5
Benjamin Peterson [Sat, 6 Apr 2013 14:17:54 +0000 (10:17 -0400)] 
start cracking on 2.7.5

12 years agomerge 2.7.4 release branch
Benjamin Peterson [Sat, 6 Apr 2013 14:00:24 +0000 (10:00 -0400)] 
merge 2.7.4 release branch

12 years agoAdded tag v2.7.4 for changeset 026ee0057e2d
Benjamin Peterson [Sat, 6 Apr 2013 13:59:25 +0000 (09:59 -0400)] 
Added tag v2.7.4 for changeset 026ee0057e2d

12 years agochange version to 2.7.4 v2.7.4
Benjamin Peterson [Sat, 6 Apr 2013 13:58:51 +0000 (09:58 -0400)] 
change version to 2.7.4

12 years agoupdate pydoc-topics
Benjamin Peterson [Sat, 6 Apr 2013 13:56:41 +0000 (09:56 -0400)] 
update pydoc-topics

12 years ago#17641: 2.X / 3.X ssl doc unification
Giampaolo Rodola' [Sat, 6 Apr 2013 01:46:47 +0000 (03:46 +0200)] 
#17641: 2.X / 3.X ssl doc unification

12 years agoAdd link to glossary for hashable term in docs for set type
Andrew Svetlov [Fri, 5 Apr 2013 13:21:39 +0000 (16:21 +0300)] 
Add link to glossary for hashable term in docs for set type

12 years agoFix typo
Andrew Svetlov [Fri, 5 Apr 2013 08:39:36 +0000 (11:39 +0300)] 
Fix typo

12 years agomerge heads
Andrew Svetlov [Fri, 5 Apr 2013 07:14:28 +0000 (10:14 +0300)] 
merge heads

12 years agoFix typo.
Andrew Svetlov [Fri, 5 Apr 2013 07:10:27 +0000 (10:10 +0300)] 
Fix typo.

12 years ago#8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki...
Ezio Melotti [Thu, 4 Apr 2013 06:16:15 +0000 (09:16 +0300)] 
#8913: add examples and docs for date/time/datetime.__format__.  Patch by Heikki Partanen.

12 years agomerge 2.7.4 release branch
Benjamin Peterson [Thu, 4 Apr 2013 02:35:28 +0000 (22:35 -0400)] 
merge 2.7.4 release branch

12 years agoclose search and replace dialog after it is used (closes #17625)
Benjamin Peterson [Thu, 4 Apr 2013 02:35:12 +0000 (22:35 -0400)] 
close search and replace dialog after it is used (closes #17625)

12 years agoIssue #15940: NEWS entry
Terry Jan Reedy [Wed, 3 Apr 2013 17:24:26 +0000 (13:24 -0400)] 
Issue #15940: NEWS entry

12 years agoIssue #15940: Replace tab.
Terry Jan Reedy [Wed, 3 Apr 2013 16:45:24 +0000 (12:45 -0400)] 
Issue #15940: Replace tab.

12 years agoIssue #15940: Specify effect of locale on time functions.
Terry Jan Reedy [Wed, 3 Apr 2013 16:34:57 +0000 (12:34 -0400)] 
Issue #15940: Specify effect of locale on time functions.

12 years ago#14254: IDLE now handles readline correctly across shell restarts.
Roger Serwy [Wed, 3 Apr 2013 05:42:24 +0000 (00:42 -0500)] 
#14254: IDLE now handles readline correctly across shell restarts.

12 years ago#17614: IDLE no longer raises exception when quickly closing a file.
Roger Serwy [Wed, 3 Apr 2013 03:37:12 +0000 (22:37 -0500)] 
#17614: IDLE no longer raises exception when quickly closing a file.

12 years ago#13163: fix names of _get_socket args
R David Murray [Tue, 2 Apr 2013 16:15:07 +0000 (12:15 -0400)] 
#13163: fix names of _get_socket args

This was already done in Python3, but having it wrong leads to
incorrect debug output, so it seems worth fixing in 2.7 as well.

Patch by Victor Terrón.

12 years ago#6698: IDLE now opens just an editor window when configured to do so.
Roger Serwy [Mon, 1 Apr 2013 04:28:55 +0000 (23:28 -0500)] 
#6698: IDLE now opens just an editor window when configured to do so.

12 years ago#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
Roger Serwy [Sun, 31 Mar 2013 20:53:08 +0000 (15:53 -0500)] 
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.

12 years agoIssue #6419: Fix a test_kqueue failure on some BSD flavors.
Charles-Francois Natali [Sun, 31 Mar 2013 18:35:59 +0000 (20:35 +0200)] 
Issue #6419: Fix a test_kqueue failure on some BSD flavors.

12 years agoAdd an itertools recipe showing how to use t.__copy__().
Raymond Hettinger [Sun, 31 Mar 2013 06:37:57 +0000 (23:37 -0700)] 
Add an itertools recipe showing how to use t.__copy__().

12 years ago#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
Roger Serwy [Sun, 31 Mar 2013 05:57:16 +0000 (00:57 -0500)] 
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.

12 years agoIssue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.
Terry Jan Reedy [Sat, 30 Mar 2013 22:50:43 +0000 (18:50 -0400)] 
Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.

12 years agomerge 2.7.4 release branch
Benjamin Peterson [Sat, 30 Mar 2013 19:31:31 +0000 (15:31 -0400)] 
merge 2.7.4 release branch

12 years agoG -> M (closes #17533)
Benjamin Peterson [Sat, 30 Mar 2013 19:30:28 +0000 (15:30 -0400)] 
G -> M (closes #17533)

12 years agomerge 2.7.4 release branch
Benjamin Peterson [Sat, 30 Mar 2013 14:37:25 +0000 (10:37 -0400)] 
merge 2.7.4 release branch

12 years agofall back when an old test_support doesn't have various data and functions (closes...
Benjamin Peterson [Sat, 30 Mar 2013 14:36:31 +0000 (10:36 -0400)] 
fall back when an old test_support doesn't have various data and functions (closes #17533)

12 years agoFix typos and clear up one very odd bit of wording as pointed out by
Gregory P. Smith [Sat, 30 Mar 2013 08:38:38 +0000 (01:38 -0700)] 
Fix typos and clear up one very odd bit of wording as pointed out by
Ezio.

12 years agoFix typos and clear up one very odd bit of wording as pointed out by
Gregory P. Smith [Sat, 30 Mar 2013 08:38:38 +0000 (01:38 -0700)] 
Fix typos and clear up one very odd bit of wording as pointed out by
Ezio.

12 years ago#17526: fix an IndexError raised while passing code without filename to inspect.finds...
Ezio Melotti [Sat, 30 Mar 2013 03:10:28 +0000 (05:10 +0200)] 
#17526: fix an IndexError raised while passing code without filename to inspect.findsource().  Initial patch by Tyler Doyle.

12 years ago#17564: skip test_bad_address unless the tests are run with -unetwork/-uall.
Ezio Melotti [Fri, 29 Mar 2013 23:32:45 +0000 (01:32 +0200)] 
#17564: skip test_bad_address unless the tests are run with -unetwork/-uall.

12 years ago#17438: add links to the conversion tables in dump(s)/load(s).
Ezio Melotti [Fri, 29 Mar 2013 01:59:29 +0000 (03:59 +0200)] 
#17438: add links to the conversion tables in dump(s)/load(s).

12 years ago#8906: document failureException, longMessage, and maxDiff in the class docstring...
Ezio Melotti [Fri, 29 Mar 2013 01:42:29 +0000 (03:42 +0200)] 
#8906: document failureException, longMessage, and maxDiff in the class docstring.  Patch by Boris Feld.

12 years agoUpdate the suspicious builder to detect unused rules, and remove currently unusued...
Ezio Melotti [Thu, 28 Mar 2013 16:01:11 +0000 (18:01 +0200)] 
Update the suspicious builder to detect unused rules, and remove currently unusued rules.

12 years agoBackport rev. 3ae74b361f53 to 2.7 branch.
Georg Brandl [Thu, 28 Mar 2013 12:35:18 +0000 (13:35 +0100)] 
Backport rev. 3ae74b361f53 to 2.7 branch.

12 years agoCloses #4159: add LaTeX tabular column specifications to tables that otherwise are...
Georg Brandl [Thu, 28 Mar 2013 12:28:44 +0000 (13:28 +0100)] 
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.

12 years agoFix XML vulnerability link targets.
Christian Heimes [Thu, 28 Mar 2013 10:42:49 +0000 (11:42 +0100)] 
Fix XML vulnerability link targets.

12 years agoFix XML vulnerability link targets.
Christian Heimes [Thu, 28 Mar 2013 10:42:49 +0000 (11:42 +0100)] 
Fix XML vulnerability link targets.

12 years agoFix XML vulnerability link targets.
Georg Brandl [Thu, 28 Mar 2013 08:11:44 +0000 (09:11 +0100)] 
Fix XML vulnerability link targets.

12 years agoUpdate suspicious ignore file.
Ezio Melotti [Thu, 28 Mar 2013 03:47:31 +0000 (05:47 +0200)] 
Update suspicious ignore file.

12 years agoUpdate suspicious ignore file.
Ezio Melotti [Thu, 28 Mar 2013 02:54:58 +0000 (04:54 +0200)] 
Update suspicious ignore file.

12 years agoUpdate suspicious ignore file.
Ezio Melotti [Thu, 28 Mar 2013 02:31:53 +0000 (04:31 +0200)] 
Update suspicious ignore file.

12 years ago#17329: merge with 3.2.
Ezio Melotti [Wed, 27 Mar 2013 18:12:55 +0000 (20:12 +0200)] 
#17329: merge with 3.2.

12 years ago#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Ezio Melotti [Wed, 27 Mar 2013 18:11:55 +0000 (20:11 +0200)] 
#17329: document unittest.SkipTest.  Initial patch by Zachary Ware.

12 years ago#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Ezio Melotti [Wed, 27 Mar 2013 18:11:55 +0000 (20:11 +0200)] 
#17329: document unittest.SkipTest.  Initial patch by Zachary Ware.

12 years agoIssue 17538: Document XML vulnerabilties
Christian Heimes [Tue, 26 Mar 2013 16:53:05 +0000 (17:53 +0100)] 
Issue 17538: Document XML vulnerabilties

12 years agoIssue 17538: Document XML vulnerabilties
Christian Heimes [Tue, 26 Mar 2013 16:53:05 +0000 (17:53 +0100)] 
Issue 17538: Document XML vulnerabilties

12 years agoIssue 17538: Document XML vulnerabilties
Christian Heimes [Tue, 26 Mar 2013 16:47:23 +0000 (17:47 +0100)] 
Issue 17538: Document XML vulnerabilties

12 years agoIssue 17538: Document XML vulnerabilties
Christian Heimes [Tue, 26 Mar 2013 16:35:55 +0000 (17:35 +0100)] 
Issue 17538: Document XML vulnerabilties

12 years agoNEWS: add new header for Python 3.3.2
Georg Brandl [Tue, 26 Mar 2013 13:09:40 +0000 (14:09 +0100)] 
NEWS: add new header for Python 3.3.2

12 years agomove to correct section
Benjamin Peterson [Tue, 26 Mar 2013 12:57:42 +0000 (08:57 -0400)] 
move to correct section

12 years agomerge 2.7.4 release branch (#17550)
Benjamin Peterson [Tue, 26 Mar 2013 12:56:16 +0000 (08:56 -0400)] 
merge 2.7.4 release branch (#17550)

12 years agofix variable reference to fix --enable-profiling (closes #17550)
Benjamin Peterson [Tue, 26 Mar 2013 12:55:37 +0000 (08:55 -0400)] 
fix variable reference to fix --enable-profiling (closes #17550)

12 years agofix variable reference to fix --enable-profiling (closes #17550)
Benjamin Peterson [Tue, 26 Mar 2013 12:55:37 +0000 (08:55 -0400)] 
fix variable reference to fix --enable-profiling (closes #17550)

12 years agoAdd versionadded for `-X faulthandler` (also fix typo and markup).
Ezio Melotti [Tue, 26 Mar 2013 00:36:28 +0000 (02:36 +0200)] 
Add versionadded for `-X faulthandler` (also fix typo and markup).

12 years agoIssue #12718: Set importer on instance if Python function, to avoid bad interaction...
Vinay Sajip [Mon, 25 Mar 2013 23:37:41 +0000 (23:37 +0000)] 
Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb.

12 years agoAdd missing docstrings to the collections ABCs
Raymond Hettinger [Sun, 24 Mar 2013 22:20:29 +0000 (15:20 -0700)] 
Add missing docstrings to the collections ABCs

12 years agoAdd missing docstrings to the collections ABCs
Raymond Hettinger [Sun, 24 Mar 2013 21:54:25 +0000 (14:54 -0700)] 
Add missing docstrings to the collections ABCs

12 years agoFix typo
Martin v. Löwis [Sun, 24 Mar 2013 21:52:14 +0000 (22:52 +0100)] 
Fix typo

12 years agoIssue #17425: Build with openssl 1.0.1d on Windows.
Martin v. Löwis [Sun, 24 Mar 2013 21:45:50 +0000 (22:45 +0100)] 
Issue #17425: Build with openssl 1.0.1d on Windows.

12 years ago#17425: null merge 3.2
Martin v. Loewis [Sun, 24 Mar 2013 21:10:20 +0000 (22:10 +0100)] 
#17425: null merge 3.2

12 years agoIssue #17425: Build with openssl 1.0.0k on Windows.
Martin v. Loewis [Sun, 24 Mar 2013 21:03:30 +0000 (22:03 +0100)] 
Issue #17425: Build with openssl 1.0.0k on Windows.

12 years ago- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
doko@ubuntu.com [Sun, 24 Mar 2013 17:46:49 +0000 (18:46 +0100)] 
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
  iceweasel, iceape.

12 years ago#17504: remove duplicated sentence. Patch by Radu Voicilas.
Ezio Melotti [Sun, 24 Mar 2013 14:10:24 +0000 (16:10 +0200)] 
#17504: remove duplicated sentence.  Patch by Radu Voicilas.

12 years agomerge 2.7.4 release branch
Benjamin Peterson [Sun, 24 Mar 2013 03:32:34 +0000 (22:32 -0500)] 
merge 2.7.4 release branch

12 years agoallow any type with __getitem__ to be a mapping for the purposes of % (#15801)
Benjamin Peterson [Sun, 24 Mar 2013 03:32:00 +0000 (22:32 -0500)] 
allow any type with __getitem__ to be a mapping for the purposes of % (#15801)

12 years agoFixes issue4653 - Correctly specify the buffer size to FormatMessageW and
Gregory P. Smith [Sat, 23 Mar 2013 23:05:36 +0000 (16:05 -0700)] 
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
correctly check for errors on two CreateFileMapping calls.

12 years agoMerge heads.
Ezio Melotti [Sat, 23 Mar 2013 21:39:25 +0000 (23:39 +0200)] 
Merge heads.

12 years agoMerge test_queue clean up from 3.2.
Ezio Melotti [Sat, 23 Mar 2013 21:36:23 +0000 (23:36 +0200)] 
Merge test_queue clean up from 3.2.

12 years agomerge 2.7.4 release branch
Benjamin Peterson [Sat, 23 Mar 2013 21:35:57 +0000 (16:35 -0500)] 
merge 2.7.4 release branch

12 years agoupdate NEWS for #17531
Benjamin Peterson [Sat, 23 Mar 2013 21:35:45 +0000 (16:35 -0500)] 
update NEWS for #17531

12 years agoClean up references to threads in test_queue.
Ezio Melotti [Sat, 23 Mar 2013 21:35:06 +0000 (23:35 +0200)] 
Clean up references to threads in test_queue.

12 years agoClean up references to threads in test_queue.
Ezio Melotti [Sat, 23 Mar 2013 21:35:06 +0000 (23:35 +0200)] 
Clean up references to threads in test_queue.

12 years agomerge 2.7.4 release branch
Benjamin Peterson [Sat, 23 Mar 2013 21:19:20 +0000 (16:19 -0500)] 
merge 2.7.4 release branch

12 years agoalways allow -1 as a uid
Benjamin Peterson [Sat, 23 Mar 2013 21:19:04 +0000 (16:19 -0500)] 
always allow -1 as a uid

12 years agomerge 2.7.4 release branch
Benjamin Peterson [Sat, 23 Mar 2013 20:40:48 +0000 (15:40 -0500)] 
merge 2.7.4 release branch

12 years agogroup ids and user ids can be longs now (#17531)
Benjamin Peterson [Sat, 23 Mar 2013 20:40:36 +0000 (15:40 -0500)] 
group ids and user ids can be longs now (#17531)

12 years agomerge 2.7.4 branch
Benjamin Peterson [Sat, 23 Mar 2013 20:35:38 +0000 (15:35 -0500)] 
merge 2.7.4 branch

12 years agoundo PyInt -> PyLong change; that was wrong
Benjamin Peterson [Sat, 23 Mar 2013 20:35:24 +0000 (15:35 -0500)] 
undo PyInt -> PyLong change; that was wrong