Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17555: Fix ForkAwareThreadLock so that size of after fork | Richard Oudkerk | 2013-04-17 | 2 | -2/+35 |
|\ | | | | | | | registry does not grow exponentially with generation of process. | ||||
| * | Issue #17555: Fix ForkAwareThreadLock so that size of after fork | Richard Oudkerk | 2013-04-17 | 2 | -2/+35 |
| | | | | | | | | registry does not grow exponentially with generation of process. | ||||
| * | Fix issue #17707: multiprocessing.Queue's get() method does not block for ↵ | Giampaolo Rodola' | 2013-04-17 | 2 | -1/+8 |
| | | | | | | | | short timeouts. | ||||
* | | Fix issue #17707: multiprocessing.Queue's get() method does not block for ↵ | Giampaolo Rodola' | 2013-04-17 | 2 | -1/+8 |
| | | | | | | | | short timeouts. | ||||
* | | #14735: merge with 3.3. | Roger Serwy | 2013-04-17 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | #14735: Update IDLE docs to omit "Control-z on Windows". | Roger Serwy | 2013-04-17 | 1 | -2/+1 |
| | | |||||
* | | #17766: merge with 3.3. | Ezio Melotti | 2013-04-17 | 1 | -32/+14 |
|\ \ | |/ | |||||
| * | #17766: test_iterlen now works with unittest test discovery. Patch by ↵ | Ezio Melotti | 2013-04-17 | 1 | -32/+14 |
| | | | | | | | | Zachary Ware. | ||||
* | | Remove unused import | Barry Warsaw | 2013-04-16 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Remove unused import. | Barry Warsaw | 2013-04-16 | 1 | -1/+0 |
| | | |||||
* | | - Issue #17012: shutil.which() no longer fallbacks to the PATH environment | Barry Warsaw | 2013-04-16 | 2 | -1/+26 |
|\ \ | |/ | | | | | variable if empty path argument is specified. Patch by Serhiy Storchaka. | ||||
| * | - Issue #17012: shutil.which() no longer fallbacks to the PATH environment | Barry Warsaw | 2013-04-16 | 2 | -1/+26 |
| | | | | | | | | variable if empty path argument is specified. Patch by Serhiy Storchaka. | ||||
* | | Make C and Python implementations of pickle load STRING opcodes the same way. | Alexandre Vassalotti | 2013-04-16 | 2 | -30/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The C version tried to remove trailing whitespace between the last quote and the newline character. I am not sure why it had this because pickle never generated such pickles---for this to happen repr(some_string) would need to return trailing whitespace. It was maybe there to make it easier for people to write pickles in text editors. Anyhow, the Python version doesn't do this so there is no point keeping this around anymore. Also, I've changed the exception raised when a bad pickle is encountered. Again this unlikely to make much difference to anyone though it does make testing slightly nicer for us. | ||||
* | | Issue #17710: Fix pickle raising a SystemError on bogus input. | Antoine Pitrou | 2013-04-15 | 2 | -1/+9 |
|\ \ | |/ | |||||
| * | Issue #17710: Fix pickle raising a SystemError on bogus input. | Antoine Pitrou | 2013-04-15 | 2 | -1/+9 |
| | | |||||
* | | Merge fix for #17731 from 3.3 | Nick Coghlan | 2013-04-15 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Close #17731: Clean up properly in test_import | Nick Coghlan | 2013-04-15 | 1 | -0/+3 |
| | | |||||
* | | Issue #17713: Added failure diagnostics to test. | Vinay Sajip | 2013-04-15 | 1 | -1/+5 |
| | | |||||
* | | Merge #17341: Include name in re error message about invalid group name. | R David Murray | 2013-04-14 | 2 | -2/+14 |
|\ \ | |/ | | | | | Patch by Jason Michalski. | ||||
| * | #17341: Include name in re error message about invalid group name. | R David Murray | 2013-04-14 | 2 | -2/+14 |
| | | | | | | | | Patch by Jason Michalski. | ||||
* | | add a newline | Brett Cannon | 2013-04-14 | 1 | -1/+1 |
| | | |||||
* | | Issue #17244: Don't mask exceptions raised during the creation of | Brett Cannon | 2013-04-14 | 3 | -14/+33 |
| | | | | | | | | | | | | bytecode files in py_compile. Thanks to Arfrever Frehtes Taifersar Arahesis for the bug report. | ||||
* | | (Merge 3.3) Issue #17702: use assertRaises() for the unit test | Victor Stinner | 2013-04-14 | 1 | -10/+4 |
|\ \ | |/ | |||||
| * | Issue #17702: use assertRaises() for the unit test | Victor Stinner | 2013-04-14 | 1 | -10/+4 |
| | | |||||
* | | (Merge 3.3) Close #17702: os.environ now raises KeyError with the original | Victor Stinner | 2013-04-14 | 2 | -4/+30 |
|\ \ | |/ | | | | | | | environment variable name (str on UNIX), instead of using the encoded name (bytes on UNIX). | ||||
| * | Close #17702: os.environ now raises KeyError with the original environment | Victor Stinner | 2013-04-14 | 2 | -4/+30 |
| | | | | | | | | variable name (str on UNIX), instead of using the encoded name (bytes on UNIX). | ||||
* | | Merge fix for #16163 from 3.3 | Nick Coghlan | 2013-04-14 | 2 | -2/+41 |
|\ \ | |/ | |||||
| * | Close issue #16163: handle submodules in pkgutil.iter_importers | Nick Coghlan | 2013-04-14 | 2 | -2/+41 |
| | | |||||
* | | Issue #17713: additional tweak to test. | Vinay Sajip | 2013-04-14 | 1 | -1/+1 |
| | | |||||
* | | Closes #17713: Fixed bug in test_compute_rollover_weekly_attime. | Vinay Sajip | 2013-04-14 | 1 | -26/+33 |
| | | |||||
* | | #2118: IOError is deprecated, use OSError. | R David Murray | 2013-04-14 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.3 | Alexandre Vassalotti | 2013-04-14 | 1 | -21/+106 |
|\ \ | |/ | |||||
| * | Merge heads. | Alexandre Vassalotti | 2013-04-14 | 1 | -21/+106 |
| |\ | |||||
| | * | Issue #16550: Update the opcode descriptions of pickletools to use unsigned | Alexandre Vassalotti | 2013-04-14 | 1 | -21/+106 |
| | | | | | | | | | | | | integers where appropriate. Initial patch by Serhiy Storchaka. | ||||
* | | | Closes #16551. Cleanup pickle.py. | Serhiy Storchaka | 2013-04-14 | 1 | -138/+85 |
| | | | |||||
* | | | merge with 3.3 | Georg Brandl | 2013-04-14 | 2 | -4/+24 |
|\ \ \ | |/ / | |||||
| * | | Closes #14462: allow any valid Python identifier in sre group names, as ↵ | Georg Brandl | 2013-04-14 | 2 | -4/+24 |
| |/ | | | | | | | documented. | ||||
* | | Style cleanups for pickle.py and _pickle. | Alexandre Vassalotti | 2013-04-14 | 1 | -5/+7 |
| | | |||||
* | | Merge 3.3 | Alexandre Vassalotti | 2013-04-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix pickling test in test_memoryio. | Alexandre Vassalotti | 2013-04-14 | 1 | -2/+2 |
| | | | | | | | | | | The test was closing the orginal object instead the copy. This didn't result in visible failures because the loop range was incorrect as well. | ||||
* | | Issue #16804: Fix 'python -S -m site' failure. | Meador Inge | 2013-04-14 | 1 | -4/+6 |
|\ \ | |/ | | | | | | | | | | | | | This commit fixes a bug in the 'site' module that was causing an exception to incorrectly be thrown when running 'python -S -m site'. The problem was that 'USER_BASE' and 'USER_SITE' were being accessed before they were properly initialized. The code has been changed to use 'getuserbase' and 'getusersitepackages' instead so that the initialization always happens. | ||||
| * | Issue #16804: Fix 'python -S -m site' failure. | Meador Inge | 2013-04-14 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | This commit fixes a bug in the 'site' module that was causing an exception to incorrectly be thrown when running 'python -S -m site'. The problem was that 'USER_BASE' and 'USER_SITE' were being accessed before they were properly initialized. The code has been changed to use 'getuserbase' and 'getusersitepackages' instead so that the initialization always happens. | ||||
* | | remove pointless change | Benjamin Peterson | 2013-04-13 | 1 | -1/+1 |
| | | |||||
* | | properly lookup the __round__ special method (closes #17722) | Benjamin Peterson | 2013-04-13 | 1 | -1/+2 |
| | | |||||
* | | Fix misindent. This would test half less possibilities. | Antoine Pitrou | 2013-04-13 | 1 | -1/+1 |
| | | |||||
* | | Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. | Antoine Pitrou | 2013-04-13 | 1 | -27/+3 |
| | | | | | | | | Initial patch by Daniel Riti. | ||||
* | | #17719: fix incorrect version number in deprecation doc. | R David Murray | 2013-04-13 | 1 | -1/+1 |
| | | | | | | | | Patch by Kent Johnson. | ||||
* | | #2118: Make SMTPException a subclass of IOError. | R David Murray | 2013-04-13 | 1 | -1/+1 |
| | | | | | | | | Initial patch by Ned Jackson Lovely. | ||||
* | | Merge #2118: clarify smtplib exception documentation. | R David Murray | 2013-04-13 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | #2118: clarify smtplib exception documentation. | R David Murray | 2013-04-13 | 1 | -2/+3 |
| | |