Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry Reedy. 09 February 2012, 10:26:59 UTC
6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, where relevant, instead send method. 09 February 2012, 09:54:17 UTC
b2c9e9a Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() can't be called reliably from a worker thread. 08 February 2012, 20:29:11 UTC
73d1da3 Null merge for reverted fix for #13807. 06 February 2012, 21:24:40 UTC
4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 06 February 2012, 20:04:18 UTC
1f30575 merge heads 06 February 2012, 16:29:05 UTC
2f9c71b bltinmod is borrowed, so it shouldn't be decrefed 06 February 2012, 16:28:45 UTC
d531b29 Issue #10881: Fix test_site failure with OS X framework builds. 05 February 2012, 23:58:18 UTC
e91e763 Issue 964437 Make IDLE help window non-modal. Patch by Guilherme Polo and Roger Serwy. 05 February 2012, 20:14:20 UTC
a77aa69 #13933 refine patch using 'new' builtin 05 February 2012, 19:31:16 UTC
cd2a603 Branch merge 05 February 2012, 12:41:47 UTC
89dfd5c Really make bztar support in shutil conditional. This dict entry is added a few lines after if the bzip2 module is available, but removing this line was forgotten. 05 February 2012, 12:40:08 UTC
bd249c1 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). 05 February 2012, 12:29:00 UTC
9701eb6 Closes #13944: fix capitalization of class name. 05 February 2012, 08:25:22 UTC
8582bb1 Issue #12142: Fixed reference cycle when importing ctypes 05 February 2012, 02:36:48 UTC
8f50912 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. 04 February 2012, 21:44:49 UTC
ed3b867 Issue #13933: IDLE auto-complete did not work with some imported module, like hashlib. (Patch by Roger Serwy) 04 February 2012, 17:36:43 UTC
f99f333 Fix failing test on big-endian machines (issue #13806). 04 February 2012, 15:44:21 UTC
f51ebf9 threading primitives now have timeouts 04 February 2012, 14:55:52 UTC
992ca52 Issue #8184: Fix a potential file descriptor leak when a multiprocessing.Connection socket can't be bound. 04 February 2012, 13:55:53 UTC
90b1358 put returns on their own lines 04 February 2012, 00:22:31 UTC
050a05a remove unused import 04 February 2012, 00:07:30 UTC
3429491 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. 03 February 2012, 22:14:37 UTC
2f7b286 Revert fix for #13807 mistakenly applied in this branch. 03 February 2012, 18:23:05 UTC
cf550dc Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. 03 February 2012, 01:42:16 UTC
227e377 Merge. 02 February 2012, 19:37:29 UTC
6d0d24e Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust. 02 February 2012, 19:31:42 UTC
9713321 Document absoluteness of sys.executable Closes #13402. 02 February 2012, 18:59:50 UTC
03c29f9 Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. 02 February 2012, 15:40:52 UTC
090ec3c merge. again. 01 February 2012, 21:24:10 UTC
10dda6e Add a hint that CSD == Service Pack. People searcing for the way to get a "service pack" will never find that we provide it here, and people that find this function won't know what CSD is until they run the function. On top of this, they won't know what the value means unless they really have a service pack installed. CSD, or Customer Service Diagnostics, is apparently no longer used, and was rarely used term at that. Most references to it online are from universities making Windows 2000 and XP service packs available to students. 01 February 2012, 21:14:00 UTC
023fe33 sqlite3: Handle strings with embedded zeros correctly Closes #13676. 01 February 2012, 20:18:35 UTC
fc3ba6b Add usage note 01 February 2012, 17:07:40 UTC
4d82ade whitespace 31 January 2012, 07:57:29 UTC
da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy. 31 January 2012, 07:26:32 UTC
ab32066 Fix zip_import.c's read_directory() to use appropriate types for the values being read from the header vs the values being used by fseek and ftell (Py_ssize_t for those) and how they are computed. Py_ssize_t is used for actual file offsets so that files greater than 2gigs could be supported. Updates the Py_BuildValue format string to match (including several existing wrong 'i's that should have been 'l's). 30 January 2012, 23:17:33 UTC
2652d25 ready types returned from PyType_FromSpec 30 January 2012, 01:16:37 UTC
e28108c adjust declaration 30 January 2012, 01:13:18 UTC
1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. Patch by Hynek Schlawack. 29 January 2012, 17:36:34 UTC
c875d20 Fix #13900: resolve self-referential description of a parameter. 29 January 2012, 14:38:47 UTC
3cd4607 remove tests from really old regex module 29 January 2012, 01:33:21 UTC
75ff65e Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk. 28 January 2012, 21:01:59 UTC
eba63c4 Issue #13895: fix test_ssl hanging under Ubuntu 28 January 2012, 16:38:34 UTC
6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Matt Joiner. 28 January 2012, 10:36:04 UTC
261896b Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. 27 January 2012, 21:16:01 UTC
eced82e Fix intermittent test_ssl failure. 27 January 2012, 16:33:01 UTC
871b9d1 note that get() is not affected by default_factory (closes #13887) 27 January 2012, 14:14:01 UTC
04707c0 Fix error handling in examples of C API use. 27 January 2012, 13:07:29 UTC
84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. 27 January 2012, 09:52:37 UTC
9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. 27 January 2012, 09:02:55 UTC
3f36631 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 27 January 2012, 08:50:45 UTC
f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 27 January 2012, 08:48:47 UTC
722db7b merge 26 January 2012, 23:36:08 UTC
1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. 26 January 2012, 23:29:06 UTC
65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. 26 January 2012, 14:44:00 UTC
eaac4f0 Issue 13870: Fix out of date comment. 26 January 2012, 08:14:16 UTC
6c89a79 #13852: some small doc fixes. 25 January 2012, 21:36:25 UTC
b4b0b35 kill extra word 25 January 2012, 21:30:18 UTC
e9fca25 say bitwise (because I have no idea what a bit-string is) 25 January 2012, 21:29:03 UTC
a50c284 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. 25 January 2012, 17:41:13 UTC
33d15f7 Port import fixes from 2.7. 25 January 2012, 17:01:45 UTC
dd21f68 Port remaining test fixes, and fix test_importlib too. 25 January 2012, 02:00:57 UTC
05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py (rather than `-m test.regrtest`) 25 January 2012, 00:35:26 UTC
2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. 24 January 2012, 16:44:06 UTC
7fa5a99 merge heads 24 January 2012, 14:07:06 UTC
5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions). 24 January 2012, 07:59:28 UTC
3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. 23 January 2012, 19:19:33 UTC
91eef98 fix declaration style 23 January 2012, 01:04:46 UTC
beca27a Fix #13834: strip() strips leading and trailing whitespace. 22 January 2012, 20:31:21 UTC
886455c Fix a unittest error seen on NetBSD 5. 22 January 2012, 06:05:10 UTC
4842efc Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. 22 January 2012, 05:01:24 UTC
df300d5 Improve the test for dirfd(), some systems #define it rather than have an actual function. 22 January 2012, 02:20:15 UTC
e9b7cab Another issue #8052 bugfix (related to previous commit). "oops" while rearranging the #defines. 21 January 2012, 23:19:11 UTC
e3f7848 Bugfix for issue #8052 fix on *BSD variants. Many lack readdir64, use readdir. Only use readdir64 on solaris where it is required to work around a solaris bug. 21 January 2012, 23:16:17 UTC
9564e4c Add a Misc/NEWS entry for issue 8052. 21 January 2012, 22:50:11 UTC
8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are. 21 January 2012, 22:01:08 UTC
12fdca5 Avoid the compiler warning about the unused return value. 21 January 2012, 20:31:25 UTC
f49d152 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. 21 January 2012, 19:20:49 UTC
41b2404 fix typo; thanks to Justin Watt from docs@ 21 January 2012, 09:59:37 UTC
3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen 21 January 2012, 03:52:48 UTC
0028908 #13760: picklability tests for configparser exceptions 20 January 2012, 14:53:10 UTC
315a62b Closes #13807: Merged fix from 3.1. 20 January 2012, 11:27:36 UTC
889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. 20 January 2012, 11:23:02 UTC
a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. 20 January 2012, 04:06:31 UTC
da8e11a Issue #13605: more meaningful example + fixes 19 January 2012, 21:23:00 UTC
16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER 19 January 2012, 20:59:55 UTC
f0229aa Issue #11948: clarify modules search path 19 January 2012, 10:29:26 UTC
972cfb9 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. 19 January 2012, 06:22:22 UTC
1b468af Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. 18 January 2012, 21:30:21 UTC
55f217f Fix refleaks in test_capi (this was easier than I thought!) 18 January 2012, 20:23:13 UTC
6c40eb7 Fix the builtin module initialization code to store the init function for future reinitialization. 18 January 2012, 19:16:09 UTC
0c60381 Add part of test_inspect test from 2.7 18 January 2012, 16:40:18 UTC
fc1b6f0 Fix the _io module leaking references when a sub-interpreter is created. 18 January 2012, 15:13:56 UTC
1c7ade5 Fix leaking a RuntimeError objects when creating sub-interpreters 18 January 2012, 15:13:31 UTC
2fabfac Fix a memory leak when initializing the standard I/O streams. 18 January 2012, 14:14:46 UTC
892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. 18 January 2012, 07:25:58 UTC
031605a And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 18 January 2012, 04:04:49 UTC
1aa1cf3 Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 18 January 2012, 03:49:26 UTC
acd5f7b #13665: s/string/bytes/ in error message. 18 January 2012, 03:42:39 UTC
6e35d41 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 18 January 2012, 03:27:37 UTC
back to top