https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
1b94ab7 Bump to 3.3b2. 11 August 2012, 06:49:20 UTC
a81b481 Fix markup errors and update pydoc topics. 11 August 2012, 06:43:59 UTC
80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. Patch by Ludwig Hähne. 11 August 2012, 04:21:39 UTC
03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. Patch by Ludwig Hähne. 11 August 2012, 03:35:45 UTC
688a551 fix docstring wording 10 August 2012, 23:21:35 UTC
522267e Issue #15610: The PyImport_ImportModuleEx macro now calls PyImport_ImportModuleLevel() with a 'level' of 0 instead of -1 as the latter is no longer a valid value. Also added a versionchanged note for PyImport_ImportModuleLevel() just in case people don't make the connection between changes to __import__() and this C function. 10 August 2012, 22:55:08 UTC
f410ce8 Issue #15502: Refactor some code. 10 August 2012, 21:41:23 UTC
e9175bd Fix issue #15607: Update the print builtin function docstring with the new flush keyword. Patch contributed by Daniel Ellis. 10 August 2012, 20:53:45 UTC
731d48a update docstring per the extension package fix, refactor 10 August 2012, 18:53:54 UTC
ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ module again. Also took the opportunity to stop accidentally exporting _imp.extension_suffixes() as public. 10 August 2012, 17:47:54 UTC
f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current state of the import system. Also make importlib.invalidate_caches() work with sys.meta_path instead of sys.path_importer_cache to completely separate the path-based import system from the overall import system. Patch by Eric Snow. 10 August 2012, 16:21:12 UTC
2d6266d Remove now unused IntOrLongToString type 09 August 2012, 19:38:23 UTC
25a02d4 Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 09 August 2012, 18:51:21 UTC
7dac74a fix docs for c-api memory functions 09 August 2012, 18:29:16 UTC
7dbee38 fix docs for c-api memory functions 09 August 2012, 18:26:34 UTC
1ee0267 merge heads 09 August 2012, 12:27:45 UTC
eec6420 Issue #15501: Document exception classes in subprocess module. Initial patch by Anton Barkovsky. 09 August 2012, 12:20:45 UTC
b4a09ab Issue #15501: Document exception classes in subprocess module. Initial patch by Anton Barkovsky. 09 August 2012, 12:11:45 UTC
e939f38 Fix documentation for inspect module to pass doctest 09 August 2012, 10:25:32 UTC
efcaba0 Add description of major changes in xml.etree.ElementTree to whatsnew/3.3 09 August 2012, 05:20:20 UTC
3a2b97e Issue #14992: merge from 3.2 09 August 2012, 04:03:02 UTC
c622f42 Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case failure on OS X built with 10.4 ABI. 09 August 2012, 03:57:24 UTC
3cc635d faulthandler: fix the handler of user signals Restore the errno before calling the previous signal handler, and not after. 09 August 2012, 00:43:41 UTC
652e758 merge heads 09 August 2012, 00:22:57 UTC
1a1367b use char instead of int to please T_BOOL (closes #15597) 09 August 2012, 00:22:50 UTC
9d512ab Issue #13072: Fix test_array for installation without the ctypes module 08 August 2012, 22:43:56 UTC
22701e8 Issue #15589: Ensure double-alignment for brute-force capi argument parser test that occasionally uses doubles. 08 August 2012, 21:52:22 UTC
2965011 regrtest: give more information when a child process fails with an error different than KeyboardInterrupt 08 August 2012, 20:37:26 UTC
bded28c Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t... 08 August 2012, 18:19:37 UTC
8d4734f Issue #13072: Fix test_array for Windows with 16-bit wchar_t 08 August 2012, 18:09:21 UTC
3277b35 - Issue #11715: Fix multiarch detection without having Debian development tools (dpkg-dev) installed. 08 August 2012, 10:15:55 UTC
20416a2 Issue #15560: Ensure consistent sqlite3 behavior and feature availability by building a local copy of libsqlite3 with OS X installers rather than depending on the wide range of versions supplied with various OS X releases. 07 August 2012, 10:10:57 UTC
0ed0505 merge heads 07 August 2012, 00:53:19 UTC
b37df51 fix yield from return value on custom iterators (closes #15568) 07 August 2012, 00:53:09 UTC
d340b43 Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's data. Also alphabetized the attributes in the blacklist to make it easier to detect changes. Initial patch by Éric Araujo. 06 August 2012, 21:19:22 UTC
cb4996a Issue #15471: Don't use mutable object as default values for the parameters of importlib.__import__(). 06 August 2012, 20:34:44 UTC
638de33 Merge #15554: clarify splitlines/split differences. Patch by Chris Jerdonek. 06 August 2012, 20:08:40 UTC
05c35a6 #15554: clarify splitlines/split differences. Patch by Chris Jerdonek. 06 August 2012, 20:08:09 UTC
a0abb44 Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries to avoid curses.unget_wch bug present in older versions of ncurses such as those shipped with OS X. 06 August 2012, 13:40:48 UTC
dfca8c9 OS X installer cleanups: - Remove OS X installer and Mac/Makefile dependencies on /Developer which no longer exists with Xcode 4; the referenced tools have been installed into the usr/bin tool root since Xcode 3. - Support adding the SDK usr/bin tool root to the installer's PATH via the SDK_TOOLS_BIN environment variable. 06 August 2012, 13:34:00 UTC
222d473 Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification. 06 August 2012, 00:49:53 UTC
9b000e7 Issue #15482: Properly document the default 'level' parameter for __import__(). To help explain why the -1 default value is typically not seen, a note about how import statements only use values of >= 0 is also noted. 06 August 2012, 00:46:25 UTC
ecfefb7 Fix a spelling mistake in a comment. 05 August 2012, 23:24:57 UTC
62bb394 Close #13072: Restore code before the PEP 393 for the array module 'u' format of the array module uses again Py_UNICODE type for backward compatibility with Python 3.2. The only change from Python 3.2 is that PyUnicode_AsUnicode() result is now checked for NULL value. 05 August 2012, 22:46:05 UTC
3af2617 merge heads 05 August 2012, 22:16:04 UTC
9b63583 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. 05 August 2012, 22:13:33 UTC
9ccf82d Issue #15560: null merge 05 August 2012, 22:12:20 UTC
21603c9 merge heads 05 August 2012, 22:05:53 UTC
4eda937 add another testcase 05 August 2012, 22:05:34 UTC
03e2180 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. 05 August 2012, 21:56:21 UTC
636130e What's New in Python 3.3: Split improved and new modules, start to write a summary 05 August 2012, 14:37:12 UTC
8f17c1c Complete What's New in Python 3.3. 05 August 2012, 14:31:32 UTC
fa0d628 Issue #15548: Update and complete What's New in Python 3.3, especially the "os" section 05 August 2012, 13:56:51 UTC
69a6ca5 os.unlinkat() has been removed, update os.fwalk() doc 05 August 2012, 13:18:02 UTC
415d0f5 Merge 05 August 2012, 12:53:49 UTC
4adc9a8 Fix CGI tests to take into account the platform's line ending (issue #13119) 05 August 2012, 12:53:33 UTC
e768c39 Fix CGI tests to take into account the platform's line ending (issue #13119) 05 August 2012, 12:52:45 UTC
31096a9 Issue #14814: Attempt to clarify network address and broadcast address for less experienced users 05 August 2012, 12:52:38 UTC
0435400 #15546: Also fix GzipFile.peek(). 05 August 2012, 12:45:41 UTC
e3ded95 Issue #14814: Remove redundant property from interface objects - prefixlen can be accessed via the associated network object 05 August 2012, 12:45:22 UTC
7362c3e Issue #14814: Finish review of ipaddress network object docs (initial patch was by Eli Bendersky) 05 August 2012, 12:32:37 UTC
730f67f Issue 14814: Docs work showed some more cases of networks pretending to be addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property 05 August 2012, 12:02:18 UTC
d9baa85 NEWS entry for previous ipaddress fix 05 August 2012, 10:43:19 UTC
e0c3f5e Close #15559: Implementing __index__ creates a nasty interaction with the bytes constructor. At least for 3.3, ipaddress objects must now be explicitly converted with int() and thus can't be passed directly to the hex() builtin. 05 August 2012, 08:20:17 UTC
37d3ff1 #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data. 05 August 2012, 00:19:09 UTC
9c92a69 Fix test_venv to work with universal newlines (issue #13119) 04 August 2012, 22:33:10 UTC
6f1a40f Merge universal newlines-related fixes (issue #13119) 04 August 2012, 22:25:31 UTC
ec2d269 Fix universal newlines test to avoid the newline translation done by sys.stdout. 04 August 2012, 22:23:40 UTC
894375a Fix test_sys under Windows (issue #13119) 04 August 2012, 22:15:06 UTC
c4d974d Remove unused variable `trim_get_code`. 04 August 2012, 21:26:25 UTC
15f3d1e Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc 04 August 2012, 18:57:48 UTC
fa556bd Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. Patch by Roger Serwy. 04 August 2012, 18:42:48 UTC
5ad514d Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. Patch by Roger Serwy. 04 August 2012, 18:38:22 UTC
ba5010a merge with 3.2 04 August 2012, 17:42:46 UTC
da9df92 add missing period; thanks to Gaston Fiore from docs@ 04 August 2012, 17:42:24 UTC
8aaeb2f Merge 04 August 2012, 14:17:10 UTC
8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and os.sched_setaffinity now use regular sets of integers to represent the CPUs a process is restricted to. 04 August 2012, 14:16:35 UTC
8280b4b #15546: Fix BZ2File.read1()'s handling of pathological input data. 04 August 2012, 13:29:28 UTC
d9f38bc asynchat speedup improvement: avoid to use a function mimicking old buffer() builtin behavior; instead use plain slicing 04 August 2012, 12:38:16 UTC
a0e3feb Null merge (fix already applied to the default branch) 03 August 2012, 23:38:16 UTC
90ef747 Close #13119: use "\r\n" newline for sys.stdout/err on Windows sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2. 03 August 2012, 23:37:32 UTC
7b3f0fa Close #13119: use "\r\n" newline for sys.stdout/err on Windows sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2. 03 August 2012, 23:28:00 UTC
d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't translate newlines on output. 03 August 2012, 23:22:07 UTC
401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't translate newlines on output. 03 August 2012, 23:18:56 UTC
3c25dfb Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). 03 August 2012, 22:56:19 UTC
0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). 03 August 2012, 22:55:38 UTC
ba9b404 MERGE: #15512: Remove remnants of debugging code 03 August 2012, 13:49:40 UTC
676e73b #15512: Remove remnants of debugging code 03 August 2012, 13:49:14 UTC
1659b75 MERGE: Closes #15469: Correct __sizeof__ support for deque 03 August 2012, 12:52:12 UTC
16e2fca Closes #15469: Correct __sizeof__ support for deque 03 August 2012, 12:49:42 UTC
88ca04e MERGE: Closes #15512: Correct __sizeof__ support for parser 03 August 2012, 12:29:26 UTC
e9c5318 Closes #15512: Correct __sizeof__ support for parser 03 August 2012, 12:28:37 UTC
5323173 Closes #15514: Correct __sizeof__ support for cpu_set 03 August 2012, 12:18:11 UTC
077ef45 Update the What's New details for importlib based on doc/ABC changes. 02 August 2012, 21:50:06 UTC
773468f Ditch the 'self' argument in importlib docs since it's implied. 02 August 2012, 21:35:34 UTC
b3f5501 Close #15534: Fix a typo in the fast search function of the string library (_s => s) Replace _s with ptr to avoid future confusion. Add also non regression tests. 02 August 2012, 21:05:01 UTC
77821b6 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. Patch by Philipp Hagemeister. 02 August 2012, 18:39:10 UTC
a9a53c7 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. Patch by Philipp Hagemeister. 02 August 2012, 18:37:12 UTC
4941774 Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue 02 August 2012, 13:03:58 UTC
e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant 02 August 2012, 12:02:35 UTC
back to top