]> granicus.if.org Git - python/log
python
12 years ago#15269: document dircmp.left and right.
R David Murray [Wed, 15 Aug 2012 01:50:38 +0000 (21:50 -0400)]
#15269: document dircmp.left and right.

Based on patch by Chris Jerdonek.

12 years agofix typo
Sandro Tosi [Tue, 14 Aug 2012 17:51:31 +0000 (19:51 +0200)]
fix typo

12 years ago- Issue #15647: Make isdir static for windows and posix
Matthias Klose [Tue, 14 Aug 2012 15:42:45 +0000 (17:42 +0200)]
- Issue #15647: Make isdir static for windows and posix

12 years agoModules/socketmodule.c: netdb_lock: define static.
Matthias Klose [Tue, 14 Aug 2012 15:24:47 +0000 (17:24 +0200)]
Modules/socketmodule.c: netdb_lock: define static.

12 years ago#9161: Fix test to use standard optparse test pattern (what was I thinking?)
R David Murray [Tue, 14 Aug 2012 13:14:37 +0000 (09:14 -0400)]
#9161: Fix test to use standard optparse test pattern (what was I thinking?)

12 years agoIssue #14167: Document return statement in finally blocks.
Andrew Svetlov [Tue, 14 Aug 2012 12:44:53 +0000 (15:44 +0300)]
Issue #14167: Document return statement in finally blocks.

Patch by Yury Selivanov.

12 years agoIssue #15646: Prevent equivalent of a fork bomb when using multiprocessing
Richard Oudkerk [Tue, 14 Aug 2012 10:41:19 +0000 (11:41 +0100)]
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
on Windows without the "if __name__ == '__main__'" idiom.

12 years ago#9161: add test for the bug fixed by r82581.
R David Murray [Tue, 14 Aug 2012 02:04:30 +0000 (22:04 -0400)]
#9161: add test for the bug fixed by r82581.

Patch by Michael Johnson.

12 years agoFix #15496. Add directory removal helpers to make Windows tests more reliable. Patch...
Brian Curtin [Mon, 13 Aug 2012 22:26:48 +0000 (17:26 -0500)]
Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth

12 years agoIssue #15497: Correct characters in TextWrapper.replace_whitespace docs.
Andrew Svetlov [Mon, 13 Aug 2012 20:26:28 +0000 (23:26 +0300)]
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.

Patch by Chris Jerdonek.

12 years agoIssue #15630: Add an example for "continue" statement in the tutorial. Patch by
Senthil Kumaran [Sun, 12 Aug 2012 18:58:53 +0000 (11:58 -0700)]
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Daniel Ellis.

12 years agocomplete cgi.parse() signature; thanks to Aaron Bingham from docs@
Sandro Tosi [Sun, 12 Aug 2012 16:47:45 +0000 (18:47 +0200)]
complete cgi.parse() signature; thanks to Aaron Bingham from docs@

12 years agoadd usage example from cli; thanks to Christian Clauss from docs@
Sandro Tosi [Sun, 12 Aug 2012 15:33:41 +0000 (17:33 +0200)]
add usage example from cli; thanks to Christian Clauss from docs@

12 years agoit's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
Sandro Tosi [Sun, 12 Aug 2012 13:11:58 +0000 (15:11 +0200)]
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@

12 years agoadd missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@
Sandro Tosi [Sun, 12 Aug 2012 10:34:57 +0000 (12:34 +0200)]
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@

12 years agoupdate Geany URL; thanks to Karl Tarbet from docs@
Sandro Tosi [Sun, 12 Aug 2012 09:01:50 +0000 (11:01 +0200)]
update Geany URL; thanks to Karl Tarbet from docs@

12 years agoadd missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
Sandro Tosi [Sun, 12 Aug 2012 08:49:07 +0000 (10:49 +0200)]
add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@

12 years agoRemove unused variables in parsetok().
Georg Brandl [Sat, 11 Aug 2012 09:16:18 +0000 (11:16 +0200)]
Remove unused variables in parsetok().

12 years agoFix casing of SocketServer module in 2.7.
Georg Brandl [Sat, 11 Aug 2012 09:12:55 +0000 (11:12 +0200)]
Fix casing of SocketServer module in 2.7.

12 years agoGraft a89d654adaa2 from 3.2 branch. Fixes #15620.
Georg Brandl [Sat, 11 Aug 2012 09:08:04 +0000 (11:08 +0200)]
Graft a89d654adaa2 from 3.2 branch. Fixes #15620.

