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

sort by:
Revision Author Date Message Commit Date
79ecd76 Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. 29 September 2010, 11:24:21 UTC
c3ed2e7 Issue #9962: GzipFile now has the peek() method. 29 September 2010, 10:49:46 UTC
4c2e4fa Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes module * Convert unicode to wide character string before creating the PyCapsule object * Catch integer overflow * Avoid useless memset() * Prepare the support of surrogates 29 September 2010, 10:37:16 UTC
b290478 Issue #9979: Use PyUnicode_AsWideCharString() in time.strftime() Allocate memory with PyMem_Alloc() instead of the PyBytes API. Prepare the surrogates support. 29 September 2010, 10:34:19 UTC
449057f Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll() It simplifies the code and prepare the surrogates support. 29 September 2010, 10:30:43 UTC
255dfdb Issue #9979: Use PyUnicode_AsWideCharString() in import.c Don't truncate path if it is too long anymore, and allocate fewer memory (but allocate it on the heap, not on the stack). 29 September 2010, 10:28:51 UTC
137c34c Issue #9979: Create function PyUnicode_AsWideCharString(). 29 September 2010, 10:25:54 UTC
41a64a5 linecache.updatecache(): don't the lines into the cache on IOError Use the same behaviour than Python 2.7. 29 September 2010, 01:30:45 UTC
78f43a7 linecache.updatecache() returns an empty list on error lines variable was not set on IOError 29 September 2010, 01:24:59 UTC
d68d4e8 Have test_sqlite print version info when run in verbose mode. 29 September 2010, 01:22:20 UTC
11cabcf #7110: have regrtest print test failures and tracebacks to stderr not stdout. Patch by Sandro Tosi. 29 September 2010, 01:08:05 UTC
c663b58 Give a dedicated page to memoryview objects, so that they can be part of the concrete objects layer, while the buffer protocol is part of the abstract objects layer. 28 September 2010, 23:59:51 UTC
f7ba2fa Buffers are not sequence objects (!). Put them in the abstract objects layers instead. 28 September 2010, 23:39:41 UTC
99a00a4 Various improvements to the docs of the buffer API 28 September 2010, 23:04:04 UTC
b78b489 #9628: fix runtests.sh -x option so more than one test can be excluded. 28 September 2010, 22:25:18 UTC
c8f0196 Fix compilation under Windows 28 September 2010, 22:03:27 UTC
a0b6873 Discourage use of the old buffer API funcs 28 September 2010, 21:52:30 UTC
3e1fd27 Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, retry the select() loop instead of bailing out. This is because select() can incorrectly report a socket as ready for reading (for example, if it received some data with an invalid checksum). 28 September 2010, 21:23:11 UTC
cc868d4 Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers) 28 September 2010, 21:08:38 UTC
7405c20 Updated PC/VC6 openssl build script. (for openssl-1.0.0a) 28 September 2010, 18:36:04 UTC
313dab4 Now perl path with spaces can be used. 28 September 2010, 18:29:57 UTC
57b4163 Reverted to r70917. 28 September 2010, 17:55:53 UTC
826903e Issue #9970: improve C API documentation for memoryview objects 28 September 2010, 15:29:16 UTC
01c4289 Fix for issue #9568. 28 September 2010, 14:38:31 UTC
9af7380 Add support for the ZSH shell to the "Update Shell Profile" script on MacOSX. Patch by Sylvain Mora, issue #9701. 28 September 2010, 13:57:58 UTC
a0b551a Changed order to see other test results. (Also temporary commit) 28 September 2010, 09:46:48 UTC
b0a71a0 Run test_ttk_guionly in verbose mode. (This commit is temporary) 28 September 2010, 09:11:21 UTC
fa41e60 Issue #9599: Tweak loghelper algorithm to return slightly improved results for powers of 2. 28 September 2010, 07:22:27 UTC
d057cd6 Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py. 28 September 2010, 07:03:40 UTC
5305a99 Since __import__ is not designed for general use, have its docstring point people towards importlib.import_module(). Closes issue #7397. 27 September 2010, 21:08:38 UTC
1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, DeleteKeyEx, and OpenKeyEx. Note that CKE and DKE are new functions for 3.2 so I didn't give them a versionchanged because of the existing versionadded. OpenKeyEx already existed so it gets a versionchanged tag. 27 September 2010, 17:56:36 UTC
6d7df63 Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is received. Now sendall() properly calls signal handlers if necessary, and retries sending if these returned successfully, including on sockets with a timeout. 27 September 2010, 17:52:25 UTC
0ae3361 Issue 9941: Minor code cleanup before implementing the context manager feature: - Eliminated code repetition between run and runctx; - Removed redundant calls to dict.key; - Removed unused "blabbed" attribute; - Simplified the loop in write_results_file(). 27 September 2010, 15:49:20 UTC
76ca3b4 logging: Updated library configuration documentation. 27 September 2010, 13:53:47 UTC
3b69db2 issue 9910 Add a Py_SetPath api to override magic path computations when starting up python. 27 September 2010, 05:32:54 UTC
42ef4b1 Fix Issue1595365 - Adding the req.headers after the un-redirect headers have been added. This helps in accidental overwritting of User-Agent header to default value. To preserve the old behavior, only headers not in unredirected headers will be updated. 27 September 2010, 01:26:03 UTC
cb15988 Issue #8445: try to fix some buildbot failures on test_ttk_guionly. Patch by Guilherme. 26 September 2010, 16:36:33 UTC
4fbe4b3 logging: NullHandler optimisation. 26 September 2010, 11:04:10 UTC
a305ca7 Fix typo. 25 September 2010, 22:12:00 UTC
9fdd11b Issue #9947: logging: Fixed locking bug in stopListening. 25 September 2010, 17:48:25 UTC
32fb6a8 Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. 25 September 2010, 17:42:36 UTC
fda2106 #9562: slight clarification. 25 September 2010, 16:56:36 UTC
a0fc3d3 #9944: fix typo. 25 September 2010, 13:30:03 UTC
aa7fbd9 revert r85003, poorly considered; breaks tests 25 September 2010, 03:25:42 UTC
81437c9 don't count keyword arguments as positional #9943 25 September 2010, 03:14:33 UTC
a847c81 This should fix buildbot failure introduced by r84994 24 September 2010, 22:04:22 UTC
82df53e Fix a line that got hacked up by r82659. 24 September 2010, 21:04:05 UTC
a4024e2 Make _kill_process more robust under Windows too (see issue #8432) 24 September 2010, 18:57:01 UTC
ff09ce2 Issue #9936: Fixed executable lines' search in the trace module. 24 September 2010, 18:03:12 UTC
5e83da3 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) 24 September 2010, 16:36:34 UTC
e8e8042 Fix #9790 again. Rather than handle NotImplementedError at runtime as before, only attempt the import where nt._getfinalpathname could actually work, i.e., Windows Vista and beyond. 24 September 2010, 13:56:34 UTC
0151b8e LoginTests fails on a number of buildbots with different errors. Skip it for now until a buildbot-safe solution comes up. 24 September 2010, 13:43:43 UTC
94622b0 Fix a typo. full->final 24 September 2010, 00:03:39 UTC
0dac808 Fix #9790: Rework the imports necessary for ntpath.samefile and ntpath.sameopenfile. 23 September 2010, 20:38:14 UTC
972412d Updated SysLogHandler documentation. 23 September 2010, 20:31:24 UTC
605c293 Further tarfile / test_tarfile cleanup 23 September 2010, 20:15:14 UTC
b09a3d6 Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r; this was causing reversed method calls like float.__radd__(3.0, 1) to return NotImplemented instead of the expected numeric value. 23 September 2010, 20:11:19 UTC
e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. The test is semi-dumb, it just makes sure something comes back since we don't have a solid source to validate the returned login. We can't be 100% sure that the USERNAME env var will always match what os.getlogin() returns, so we don't make any specific assertion there. 23 September 2010, 20:04:14 UTC
70c6044 Issue #9928: Properly initialize the types exported by the bz2 module. 23 September 2010, 19:51:39 UTC
ab58b5f Try harder to fix test_tarfile under Windows buildbots 23 September 2010, 19:39:35 UTC
95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file objects explicitly instead of letting them linger on. 23 September 2010, 18:36:46 UTC
e5768cf Small fixes in the gzip docs 23 September 2010, 16:45:17 UTC
7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. Patch by Florian Festi. 23 September 2010, 16:22:51 UTC
dda7fdf Skip estLoadWithUNC when UNC is not available. 23 September 2010, 15:28:35 UTC
b3b390d Issue #9868: locale was left changed after TestEnUSCollation#setUp raised TestSkip exception. 23 September 2010, 15:20:15 UTC
5a7a52f #9582 - add a missing "are" and reflow the line. 23 September 2010, 13:45:21 UTC
5577892 logging: Improved documentation re. blocking handlers. 23 September 2010, 09:09:15 UTC
0637d49 logging: added QueueListener and documentation. 23 September 2010, 08:15:54 UTC
d12a420 Fix encoding for test case added in r84967. 23 September 2010, 00:46:13 UTC
42d5445 Fix typo and add test case. 22 September 2010, 22:35:38 UTC
31c604d Issue 9916: Add some missing errno symbols. 22 September 2010, 20:58:04 UTC
0258ce8 logging: Added QueueHandler.prepare and updated documentation. 22 September 2010, 20:34:53 UTC
b5d23b4 note version 21 September 2010, 21:29:26 UTC
0dc97ed fix news 21 September 2010, 21:28:47 UTC
c944cfc Issue9131: Mark fragile test as CPython-specific 21 September 2010, 21:08:09 UTC
2f816e6 Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) 21 September 2010, 18:23:05 UTC
3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. 21 September 2010, 18:19:07 UTC
3e62f78 Fixed microsecond rounding in python version of utcfromtimestamp 21 September 2010, 16:30:56 UTC
b3bfc3d Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by Ned Deily. 21 September 2010, 16:26:09 UTC
52d4250 Issue #2643: msync() is not called anymore when deallocating an open mmap object, only munmap(). 21 September 2010, 16:08:27 UTC
e31f7d9 Revert r84902 before committing better solution. 21 September 2010, 16:05:47 UTC
f6350d2 Issue #1633863: Don't ignore $CC under AIX. 21 September 2010, 15:19:14 UTC
6faee4e #9911: doc copyedits. 21 September 2010, 14:48:28 UTC
af38dc5 Add an entry for the concurrent.futures package 21 September 2010, 12:28:43 UTC
45fb9a1 Add missing word. 21 September 2010, 11:55:27 UTC
6b91fc4 Add OpenSSL license to the Python license documenation page. See #9119. 21 September 2010, 11:37:43 UTC
212b590 logging: Updated LoggerAdapter implementation. 21 September 2010, 11:31:32 UTC
c84f016 Added some methods to LoggerAdapter, and updated documentation. 21 September 2010, 11:25:39 UTC
ceff566 Document HTTPReponse.fileno() method 21 September 2010, 01:57:43 UTC
d4efd9e add column offset to all syntax errors 20 September 2010, 23:02:10 UTC
2bc5c0b add news note 20 September 2010, 23:01:33 UTC
2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset 20 September 2010, 22:42:10 UTC
26d64ae rewrite nocaret test to not rely on a specific SyntaxError 20 September 2010, 21:47:37 UTC
b0b384b Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other threads are still running. Instead, reinitialize the GIL on a second call to Py_Initialize(). 20 September 2010, 20:13:48 UTC
0646b4b test_get_makefile_filename() is not compatible with Windows. 20 September 2010, 19:12:07 UTC
ebbef6f Issue 9877: expose sysconfig.get_makefile_filename() in the public API. 20 September 2010, 15:29:53 UTC
18cc344 Revert previous commit. 20 September 2010, 10:46:56 UTC
83eadd1 logging: hasHandlers additions documented. 20 September 2010, 10:31:18 UTC
ae7d7fa Reverted changes which were inadvertently committed. 20 September 2010, 10:29:54 UTC
61c3f0d logging: added hasHandlers() to LoggerAdapter. 20 September 2010, 10:13:13 UTC
back to top