https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
daddf03 Bumping to 2.6b2 18 July 2008, 03:20:07 UTC
7fb9640 Fix issue 3395, update _debugInfo to be _debug_info 17 July 2008, 21:01:05 UTC
d6c393a Backed out r65069, pending fixing it in Windows. 17 July 2008, 19:49:47 UTC
0c1dbf8 catch socket.error errors in badCertTest 17 July 2008, 18:01:57 UTC
454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. 17 July 2008, 17:48:39 UTC
4347c44 #3381 fix framework builds on 10.4 17 July 2008, 15:59:24 UTC
f5668f1 try to fix test_threading on the Windows bot 17 July 2008, 12:57:22 UTC
db3409c news note for r63052 17 July 2008, 03:13:05 UTC
1ab3149 Merged revisions 65053-65054 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65053 | benjamin.peterson | 2008-07-16 21:04:12 -0500 (Wed, 16 Jul 2008) | 1 line massive optimizations for 2to3 (especially fix_imports) from Nick Edds ........ r65054 | benjamin.peterson | 2008-07-16 21:05:09 -0500 (Wed, 16 Jul 2008) | 1 line normalize whitespace ........ 17 July 2008, 02:07:46 UTC
a66bb0a #3388: add a paragraph about using "with" for file objects. 16 July 2008, 23:35:54 UTC
0a34baf Byte items *can* be chars in 2.6. 16 July 2008, 23:18:51 UTC
3238a3e Backport part of r65043. 16 July 2008, 23:17:46 UTC
3e75846 Use _getbytevalue() in init too. 16 July 2008, 23:10:05 UTC
3e483f6 #3156: fix consistency in what type bytearray methods accept as items. Also rename confusing "item" parameters to "index". 16 July 2008, 22:57:41 UTC
a24869a #3312: fix two sqlite3 crashes. 16 July 2008, 22:33:18 UTC
4ed9be7 #3345: fix docstring. 16 July 2008, 22:09:17 UTC
b9b68ae #3305: self->stream can be NULL. 16 July 2008, 22:04:20 UTC
86cbf81 #1608818: errno can get set by every call to readdir(). 16 July 2008, 21:31:41 UTC
b32dea5 #3045: fix pydoc behavior for TEMP path with spaces. 16 July 2008, 21:19:28 UTC
0e6ea5d fix framework install on Mac 10.4 16 July 2008, 20:17:04 UTC
5e62ca4 Apply patch for 874900: threading module can deadlock after fork 16 July 2008, 20:03:47 UTC
1bbf4ea Merged revisions 65025 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65025 | benjamin.peterson | 2008-07-16 13:46:30 -0500 (Wed, 16 Jul 2008) | 1 line remove use of has_key ........ 16 July 2008, 18:48:35 UTC
4cb965c Renamed a parameter in calc_number_widths, for consistency with the same parameter in fill_non_digits. 16 July 2008, 18:29:51 UTC
4b4f0eb lib2to3 isn't broken anymore, so we can run the test 16 July 2008, 17:03:06 UTC
699b090 Merged revisions 64863,64868,64870,64942,65001-65002,65017-65018 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r64863 | brett.cannon | 2008-07-10 19:42:32 -0500 (Thu, 10 Jul 2008) | 1 line Add urlparse -> urllib.parse to fix_imports. ........ r64868 | brett.cannon | 2008-07-10 20:00:10 -0500 (Thu, 10 Jul 2008) | 1 line Add robotparser -> urllib.robotparser to fix_imports. ........ r64870 | brett.cannon | 2008-07-11 00:56:27 -0500 (Fri, 11 Jul 2008) | 6 lines Fix the fixers for the new dbm package. Had to create a new fixer (fix_imports2) which did fixes in post-order. This because ``import anydbm`` was being translated into ``import dbm`` which was then subsequently changed into ``import dbm.ndbm``; one transform too many. ........ r64942 | collin.winter | 2008-07-13 20:19:05 -0500 (Sun, 13 Jul 2008) | 1 line Add a comment explaining part of fix_imports.py ........ r65001 | brett.cannon | 2008-07-16 00:11:12 -0500 (Wed, 16 Jul 2008) | 2 lines Remove some extraneous whitespace. ........ r65002 | brett.cannon | 2008-07-16 00:12:04 -0500 (Wed, 16 Jul 2008) | 4 lines Implement a fixer for urllib(2). Thanks Nick Edds for the patch. ........ r65017 | benjamin.peterson | 2008-07-16 11:04:19 -0500 (Wed, 16 Jul 2008) | 1 line fix 2to3 in Python 2.6 ........ r65018 | benjamin.peterson | 2008-07-16 11:55:21 -0500 (Wed, 16 Jul 2008) | 1 line normalize whitespace ........ 16 July 2008, 17:01:46 UTC
13e9d58 Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes 16 July 2008, 14:32:36 UTC
a6c5dc0 Apply patch for issue 3090: ARCHFLAGS parsing incorrect 16 July 2008, 13:24:06 UTC
64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". 16 July 2008, 09:40:03 UTC
c83f113 Add Antoine. 16 July 2008, 05:28:26 UTC
a736a28 disable lib2to3 in the trunk. It's broken just for 2.6 16 July 2008, 00:44:02 UTC
a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). 16 July 2008, 00:11:49 UTC
954a278 Keep sorted. 16 July 2008, 00:00:04 UTC
e2efba4 Move label to correct heading. 15 July 2008, 23:59:15 UTC
6276456 Fix float.from_hex tests. It appears that Linux/ia64 doesn't like computing 2.0**-1074 accurately. Using ldexp(1.0, -1074) should be safer. 15 July 2008, 21:55:23 UTC
2affb40 Fix test on 64-bit platforms. 15 July 2008, 20:18:46 UTC
6d75ff8 Add Victor Stinner, he provided the patch for issue #3313. 15 July 2008, 19:44:25 UTC
880f529 Issue #3313: Contrary to the man page, a failed dlopen() call does not always set a dlerror() message. 15 July 2008, 19:39:38 UTC
7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex to convert floats to and from hexadecimal strings respectively. 15 July 2008, 19:08:33 UTC
9949d6e Revert 3270 patch: self._address is in pretty widespread use, need to revisit 15 July 2008, 18:29:18 UTC
2bad657 NEWS entry for #issue 3258. 15 July 2008, 17:19:50 UTC
c0b2a80 Issue #3258: Fix an assertion error (in debug build) and a crash (in release build) when the format string of a pointer to an incomplete structure is created. 15 July 2008, 17:03:08 UTC
6d6bd44 Add missing NEWS entry for r64962 15 July 2008, 15:40:22 UTC
53663a6 Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful 15 July 2008, 14:27:37 UTC
9ace15c multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 15 July 2008, 13:47:33 UTC
d0c8412 Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today. 15 July 2008, 10:10:07 UTC
a6864e0 fix test_py3kwarns The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python. 14 July 2008, 17:42:17 UTC
2ee623b Fixed test failure on Win64 machines. 14 July 2008, 08:42:18 UTC
fb7a50f Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child process rather than both parent and child. Does anyone actually use fork1()? It appears to be a Solaris thing but if Python is built with pthreads on Solaris, fork1() and fork() should be the same. 14 July 2008, 06:06:48 UTC
4ec0c27 Expand the multiprocessing section 14 July 2008, 01:18:31 UTC
8ea605c Typo fix 14 July 2008, 01:18:16 UTC
a2478d9 Typo fix 14 July 2008, 00:40:55 UTC
ded01d1 Typo fixes 14 July 2008, 00:35:32 UTC
bd70476 Issue #3153: sqlite leaks on error. Changed statements of the form Py_DECREF(obj), obj = 0 to Py_CLEAR(obj). 13 July 2008, 21:47:59 UTC
b93dc5f Add various items; move ctypes items into a subsection of their own 13 July 2008, 21:43:52 UTC
00f34c6 Re-word 13 July 2008, 21:43:25 UTC
8d412f3 Issue #3274: Use a less common identifier for the temporary variable in Py_CLEAR(). 13 July 2008, 20:42:44 UTC
060cd1e Add turtle into the module index. 13 July 2008, 20:31:49 UTC
e79edf5 remove sys.version_info check for 3.0 13 July 2008, 18:34:58 UTC
2a60879 remove bytes alias 13 July 2008, 18:25:13 UTC
b028f50 Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute) 13 July 2008, 14:52:36 UTC
12c8660 Correct a couple of errors in the updated catch_warning documentation (the Py3k version was fixed before being checked in) 13 July 2008, 12:36:42 UTC
38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. 13 July 2008, 12:23:47 UTC
3d0b9f0 dummy_thread.acquire() would return None if no waitflag argument was given. It should have returned True. Fixes issue #3339. Thanks, Henk Punt for the report and Andrii v. Mishkovskiyi for attempting a patch. 13 July 2008, 01:15:07 UTC
0522a9f #1778443 robotparser fixes from Aristotelis Mikropoulos 12 July 2008, 23:41:19 UTC
2412259 Fixed typo. 12 July 2008, 22:06:53 UTC
90f3673 fix various doc typos #3320 12 July 2008, 20:16:19 UTC
9c87a40 - Fix bashisms in Tools/faqwiz/move-faqwiz.sh 12 July 2008, 07:51:48 UTC
873c386 Fixed test for asyncore. 11 July 2008, 23:26:59 UTC
b65b4c3 Fix for the AttributeError in test_asynchat. 11 July 2008, 22:17:14 UTC
2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. #3343: Py_DisplaySourceLine should be a private function. Rename it to _Py_DisplaySourceLine. 11 July 2008, 21:45:06 UTC
ae6d2b9 #3317 in zipfile module, restore the previous names of global variables: some applications relied on them. Also remove duplicated lines. 11 July 2008, 21:28:25 UTC
8dbbb96 Add cautionary note on the use of PySequence_Fast_ITEMS. 11 July 2008, 12:00:21 UTC
feef51d Fix a minor typo in the last entry made. 11 July 2008, 00:50:01 UTC
963ffdb Doc that robotparse has been renamed urllib.robotparser in Python 3.0. 11 July 2008, 00:48:57 UTC
f6afa33 Doc that urlparse is named urllib.parse in Python 3.0. 11 July 2008, 00:16:30 UTC
97aa1ae Document the fact that urllib2 spans multiple modules with new names in Python 3.0. 11 July 2008, 00:12:52 UTC
ea40c58 Removal an invalid entry as the fixer for urllib is under active development. 11 July 2008, 00:10:49 UTC
4762902 Added garbage collector overhead and optional default return value to sys.getsizeof. 10 July 2008, 17:13:55 UTC
5930d8f Suppress -3 warnings in unittest.py 10 July 2008, 16:06:41 UTC
930795b Clear the -3 warnings in optparse.py 10 July 2008, 15:37:08 UTC
9be2ec1 Added additional __sizeof__ implementations and addressed comments made in Issue3122. 10 July 2008, 15:24:04 UTC
cc3f2b1 Wording changes 10 July 2008, 14:43:31 UTC
b01713e Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments. 10 July 2008, 14:34:57 UTC
3cd1e42 Issue 3301: Bisect functions behaved badly when lo was negative. 10 July 2008, 14:03:19 UTC
d2cd86d Fixed Issue3122 and extended sys.getsizeof tests for built-in types. 10 July 2008, 13:43:26 UTC
548db58 Use operator.index() instead of n.__index__(). 10 July 2008, 10:28:41 UTC
655d583 Issue 3287: Raise correct exception for float inputs. 10 July 2008, 09:31:08 UTC
14ff994 Add missing NEWS and ACK entries for r64791 08 July 2008, 14:21:42 UTC
524b777 Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes 08 July 2008, 14:08:04 UTC
dbc5987 Add missing ABCs to list. 08 July 2008, 07:05:23 UTC
1a66441 Issue 3306. Better control for a lenght in findmax() function. 07 July 2008, 17:02:59 UTC
10cf7d9 Fix example to match text 07 July 2008, 16:51:09 UTC
2c7ca9b Correct grammar. 07 July 2008, 11:16:14 UTC
c4691ec - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the redundant ":443" port number designation when the connection is using the default https port (443). 07 July 2008, 05:09:12 UTC
0422292 Add commented out #_sha256 and #_sha512 lines per issue 3183. 07 July 2008, 04:54:31 UTC
ff5f420 Fixed bugs 760475, 953599, and 1519. 07 July 2008, 04:51:46 UTC
3b1e6b2 - Issue #3309: Fix bz2.BZFile itererator to release its internal lock properly when raising an exception due to the bz2file being closed. Prevents a deadlock. 07 July 2008, 04:31:58 UTC
0f7cddc Issue839496: SimpleHTTPServer should open all files in binary mode. Forward-port of 38255 (2005/01/15!) This was already fixed in 2.4, but never merged into trunk... py3k is already right, thanks to the bytes/str distinction! Should be backported to 2.5. 06 July 2008, 21:34:39 UTC
aaca978 Add two items; rewrap paragraph 06 July 2008, 17:44:17 UTC
c406084 Wording fix 06 July 2008, 17:43:16 UTC
back to top