12 years agoIssue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge [Sat, 11 Aug 2012 03:05:45 +0000 (22:05 -0500)]
Issue #15424: Add a __sizeof__ implementation for array objects.

Patch by Ludwig Hähne.

12 years agoFix #15567. collections.deque wasn't imported
Brian Curtin [Fri, 10 Aug 2012 04:04:42 +0000 (23:04 -0500)]
Fix #15567. collections.deque wasn't imported

12 years agofix docs for c-api memory functions
Andrew Svetlov [Thu, 9 Aug 2012 18:32:11 +0000 (21:32 +0300)]
fix docs for c-api memory functions

12 years agoIssue #15501: Document exception classes in subprocess module.
Andrew Svetlov [Thu, 9 Aug 2012 12:23:49 +0000 (15:23 +0300)]
Issue #15501: Document exception classes in subprocess module.

Initial patch by Anton Barkovsky.

12 years agomake documented file() kw names and actual ones agree (closes #15572)
Benjamin Peterson [Tue, 7 Aug 2012 18:57:47 +0000 (11:57 -0700)]
make documented file() kw names and actual ones agree (closes #15572)

Patch by Daniel Ellis.

12 years ago#15554: clarify splitlines/split differences.
R David Murray [Mon, 6 Aug 2012 20:09:09 +0000 (16:09 -0400)]
#15554: clarify splitlines/split differences.

Patch by Chris Jerdonek.

12 years agoIssue #15560: Fix building _sqlite3 extension on OS X with an SDK.
Ned Deily [Sun, 5 Aug 2012 21:42:45 +0000 (14:42 -0700)]
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.

12 years agoIssue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for...
Vinay Sajip [Sat, 4 Aug 2012 22:40:21 +0000 (23:40 +0100)]
Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for the report.

12 years agoIssue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended...
Andrew Svetlov [Sat, 4 Aug 2012 18:45:23 +0000 (21:45 +0300)]
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'.

Patch by Roger Serwy.

12 years agoadd missing period; thanks to Gaston Fiore from docs@
Sandro Tosi [Sat, 4 Aug 2012 17:42:06 +0000 (19:42 +0200)]
add missing period; thanks to Gaston Fiore from docs@

12 years agoMake TextIOWrapper's documentation clearer by copying the newline argument's descript...
Antoine Pitrou [Fri, 3 Aug 2012 22:55:38 +0000 (00:55 +0200)]
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().

12 years ago#15512: Declarations reorganization
Jesus Cea [Fri, 3 Aug 2012 13:51:11 +0000 (15:51 +0200)]
#15512: Declarations reorganization

12 years ago#15512: Remove remnants of debugging code
Jesus Cea [Fri, 3 Aug 2012 13:48:56 +0000 (15:48 +0200)]
#15512: Remove remnants of debugging code

12 years agoCloses #15469: Correct __sizeof__ support for deque
Jesus Cea [Fri, 3 Aug 2012 12:48:23 +0000 (14:48 +0200)]
Closes #15469: Correct __sizeof__ support for deque

12 years agoCloses #15512: Correct __sizeof__ support for parser
Jesus Cea [Fri, 3 Aug 2012 12:25:53 +0000 (14:25 +0200)]
Closes #15512: Correct __sizeof__ support for parser

12 years agoIssue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
Antoine Pitrou [Thu, 2 Aug 2012 18:37:12 +0000 (20:37 +0200)]
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
Patch by Philipp Hagemeister.

12 years agoIssue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py
Eli Bendersky [Thu, 2 Aug 2012 00:00:33 +0000 (03:00 +0300)]
Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py

12 years agoIssue #8847: Disable COMDAT folding in Windows PGO builds.
Martin v. Löwis [Wed, 1 Aug 2012 08:05:27 +0000 (10:05 +0200)]
Issue #8847: Disable COMDAT folding in Windows PGO builds.

12 years agoIssue #9803: Don't close IDLE on saving if breakpoint is open.
Andrew Svetlov [Tue, 31 Jul 2012 16:51:27 +0000 (19:51 +0300)]
Issue #9803: Don't close IDLE on saving if breakpoint is open.

Patch by Roger Serwy.

12 years agoIssue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.
Andrew Svetlov [Mon, 30 Jul 2012 17:04:53 +0000 (20:04 +0300)]
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.

12 years agoIssue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
Ned Deily [Mon, 30 Jul 2012 11:07:49 +0000 (04:07 -0700)]
Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.

12 years agoIssue #14018: Update the OS X IDLE Tcl/Tk warning check to include
Ned Deily [Mon, 30 Jul 2012 10:28:22 +0000 (03:28 -0700)]
Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include
the Apple-supplied Tck/Tk versions shipped with OS X 10.7 and 10.8.
They are not as buggy as the 10.6 version but can still easily crash.

12 years agoIssue #15489: Add a __sizeof__ implementation for BytesIO objects.
Antoine Pitrou [Sun, 29 Jul 2012 22:01:06 +0000 (00:01 +0200)]
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Patch by Serhiy Storchaka.

12 years agoIssue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Antoine Pitrou [Sun, 29 Jul 2012 17:02:46 +0000 (19:02 +0200)]
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Patch by Serhiy Storchaka.

12 years agoIssue #15467: Move helpers for __sizeof__ tests into test_support.
Martin v. Löwis [Sun, 29 Jul 2012 14:30:50 +0000 (16:30 +0200)]
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Patch by Serhiy Storchaka.

12 years agoIssue #15402: Simplify Struct.__sizeof__ and make tests more precise.
Meador Inge [Sun, 29 Jul 2012 02:58:44 +0000 (21:58 -0500)]
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.

12 years agoIssue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk [Fri, 27 Jul 2012 13:05:46 +0000 (14:05 +0100)]
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.

Original patch by J Derek Wilson.

12 years agoImproved cookbook entry and fixed typo.
Vinay Sajip [Fri, 27 Jul 2012 09:52:18 +0000 (10:52 +0100)]
Improved cookbook entry and fixed typo.

12 years agoIssue #15041: Update "see also" list in tkinter documentation.
Andrew Svetlov [Thu, 26 Jul 2012 14:19:40 +0000 (17:19 +0300)]
Issue #15041: Update "see also" list in tkinter documentation.

12 years agoMention the *limit* argument of TextIO.readline().
Antoine Pitrou [Wed, 25 Jul 2012 20:38:33 +0000 (22:38 +0200)]
Mention the *limit* argument of TextIO.readline().

12 years agoIssue #15445: Updated logging configuration documentation to highlight potential...
Vinay Sajip [Wed, 25 Jul 2012 18:12:35 +0000 (19:12 +0100)]
Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios.

12 years agoIssue #15318: Prevent writing to sys.stdin.
Martin v. Löwis [Wed, 25 Jul 2012 08:56:22 +0000 (10:56 +0200)]
Issue #15318: Prevent writing to sys.stdin.
Patch by Roger Serwy and myself.

12 years ago#15232: make NEWS entry more accurate.
R David Murray [Tue, 24 Jul 2012 18:24:42 +0000 (14:24 -0400)]
#15232: make NEWS entry more accurate.

12 years agoRollback an incorrect Doc/ACKS.txt entry
Jesus Cea [Mon, 23 Jul 2012 16:39:51 +0000 (18:39 +0200)]
Rollback an incorrect Doc/ACKS.txt entry

12 years agoBetter test for Issue #15402: Add a __sizeof__ method to struct.Struct
Jesus Cea [Mon, 23 Jul 2012 16:14:45 +0000 (18:14 +0200)]
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct

12 years agoIssue #15402: Add a __sizeof__ method to struct.Struct.
Meador Inge [Mon, 23 Jul 2012 14:27:00 +0000 (09:27 -0500)]
Issue #15402: Add a __sizeof__ method to struct.Struct.

Initial patch by Serhiy Storchaka.

12 years agoIssue #15250: Document that filecmp.dircmp compares files shallowly. Patch contribute...
Senthil Kumaran [Mon, 23 Jul 2012 02:36:03 +0000 (19:36 -0700)]
Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.

12 years ago#15232: correctly mangle From lines in MIME preamble and epilogue
R David Murray [Mon, 23 Jul 2012 01:55:12 +0000 (21:55 -0400)]
#15232: correctly mangle From lines in MIME preamble and epilogue

12 years agomerge heads
Gregory P. Smith [Sun, 22 Jul 2012 04:23:00 +0000 (21:23 -0700)]
merge heads

12 years agoConsistently raise a TypeError when a non str is passed to hashlib.new
Gregory P. Smith [Sun, 22 Jul 2012 04:22:16 +0000 (21:22 -0700)]
Consistently raise a TypeError when a non str is passed to hashlib.new
regardless of which of the two implementations of new is used.

12 years ago#13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray [Sun, 22 Jul 2012 02:54:34 +0000 (22:54 -0400)]
#13922: argparse no longer incorrectly strips '--' after the first one.

Patch by Jeff Knupp.

12 years ago#12353: argparse now correctly handles null argument values.
R David Murray [Sun, 22 Jul 2012 02:35:00 +0000 (22:35 -0400)]
#12353: argparse now correctly handles null argument values.

Patch by Torsten Landschoff.

12 years ago#14391: clarify docstring discussion of Action's 'type' argument's value.
R David Murray [Sat, 21 Jul 2012 21:06:28 +0000 (17:06 -0400)]
#14391: clarify docstring discussion of Action's 'type' argument's value.

12 years ago#15342: Add clarifying sentence to posixpath.join docstring.
R David Murray [Sat, 21 Jul 2012 18:37:29 +0000 (14:37 -0400)]
#15342: Add clarifying sentence to posixpath.join docstring.

This sentence appears as a clarifying note in the HTML docs, and seems
worth having in the docstring since it covers a very common use case
that isn't otherwise obvious.  Thanks to Yongzhi Pan for the suggestion.

12 years agoFix typo introduced in 79d54fba49b3.
Georg Brandl [Sat, 21 Jul 2012 14:48:16 +0000 (16:48 +0200)]
Fix typo introduced in 79d54fba49b3.

12 years agoFix whitespace
Raymond Hettinger [Sat, 21 Jul 2012 00:47:59 +0000 (17:47 -0700)]
Fix whitespace

12 years agoIssue #14579: Fix error handling bug in the utf-16 decoder.
Antoine Pitrou [Fri, 20 Jul 2012 22:52:06 +0000 (00:52 +0200)]
Issue #14579: Fix error handling bug in the utf-16 decoder.
Patch by Serhiy Storchaka.

12 years agoIssue #15399: Added versionchanged for processName.
Vinay Sajip [Fri, 20 Jul 2012 08:48:46 +0000 (09:48 +0100)]
Issue #15399: Added versionchanged for processName.

12 years agoIssue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge [Thu, 19 Jul 2012 04:51:05 +0000 (23:51 -0500)]
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.

12 years agoCloses #9254: backport __import__ docstring/doc mentions of importlib.
R David Murray [Wed, 18 Jul 2012 23:44:08 +0000 (19:44 -0400)]
Closes #9254: backport __import__ docstring/doc mentions of importlib.

Patch by Éric Araujo.

12 years agoremove unused variable
Meador Inge [Wed, 18 Jul 2012 22:48:34 +0000 (17:48 -0500)]
remove unused variable

12 years agoIssue #15368: fixing variable typo.
Meador Inge [Wed, 18 Jul 2012 21:32:37 +0000 (16:32 -0500)]
Issue #15368: fixing variable typo.

12 years agoIssue #15368: make bytecode generation deterministic.
Meador Inge [Wed, 18 Jul 2012 19:09:04 +0000 (14:09 -0500)]
Issue #15368: make bytecode generation deterministic.

12 years ago#15375: remove duplicated word 'child'
R David Murray [Tue, 17 Jul 2012 02:31:32 +0000 (22:31 -0400)]
#15375: remove duplicated word 'child'

12 years agoFix the with_poll tests for platforms without poll. missing import.
Gregory P. Smith [Mon, 16 Jul 2012 20:36:01 +0000 (13:36 -0700)]
Fix the with_poll tests for platforms without poll.  missing import.

12 years agoIssue 15337: help() shown as undocumented
Raymond Hettinger [Mon, 16 Jul 2012 07:11:05 +0000 (00:11 -0700)]
Issue 15337: help() shown as undocumented

12 years agoFixes Issue #14635: telnetlib will use poll() rather than select() when possible
Gregory P. Smith [Mon, 16 Jul 2012 05:16:06 +0000 (22:16 -0700)]
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
to avoid failing due to the select() file descriptor limit.

Contributed by Akintayo Holder and under the Google contributor agreement.

12 years agoallow any number to be returned from __length_hint__ (closes #15354)
Benjamin Peterson [Sun, 15 Jul 2012 00:53:55 +0000 (17:53 -0700)]
allow any number to be returned from __length_hint__ (closes #15354)

12 years agoTry other approach to fix issue #15334.
Antoine Pitrou [Fri, 13 Jul 2012 20:46:41 +0000 (22:46 +0200)]
Try other approach to fix issue #15334.

12 years ago#15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward.
Ezio Melotti [Fri, 13 Jul 2012 19:40:25 +0000 (21:40 +0200)]
#15345: fix SyntaxError in argparse tutorial example.  Patch by Simon Hayward.

12 years agoIssue #15334: skip test_dynamic_key when run in non-interactive mode.
Antoine Pitrou [Fri, 13 Jul 2012 19:08:41 +0000 (21:08 +0200)]
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
Patch by Jeremy Kloth.

12 years agoIssue #15338: skip test_UNC_path when the current user doesn't have enough permission...
Antoine Pitrou [Fri, 13 Jul 2012 18:54:42 +0000 (20:54 +0200)]
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.

12 years agoUse _RPCFile.write properly.
Martin v. Löwis [Wed, 11 Jul 2012 07:19:16 +0000 (09:19 +0200)]
Use _RPCFile.write properly.

12 years agoDon't use TextIOBase implementations in _RPCFile.
Martin v. Löwis [Wed, 11 Jul 2012 06:49:58 +0000 (08:49 +0200)]
Don't use TextIOBase implementations in _RPCFile.

12 years agoIssue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
Martin v. Löwis [Wed, 11 Jul 2012 06:32:05 +0000 (08:32 +0200)]
Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.

12 years agoIssue 13532: Allow bytearrays to be written also.
Terry Jan Reedy [Mon, 9 Jul 2012 21:57:13 +0000 (17:57 -0400)]
Issue 13532: Allow bytearrays to be written also.

12 years agoWiden test to support unicode.
Martin v. Löwis [Mon, 9 Jul 2012 19:07:41 +0000 (21:07 +0200)]
Widen test to support unicode.

12 years ago- Issue #13532: Check that arguments to sys.stdout.write are strings.
Martin v. Löwis [Mon, 9 Jul 2012 19:01:49 +0000 (21:01 +0200)]
- Issue #13532: Check that arguments to sys.stdout.write are strings.

12 years agoIssue #13557: Clarify effect of giving two different namespaces to exec or
Terry Jan Reedy [Sun, 8 Jul 2012 21:35:26 +0000 (17:35 -0400)]
Issue #13557: Clarify effect of giving two different namespaces to exec or
execfile().

12 years agomerge heads.
Senthil Kumaran [Sun, 8 Jul 2012 09:22:44 +0000 (02:22 -0700)]
merge heads.

12 years agorevert the changes done in d931a3b64fd6 - buildbot failure.
Senthil Kumaran [Sun, 8 Jul 2012 09:20:27 +0000 (02:20 -0700)]
revert the changes done in d931a3b64fd6  - buildbot failure.
The fix for issue14826 might need to address toBytes and test_url_encoding in
test_cookielib.py before it is brought back in.

12 years agoFix the buildbot failure - msg164973
Senthil Kumaran [Sun, 8 Jul 2012 08:14:53 +0000 (01:14 -0700)]
Fix the buildbot failure - msg164973

12 years agoFix issue14826 - make urllib.request.Request quoted url consistent with URLOpener...
Senthil Kumaran [Sun, 8 Jul 2012 00:37:53 +0000 (17:37 -0700)]
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method.
Patch contributed by Stephen Thorne.

12 years agoFix leftover quote.
Georg Brandl [Fri, 6 Jul 2012 19:36:48 +0000 (21:36 +0200)]
Fix leftover quote.

12 years agoIssue #15247: FileIO now raises an error when given a file descriptor pointing to...
Antoine Pitrou [Fri, 6 Jul 2012 16:48:24 +0000 (18:48 +0200)]
Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory.

12 years agoFix closes issue # 15033 - Return the proper exitcode for failure when modules are...
Senthil Kumaran [Thu, 5 Jul 2012 02:50:29 +0000 (19:50 -0700)]
Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp

12 years agoIssue #1677: Unused variable warning in Non-Windows
Jesus Cea [Tue, 3 Jul 2012 11:07:58 +0000 (13:07 +0200)]
Issue #1677: Unused variable warning in Non-Windows

12 years agoBacked out changeset 7ccc2cea6969
Jesus Cea [Tue, 3 Jul 2012 11:06:45 +0000 (13:06 +0200)]
Backed out changeset 7ccc2cea6969

12 years agoIssue #1667: Unused variable warning in Non-Windows
Jesus Cea [Tue, 3 Jul 2012 11:04:55 +0000 (13:04 +0200)]
Issue #1667: Unused variable warning in Non-Windows

12 years agoCreate ~/.pypirc securely (#13512).
Éric Araujo [Tue, 3 Jul 2012 05:23:46 +0000 (01:23 -0400)]
Create ~/.pypirc securely (#13512).

There was a window between the write and the chmod where the user’s
password would be exposed, depending on default permissions.  Philip
Jenvey’s patch fixes it.