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

sort by:
Revision Author Date Message Commit Date
7c972f9 get unparse to at least unparse its self 19 August 2008, 17:59:23 UTC
6626099 Fix strange character in the docstring. 19 August 2008, 17:47:13 UTC
d068ad5 Merged revisions 65853-65854 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65853 | benjamin.peterson | 2008-08-19 11:09:09 -0500 (Tue, 19 Aug 2008) | 1 line apply a patch for #3131. this solves the problem for the moment, but we should do some refactoring to get display logic out of RefactoringTool ........ r65854 | benjamin.peterson | 2008-08-19 11:37:38 -0500 (Tue, 19 Aug 2008) | 1 line another quick fix to get lib2to3 to work ........ 19 August 2008, 16:41:34 UTC
25c3408 Fix grammar. 18 August 2008, 23:09:49 UTC
facdd6e update the threading docs to account for recent changes 18 August 2008, 22:29:19 UTC
6ee1a31 add py3k warnings for old threading APIs they will still live in 3.0 but it can't hurt 18 August 2008, 21:53:29 UTC
351ffb8 #2234 distutils failed with mingw binutils 2.18.50.20080109. Be less strict when parsing these version numbers, they don't necessarily follow the python numbering scheme. 18 August 2008, 19:23:47 UTC
26f5216 fix old API names in test_ssl 18 August 2008, 18:39:57 UTC
82aa201 patch up multiprocessing until it's API can be changed too 18 August 2008, 18:31:58 UTC
d810626 bring back the old API 18 August 2008, 18:13:17 UTC
a9b2222 change a few uses of the threading APIs 18 August 2008, 18:01:43 UTC
cbae869 backport threading property changes 18 August 2008, 17:45:09 UTC
d8a8972 change threading.getIdent to a property This is new in 2.6 so now need to worry about backwards compatibility :) 18 August 2008, 16:40:03 UTC
e5bdccc Backport of r63826. Optimization of str.format() for cases with str, unicode, int, long, and float arguments. This gives about 30% speed improvement for the simplest (but most common) cases. This patch skips the __format__ dispatch, and also avoids creating an object to hold the format_spec. Unfortunately there's a complication in 2.6 with int, long, and float because they always expect str format_specs. So in the unicode version of this optimization, just check for unicode objects. int, float, long, and str can be added later, if needed. 18 August 2008, 14:27:38 UTC
8e439a1 Fix typo 18 August 2008, 13:32:19 UTC
6e8fef0 Issue 2235: document PyObject_HashNotImplemented 18 August 2008, 13:14:22 UTC
f70385a Belated NEWS entry for r65642 18 August 2008, 12:42:46 UTC
4763f71 Restore Python 2.3 compatibility and remove "with" usage. 18 August 2008, 11:13:45 UTC
541f7da add a test for reduce's move 18 August 2008, 02:12:23 UTC
08336e3 follup to #3473: don't duplicate the reduce code 18 August 2008, 02:01:21 UTC
8692c79 correct version 18 August 2008, 01:27:05 UTC
88f801d Update __all__ for cookielib, csv, os, and urllib2 for objects imported into the module but exposed as part of the API. 18 August 2008, 00:46:22 UTC
7b96f07 Remove an unneeded import of abc.ABCMeta from 'inspect'. 18 August 2008, 00:41:11 UTC
46225e7 Remove two unneeded imports in 'io'. 18 August 2008, 00:36:52 UTC
25c9d6a Remove imports of 'warnings' that are no longer needed in dummy_thread, filecmp, and shelve. 17 August 2008, 22:10:11 UTC
313bda1 Fix a refleak in bytearray.split and bytearray.rsplit, detected by regrtest.py -R:: test_bytes 17 August 2008, 21:05:18 UTC
37553fd set svn:executable on a script 17 August 2008, 20:33:45 UTC
954ea64 #3580: fix a failure in test_os 17 August 2008, 20:15:07 UTC
7dd8547 get the symtable module back in working order - Fix broken functions - Add (hopefully) extensive tests - Modernize a little 17 August 2008, 17:13:26 UTC
fd7c43e #3556: test_raiseMemError consumes an insane amount of memory 17 August 2008, 17:01:49 UTC
bebb18b backport r65723: strengthen test_os.test_closerange 17 August 2008, 14:43:41 UTC
41a81eb Backport r65661, r65760: Issue #3575: Incremental decoder's decode function now takes bytearray by using 's*' instead of 't#'. 17 August 2008, 13:10:46 UTC
c534270 fix ZipFile.testzip() to work with very large embedded files 17 August 2008, 13:06:29 UTC
7f30a68 I forgot to update NEWS. 17 August 2008, 09:46:56 UTC
a0fdd72 Issue #2222: Fixed reference leak when occured os.rename() fails unicode conversion on 2nd parameter. (windows only) 17 August 2008, 09:19:52 UTC
047e4a9 Update distutils so that it triggers no warnings when run under -3. 17 August 2008, 04:16:04 UTC
94f243a Issue 2464. Supports a malformation in the URL received in a redirect. 17 August 2008, 03:38:39 UTC
25f2d89 uhh PySTEntry->ste_unoptimized has to be exposed too 17 August 2008, 02:23:43 UTC
025d939 fix compile errors 17 August 2008, 01:27:30 UTC
e3444c8 a few improvements 17 August 2008, 01:17:15 UTC
e0d4c7b expose PySTEntry.nested so the symtable module will work 17 August 2008, 01:09:17 UTC
1e45c58 Make test_ossaudiodev work. 17 August 2008, 00:36:03 UTC
e0d12eb PySTEntry's constructor is static; there's no point in a fancy API name 16 August 2008, 23:29:40 UTC
765812f Review symtable docs. 16 August 2008, 22:37:05 UTC
0847332 include filename and line number in SyntaxError 16 August 2008, 22:11:33 UTC
721b145 Silence DeprecationWarning raised by mimetools and rfc822 in cgi. 16 August 2008, 22:00:27 UTC
0a4128e Silence the DeprecationWarning raised in httplib when mimetools is imported. 16 August 2008, 21:56:03 UTC
abe423e Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer. This does have an unfortunate side-effect of silencing the warning for all subsequent code that imports mimetools as well since the warning is only executed upon the first import of mimetools. 16 August 2008, 21:47:07 UTC
1e296cc add some documentation for symtable 16 August 2008, 21:04:16 UTC
4acb189 #3424 rearrange the order of tests in imghdr to place more common types first 16 August 2008, 16:29:02 UTC
eb90b78 Issue #2776: fixed small issue when handling an URL with double slash after a 302 response in the case of not going through a proxy. 16 August 2008, 14:44:07 UTC
5b02ef3 note how os.utime should be used for emulating touch 16 August 2008, 03:13:07 UTC
4eb9939 fix markup 16 August 2008, 03:02:41 UTC
1b5c32c Merged revisions 65397 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65397 | collin.winter | 2008-08-01 22:39:06 -0500 (Fri, 01 Aug 2008) | 5 lines Patch #3480 by Nick Edds. Dramatically simplifies the fix_imports pattern, resulting in a reduction of the test_all_fixers runtime from 122+ secs to 59 secs (a good predictor of 2to3 performance). ........ 15 August 2008, 23:51:24 UTC
59de7f5 document that waitpid raises OSError 15 August 2008, 23:14:00 UTC
b90a8be #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input 15 August 2008, 21:03:21 UTC
a174a37 #3558: Attribute reference binds more tightly than subscription and call. 15 August 2008, 18:35:09 UTC
11ec65d Issue #3476: make BufferedReader and BufferedWriter thread-safe 14 August 2008, 21:04:30 UTC
63d325e Disable the test until I have one that works. 14 August 2008, 20:19:18 UTC
64034f9 Fix memory leak: Always DECREF obj in PyBuffer_Release. 14 August 2008, 20:12:06 UTC
6d2014e Try to fix the test on 64-bit platforms. 14 August 2008, 20:04:38 UTC
57adf22 issue #3554: ctypes.string_at and ctypes.wstring_at must use the pythonapi calling convention so that the GIL is held and error return values are checked. 14 August 2008, 19:10:48 UTC
67d1981 Issue 1432. Fixes a bug caused because of the evolution of the RFC that describes the behaviour. Note that we now have the same behaviour than the current browsers. 14 August 2008, 16:51:00 UTC
8401eec Properly INCREF reference in Py_buffer. 14 August 2008, 15:56:07 UTC
241b834 Make obj an owned reference in Py_buffer; this checkin was missing from the patch for #3139. 14 August 2008, 15:54:27 UTC
9f4e7fe Added _multiprocessing module support. (VC6) 14 August 2008, 11:26:34 UTC
9329846 Fix markup for various binary operation examples where the operands were bolded and the operator was made literal, leading to non-valid reST. Changed to have the entire expression just be a literal bit of text. 14 August 2008, 05:55:18 UTC
41a4f46 Fixed test_distutils error (test_build_ext) on VC6. 14 August 2008, 05:50:43 UTC
bf3157b Silence the DeprecationWarning of rfc822 triggered by its importation in mimetools. This has an unfortunate side-effect of potentially not letting any warning about rfc822's deprecation be seen by user-visible code if rfc822 is not imported before mimetools. This is because modules are cached in sys.modules and thus do not have their deprecation triggered more than once. But this silencing would have happened by other code that silences the use of mimetools or rfc822 anyway in the stdlib or user code, and thus seems justified to be done here. 14 August 2008, 05:00:03 UTC
eea8eda Issue #2065: VC6 related fix. - PC/VC6/_bsddb.dsp: removed '/nodefaultlib:"msvcrt"' to fix linker error. - PC/VC6/_msi.dsp, PC/VC6/pcbuild.dsw: added new module support. - PC/VC6/_sqlite3.dsp: /D "MODULE_NAME=\"sqlite3\"" caused extra leading space like #define MODULE_NAME " sqlite3" so uses /D MODULE_NAME=\"sqlite3\" instead. - PC/VC6/python.dsp: changed stack size to 2MB to avoid stack overflow on some tests. 14 August 2008, 01:33:44 UTC
581a149 Add Hirokazu Yamamoto. 12 August 2008, 20:45:21 UTC
5bfbd76 update ssl documentation 12 August 2008, 17:09:57 UTC
39295c2 remove duplicate close() from ssl.py; expose unwrap and add test for it 12 August 2008, 16:31:21 UTC
f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by denying s# to parse objects that have a releasebuffer procedure, and introducing s*. More module might need to get converted to use s*. 12 August 2008, 14:49:50 UTC
aa8efbf Another fix for 4-way universal builds, use the right #ifndef guard to detect the OSX 10.5 SDK. 12 August 2008, 12:41:45 UTC
a4cb472 Fix typo in the `arch` commandline 12 August 2008, 12:29:13 UTC
5d35373 Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages. 11 August 2008, 19:00:15 UTC
9fcd4b3 #3134: shutil referenced undefined WindowsError symbol 11 August 2008, 17:21:36 UTC
48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. 11 August 2008, 15:45:58 UTC
f8d62d2 Remove the fqdn call for issue 3270 11 August 2008, 14:28:07 UTC
ac014e9 #3540: fix exception name. 11 August 2008, 10:27:31 UTC
1e13ea9 - Issue #3537: Fix an assertion failure when an empty but presized dict object was stored in the freelist. 11 August 2008, 09:07:59 UTC
1464633 Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to menu entries were not deleted. 10 August 2008, 11:01:53 UTC
9fc5631 Silence warnings in csv about using reduce() when run under -3 by using functools.reduce() instead. 09 August 2008, 23:39:11 UTC
4626586 Use functools.reduce() in difflib instead of __builtin__.reduce() to silence warnings when running under -3. 09 August 2008, 23:34:11 UTC
83e8184 Copy reduce() to _functools so to have functools.reduce() not raise a warning from usage under -3. 09 August 2008, 23:30:55 UTC
c1b76e4 Suppress the warning in asynchat from using buffer() when running udner -3. Naively removing the usage causes a large number of test failures, so it was just easier to suppress the warning. 09 August 2008, 23:06:16 UTC
76b8bee move NEWS entry to the appropriate section (oops!) 09 August 2008, 17:27:23 UTC
016b366 #3205: bz2 iterator fails silently on MemoryError 09 August 2008, 17:22:25 UTC
59ce901 Add news item about _sre.compile() re-bytecode validator. 09 August 2008, 14:55:34 UTC
de781a4 Fix slightly misleading statement in the NEWS file. 09 August 2008, 12:43:23 UTC
a032bf4 accept issue 3436 08 August 2008, 22:52:51 UTC
b04d485 Remove mention of backquotes in the tutorial. 08 August 2008, 15:34:34 UTC
463f39d #3519: callee is an expression too. 08 August 2008, 06:42:20 UTC
3f92bc6 Remove buffer() usage in the socket module by just slicing directly on the object. This removes all warnings for the module caused by running under -3. 08 August 2008, 04:27:28 UTC
03446c4 Remove warnings generated for the suprocess module when run under -3. Required commenting out True/False compatbility stuff, remove a use of apply(), and remove a use of buffer() (just pulled the solution used in 3.0 which is direct slicing). 08 August 2008, 04:19:32 UTC
0563a8f Change the warning emitted for using the buffer() object; memoryview() in 3.0 is not an equivalent. 08 August 2008, 04:15:53 UTC
d693901 Patch by Ian Charnas from issue 3517. Add F_FULLFSYNC if it exists (OS X only so far). 07 August 2008, 18:51:38 UTC
74022ab #1288615: Python code.interact() and non-ASCII input 07 August 2008, 18:42:40 UTC
b2793a4 Add some items 07 August 2008, 01:47:34 UTC
back to top