Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | #13933 refine patch using 'new' builtin | Terry Jan Reedy | 2012-02-05 | 1 | -4/+2 | |
| | | ||||||
* | | Issue #12142: Fixed reference cycle when importing ctypes | Meador Inge | 2012-02-05 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #13933: IDLE auto-complete did not work with some imported | Ned Deily | 2012-02-04 | 1 | -2/+2 | |
| | | | | | | | | module, like hashlib. (Patch by Roger Serwy) | |||||
* | | Fix failing test on big-endian machines (issue #13806). | Antoine Pitrou | 2012-02-04 | 1 | -8/+23 | |
| | | ||||||
* | | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 | |
| | | | | | | | | multiprocessing.Connection socket can't be bound. | |||||
* | | remove unused import | Benjamin Peterson | 2012-02-04 | 1 | -1/+0 | |
| | | ||||||
* | | Issue #13861: Prevent test_apropos* test case failures in test_pydoc. | Ned Deily | 2012-02-03 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. | Ned Deily | 2012-02-03 | 1 | -2/+8 | |
| | | ||||||
* | | Merge. | Charles-François Natali | 2012-02-02 | 1 | -0/+23 | |
|\ \ | ||||||
| * | | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix | Charles-François Natali | 2012-02-02 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust. | |||||
* | | | Document absoluteness of sys.executable | Petri Lehtinen | 2012-02-02 | 1 | -0/+3 | |
|/ / | | | | | | | Closes #13402. | |||||
* | | Issue #1813: backport changeset that reverts a glibc workaround for the | Stefan Krah | 2012-02-02 | 1 | -3/+0 | |
| | | | | | | | | Fedora buildbot. | |||||
* | | merge. | Brian Curtin | 2012-02-01 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | merge from fb225c289bf0 | Brian Curtin | 2012-02-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | sqlite3: Handle strings with embedded zeros correctly | Petri Lehtinen | 2012-02-01 | 2 | -1/+47 | |
|/ / | | | | | | | Closes #13676. | |||||
* | | whitespace3 | Terry Jan Reedy | 2012-01-31 | 1 | -1/+1 | |
| | | ||||||
* | | #13506 Add '' to path for interactive interpreter by adding with_cwd parameter | Terry Jan Reedy | 2012-01-31 | 2 | -9/+15 | |
| | | | | | | | | | | to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy. | |||||
* | | remove tests from really old regex module | Benjamin Peterson | 2012-01-29 | 1 | -287/+0 | |
| | | ||||||
* | | Issue #13806: The size check in audioop decompression functions was too ↵ | Antoine Pitrou | 2012-01-28 | 1 | -6/+19 | |
| | | | | | | | | | | | | strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk. | |||||
* | | Fix intermittent test_ssl failure. | Antoine Pitrou | 2012-01-27 | 1 | -0/+1 | |
| | | ||||||
* | | Remove debug output, fix assert (hopefully) and exercise signedness issues a ↵ | Antoine Pitrou | 2012-01-25 | 1 | -1/+1 | |
| | | | | | | | | bit more. | |||||
* | | Skip test failure under OpenIndiana | Antoine Pitrou | 2012-01-25 | 1 | -0/+5 | |
| | | ||||||
* | | Make test work under 32-bit systems, and when invoked through ↵ | Antoine Pitrou | 2012-01-25 | 1 | -9/+16 | |
| | | | | | | | | | | | | Lib/test/regrtest.py (rather than `-m test.regrtest`) | |||||
* | | Issue #11235: Fix OverflowError when trying to import a source file whose ↵ | Antoine Pitrou | 2012-01-24 | 1 | -0/+13 | |
| | | | | | | | | modification time doesn't fit in a 32-bit timestamp. | |||||
* | | Fixes #4686. Reverts redundant picklability code from r74544. | Łukasz Langa | 2012-01-23 | 1 | -33/+9 | |
| | | ||||||
* | | Fix Issue6631 - Disallow relative files paths in urllib*.open() | Senthil Kumaran | 2012-01-21 | 3 | -0/+7 | |
| | | ||||||
* | | Fixes #13760: picklability of ConfigParser exceptions | Łukasz Langa | 2012-01-20 | 2 | -1/+150 | |
| | | ||||||
* | | Closes #13807: Now checks for sys.stderr being there before writing to it. | Vinay Sajip | 2012-01-20 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 2 | -2/+14 | |
| | | ||||||
* | | Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() ↵ | Antoine Pitrou | 2012-01-18 | 2 | -59/+22 | |
| | | | | | | | | | | | | | | with unbound methods. Python 3 isn't affected (unbound methods don't exist). Thanks to Vincent Pelletier for noticing. | |||||
* | | Yet another emergency fix for #13803 bootstrap issue: Under Solaris, ↵ | Jesus Cea | 2012-01-18 | 1 | -0/+5 | |
| | | | | | | | | distutils doesn't include bitness in the directory name | |||||
* | | Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't ↵ | Jesus Cea | 2012-01-18 | 1 | -2/+6 | |
| | | | | | | | | include bitness in the directory name | |||||
* | | Closes #13803: Under Solaris, distutils doesn't include bitness in the ↵ | Jesus Cea | 2012-01-18 | 1 | -1/+2 | |
| | | | | | | | | directory name | |||||
* | | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 2 | -18/+68 | |
| | | | | | | | | Patch by Oleg Plakhotnyuk. | |||||
* | | explain why we need this grammar file (closes #13766) | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 | |
| | | ||||||
* | | #13039 allow proper deletion of '>>> ' in IDLE editor windows. | Terry Jan Reedy | 2012-01-16 | 1 | -1/+4 | |
| | | | | | | | | Patch by Roger Serwy. | |||||
* | | Issue #13774: json: Fix a SystemError when a bogus encoding is passed to | Amaury Forgeot d'Arc | 2012-01-13 | 1 | -0/+4 | |
| | | | | | | | | json.loads(). | |||||
* | | Remove unused certificate from the test directory. | Antoine Pitrou | 2012-01-10 | 1 | -31/+0 | |
| | | ||||||
* | | - Issue #13642: Unquote before b64encoding user:password during Basic | Senthil Kumaran | 2012-01-10 | 2 | -8/+57 | |
| | | | | | | | | Authentication. Patch contributed by Joonas Kuorilehto and Michele Orrù. | |||||
* | | #11906 Make test_argparse work interactively by removing extra space | Terry Jan Reedy | 2012-01-09 | 1 | -4/+6 | |
| | | | | | | | | in comparison string that argparse does not add when program name is blank. | |||||
* | | fix this to not depend on dictionary order | Benjamin Peterson | 2012-01-03 | 1 | -4/+4 | |
| | | ||||||
* | | Issue #13636: Weak ciphers are now disabled by default in the ssl module | Antoine Pitrou | 2012-01-03 | 2 | -2/+34 | |
| | | | | | | | | (except when SSLv2 is explicitly asked for). | |||||
* | | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by | Charles-François Natali | 2012-01-02 | 1 | -0/+10 | |
| | | | | | | | | Vilmos Nebehaj. | |||||
* | | Limit test scope to those platforms that can save the target filenames. ↵ | Jason R. Coombs | 2011-12-28 | 1 | -0/+17 | |
| | | | | | | | | Reference #11638. | |||||
* | | propgate error in other conditions | Benjamin Peterson | 2011-12-27 | 1 | -0/+1 | |
| | | ||||||
* | | Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist ↵ | Jason R. Coombs | 2011-12-26 | 2 | -2/+51 | |
| | | | | | | | | | | | | | | command with unicode metadata, based on David Barnett's patch. Issue #11638: Added tests to capture failures in make_tarball with various unicode strings. Following fix for Issue #13639, these tests now pass. | |||||
* | | Issue #13565: Increase multiprocessing's server socket backlog, to avoid | Charles-François Natali | 2011-12-23 | 1 | -1/+1 | |
| | | | | | | | | dropped connections in case of simultaneous connection requests. | |||||
* | | port to 2.7 - Minor code style improvements in http.server suggested in ↵ | Senthil Kumaran | 2011-12-23 | 1 | -6/+3 | |
| | | | | | | | | Issue13294. | |||||
* | | Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz"). | Lars Gustäbel | 2011-12-21 | 2 | -0/+9 | |
| | | | | | | | | | | | | Passing a unicode filename to tarfile.open() along with mode "w|gz" failed with a UnicodeError because the filename was not encoded properly before being written to the gzipped stream in the FNAME extra field. | |||||
* | | Use context managers in test_ssl to simplify test writing. | Antoine Pitrou | 2011-12-21 | 1 | -64/+38 | |
| | |