Staging
v0.5.1

sort by:
Revision Author Date Message Commit Date
5ad8ed5 Update to Sphin 1.0.4. 06 October 2010, 12:29:49 UTC
19b3e00 Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. 06 October 2010, 10:35:24 UTC
682d7e0 Fix errors found by "make suspicious". 06 October 2010, 10:26:05 UTC
fa4f7f9 Fix spelling and markup. 06 October 2010, 10:14:08 UTC
60203b4 Migrate to Sphinx 1.0 C language constructs. 06 October 2010, 10:11:56 UTC
64a41ed Copyedit of os.symlink() docs. 06 October 2010, 08:52:48 UTC
a102ae3 #10034: import readline in longer example. 06 October 2010, 05:08:32 UTC
b441554 #2982 More test coverage for the pyexpat parser. 05 October 2010, 23:14:47 UTC
90774dd #9060 Let platforms without dup2() compile the replacement fonction without error. 05 October 2010, 22:15:37 UTC
c08d907 fix a typo. 05 October 2010, 18:46:56 UTC
242690f Remove the references of FTPS from the urllib Documentation. There is no support for it yet. 05 October 2010, 18:35:41 UTC
2f92e78 Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily. This should fix some buildbot failures. 05 October 2010, 11:24:49 UTC
eeed955 Indent version tags properly. 05 October 2010, 07:16:01 UTC
ef777bd Fix news entry formatting nits 05 October 2010, 00:04:20 UTC
6108bf5 Fix interaction of custom translation classes and caching (#9042) 04 October 2010, 23:52:37 UTC
7017616 Recode developers.txt to UTF-8, as discussed on python-dev. Fix Łukasz’ name and also remove trailing whitespace. See thread at http://mail.python.org/pipermail/python-dev/2010-September/103584.html 04 October 2010, 22:32:36 UTC
7b998e9 GzipFile.peek improvements, suggested by Nir Aides. 04 October 2010, 21:55:14 UTC
977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher 04 October 2010, 21:08:36 UTC
4c94c53 Add Tal Einat. 04 October 2010, 15:48:14 UTC
331b800 Issue #9065: no longer use "root" as the default for the uname and gname field. If tarfile creates a new archive and adds a file with a uid/gid that doesn't have a corresponding name on the system (e.g. because the user/group account was deleted) it uses the empty string in the uname/gname field now instead of "root". Using "root" as the default was a bad idea because on extraction the uname/gname fields are supposed to override the uid/gid fields. So, all archive members with nameless uids/gids belonged to the root user after extraction. 04 October 2010, 15:18:47 UTC
f580ade Remove the debugging print line from the test. 04 October 2010, 05:42:58 UTC
e0941c5 Fixes #10020 03 October 2010, 21:47:06 UTC
58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). 03 October 2010, 18:22:42 UTC
4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ 03 October 2010, 17:55:45 UTC
388f956 typo in Arfrever name 03 October 2010, 14:45:06 UTC
4bcceef Fixed #8980: distutils.command.check was failing w/ docutils installed 03 October 2010, 14:18:09 UTC
84060b8 typo 03 October 2010, 02:13:39 UTC
970d188 add a test and a note about metaclasses now being abcs 02 October 2010, 17:55:47 UTC
5397e86 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. Also made the doc string for email._parseaddr's 'quote' function more accurate; I'd love to make the function match the old docstring instead, but other code uses it according the existing semantics. 02 October 2010, 15:58:26 UTC
8f7bcb3 Make the printing of sqlite version in verbose mode work with regrtest -w. 02 October 2010, 13:29:13 UTC
aef57e3 Update changelog for r85174 02 October 2010, 11:50:49 UTC
46c7b3b Issue #8670: Rename testcapi unicode test methods * test_aswidechar() => unicode_aswidechar() * test_aswidecharstring() => unicode_aswidecharstring() 02 October 2010, 11:49:31 UTC
ea3f305 Oops, revert unwanted _testcapi changes of r85174 02 October 2010, 11:46:20 UTC
749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t 02 October 2010, 11:25:35 UTC
5593d8a Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace UTF-16 surrogate pairs by single non-BMP characters for 16 bits Py_UNICODE and 32 bits wchar_t (eg. Linux in narrow build). 02 October 2010, 11:11:27 UTC
1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character And write unit tests for PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). 02 October 2010, 11:03:13 UTC
5a2da3b Use proper variable name 'data' instead of 'str' in the send method. 02 October 2010, 10:33:13 UTC
7cafd26 Fix - issue10010 .. index:: position in the docs. 02 October 2010, 03:16:04 UTC
aec5fd1 type.__abstractmethods__ should raise an AttributeError #10006 02 October 2010, 00:03:31 UTC
ea8676b Lower the tone of the warning about SSL certificate validation. 01 October 2010, 23:42:24 UTC
70a9993 Fix docstring typo. 01 October 2010, 20:38:33 UTC
31e984c #10004: in Q encoded word ignore '=xx' when xx is not valid hex. Bug report and fix by Thomas Guettler. 01 October 2010, 15:40:20 UTC
9e88b5a Fix #10003. Add SIGBREAK to the set of valid signals on Windows. This fixes a regression noticed by bzr, introduced by issue #9324. 01 October 2010, 14:49:24 UTC
38e2996 Issue #6608: time.asctime is now checking struct tm fields its input before passing it to the system asctime. Patch by MunSic Jeong. 01 October 2010, 14:18:49 UTC
0b0ebb4 Cosmetic fix for PCBuild/readme.txt. 01 October 2010, 10:40:49 UTC
d0ffa4c Fix weird markup that caused latex to fail. 01 October 2010, 05:38:10 UTC
d2c310f Fix a couple spelling errors in comments and delete redundant __len__ def. 01 October 2010, 02:08:02 UTC
0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 30 September 2010, 06:09:18 UTC
748cace Remove an unreferenced variable. len is no longer needed. 29 September 2010, 19:09:33 UTC
c603717 Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10. 29 September 2010, 19:06:36 UTC
0c0714f Add testcases from bug report #9980. 29 September 2010, 18:41:54 UTC
71e91a3 Fix PyUnicode_AsWideCharString(): set *size if size is not NULL 29 September 2010, 17:55:12 UTC
15d597a test_imp: getfilesystemencoding() cannot be None anymore And the codec name is normalized. 29 September 2010, 16:59:46 UTC
16004ac Use os.fsencode() to support surrogates 29 September 2010, 16:59:18 UTC
c39211f Issue #9630: Redecode filenames when setting the filesystem encoding Redecode the filenames of: - all modules: __file__ and __path__ attributes - all code objects: co_filename attribute - sys.path - sys.meta_path - sys.executable - sys.path_importer_cache (keys) Keep weak references to all code objects until initfsencoding() is called, to be able to redecode co_filename attribute of all code objects. 29 September 2010, 16:35:47 UTC
a5785b1 Fix NNTP when there's a ".netrc" file 29 September 2010, 16:19:50 UTC
2620d81 Disable the usenetrc option when testing nntplib 29 September 2010, 16:08:29 UTC
69ab951 Issue #9360: Cleanup and improvements to the nntplib module. The API now conforms to the philosophy of bytes and unicode separation in Python 3. A test suite has also been added. 29 September 2010, 15:03:40 UTC
926f0da Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes. r85073 changed the importing in wintypes to not use *, so the previous usage here became even more incorrect. 29 September 2010, 14:51:42 UTC
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
back to top