https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
1138eba Fix accidental suppression in r84537 05 September 2010, 18:59:49 UTC
36d551a Remove tag. 05 September 2010, 18:58:42 UTC
44a6a66 Tagging release 3.2a2. 05 September 2010, 18:48:14 UTC
23eae86 Make naming consistent 05 September 2010, 18:43:07 UTC
2decf22 Fix for issue9662, patch by Łukasz Langa in issue5504. 05 September 2010, 18:25:59 UTC
713f2aa Fix amk’s tracker name 05 September 2010, 18:21:46 UTC
65ce6ad Fix reST in NEWS, and remove NEWS.help (all committers should now know reST anyway, and for those who do not, there is Documenting Python.) 05 September 2010, 17:32:31 UTC
4234ad4 Fix typos and wording in what’s new 3.2. - The entry about shutil.copytree is just a revert of r84524 which looks like an unfinished edition. - The use of gender-neutral language (s/his/their/) removes the implicit assumption that programmer == male (change agreed by Antoine). - Other changes should be uncontroversial fixes. I haven’t rewrapped under 80 lines to keep the diffs readable; I’ll rewrap later. 05 September 2010, 17:32:25 UTC
1f94cd0 #9776: fix some spacing. 05 September 2010, 17:09:18 UTC
a9b51d2 #9747: fix copy-paste error in getresgid() doc. 05 September 2010, 17:07:12 UTC
649971e Rewrap. 05 September 2010, 17:06:50 UTC
da0a211 Rewrap and consistency fixes. 05 September 2010, 11:28:33 UTC
d881f31 Fill-in sqlite3 stubs 05 September 2010, 08:54:32 UTC
bcbd696 Add example of ftplib's new context manager. 05 September 2010, 08:46:36 UTC
ef2335c Add PEP 391 to whatsnew 05 September 2010, 08:35:38 UTC
58a7b46 Bump to 3.2a2. 05 September 2010, 08:30:40 UTC
bef3db2 Update pydoc topics. 05 September 2010, 08:28:41 UTC
6e8fe97 More updates to whatsnew. 05 September 2010, 06:13:47 UTC
4c7c9af Clean-up functools.total_ordering(). 05 September 2010, 05:57:35 UTC
bb734c6 Add an example 05 September 2010, 05:56:44 UTC
db6b62e Inline cmp_lt(). 05 September 2010, 05:26:10 UTC
1784ff0 More updates to whatsnew 05 September 2010, 01:00:19 UTC
46462f3 Typo 05 September 2010, 00:36:26 UTC
ebea6fa Update whatsnew for Pep3149. 05 September 2010, 00:27:25 UTC
d7f73e9 run autoreconf 05 September 2010, 00:09:07 UTC
f95b199 Update whatsnew for Pep3147. 04 September 2010, 23:53:24 UTC
02566ec Adopt more descriptive attribute names as suggested on python-dev. 04 September 2010, 22:46:06 UTC
e9a4de5 Drop cabarc artifact. 04 September 2010, 22:12:46 UTC
0049249 Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file descriptor is provided. Patch by Pascal Chambon. 04 September 2010, 20:53:29 UTC
7d6e076 Issue #7451: Improve decoding performance of JSON objects, and reduce the memory consumption of said decoded objects when they use the same strings as keys. 04 September 2010, 20:16:53 UTC
d9107aa Issue #9777: test_idna requires the "network" resource 04 September 2010, 18:50:35 UTC
1afb39a Fix typos in error messages (thanks Arfrever). 04 September 2010, 18:45:37 UTC
74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by the new (and simpler) DUP_TOP_TWO. Performance isn't changed, but our bytecode is a bit simplified. Patch by Demur Rumed. 04 September 2010, 18:43:52 UTC
ef0e6c3 _warnings exposed two variables with the name 'default_action' and 'once_registry'. This is bad as the warnings module had variables named 'defaultaction' and 'onceregistry' which are what people should be looking at (technically those variables shouldn't be mucked with as they are undocumented, but we all know better than to believe that isn't happening). So the variables from _warnings have been renamed to come off as private and to avoid confusion over what variable should be used. Closes issue #9766. Thanks to Antoine Pitrou for the discovery. 04 September 2010, 18:24:04 UTC
d6399d2 Fix running the copy module from the command-line (however use{ful,less} it may be). 04 September 2010, 17:46:44 UTC
b5cfd55 Fix Björn's name in ACKS. 04 September 2010, 17:40:51 UTC
3941a8f Issue #1100562: Fix deep-copying of objects derived from the list and dict types. Patch by Michele Orrù and Björn Lindqvist. 04 September 2010, 17:40:21 UTC
e5a9101 Issue #9581: Fix non-working PosixGroupsTester test case (it only runs as root, which is why nobody bothered about the failure) 04 September 2010, 17:32:06 UTC
d3ccde8 Issue #7736: Release the GIL around calls to opendir() and closedir() in the posix module. Patch by Marcin Bachry. 04 September 2010, 17:21:57 UTC
327fd40 Workaround PEP 3149 build problems. 04 September 2010, 16:28:00 UTC
a5e3109 Issue #1303434: Include PDBs in release. Patch by James Lee and Daniel Stutzbach. 04 September 2010, 14:38:09 UTC
cc645b9 add consistent support for the vars and default arguments on all configuration parser classes (http://bugs.python.org/issue9421) 04 September 2010, 04:35:34 UTC
c934f32 Welcome to the UTF-8 world. 03 September 2010, 23:47:32 UTC
0b37b33 Fix missing word. 03 September 2010, 22:49:27 UTC
661730e Add an entry in whatsnew about the PyCObject -> PyCapsule move. (It seems that I am the first SWIG user to try python 3.2...) 03 September 2010, 22:43:08 UTC
3387f48 #9760: clarify what context expression is. 03 September 2010, 22:40:02 UTC
0bb73b8 #9767: doctest run over json docs. 03 September 2010, 22:36:22 UTC
8d58216 More inclusive title. 03 September 2010, 22:33:27 UTC
0166930 Revert unintended change from r84458. 03 September 2010, 22:29:08 UTC
f11c6c4 Make PEP section a bit less ugly and at least list implemented PEPs. 03 September 2010, 22:20:58 UTC
de7d834 Fix typos and use tabs consistently. 03 September 2010, 22:19:07 UTC
0d169ea Use tabs consistently. 03 September 2010, 22:14:52 UTC
2b19f35 Add versionadded tag to PyUnicode_AsUnicodeCopy's doc 03 September 2010, 22:13:42 UTC
1670b43 Fix invalid bytes for UTF-8 03 September 2010, 22:03:10 UTC
0c8414e Typo 03 September 2010, 20:23:40 UTC
edf5f0d Strengthen BytesWarning tests. 03 September 2010, 20:00:37 UTC
764d612 Remove redundant context manager. 03 September 2010, 19:55:26 UTC
43e4ea1 Remove unused import, fix typo and rewrap docstrings. 03 September 2010, 19:54:02 UTC
7dde792 Use a context manager for some file objects. 03 September 2010, 19:52:03 UTC
24e561a Issue #3805: clean up implementation of the _read method in _ssl.c. 03 September 2010, 18:38:17 UTC
aa44b2b NEWS for PEP 3149, and clean up a few other entries. 03 September 2010, 18:36:11 UTC
98c07bd Doc fix: unicode() is now str() 03 September 2010, 18:31:07 UTC
35f3a2c PEP 3149 is accepted. http://mail.python.org/pipermail/python-dev/2010-September/103408.html 03 September 2010, 18:30:30 UTC
e4ea994 Document PyUnicode_AsUnicodeCopy() 03 September 2010, 16:23:29 UTC
4640860 Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy() 03 September 2010, 16:18:00 UTC
8b358e5 Fix NEWS entry. 03 September 2010, 16:12:14 UTC
6c76528 Fix Issue9753: socket.dup() does not always work right on Windows 03 September 2010, 12:38:33 UTC
06a3c8a fromfd exists on Windows now 03 September 2010, 11:11:43 UTC
2d44449 Reindent. 03 September 2010, 10:52:55 UTC
faf7b7f Issue 8420: Fix obscure set crashers. 03 September 2010, 10:00:50 UTC
8844441 fix output from RawConfigParser.write and ConfigParser.write for None values (http://bugs.python.org/issue7005) (merged r84443 from the release27-mmaint branch, with changes to reflect changes in Python 3) 03 September 2010, 04:22:36 UTC
af1e140 Readability nit. 02 September 2010, 19:58:35 UTC
7babc1b Better method name. Tighten inner-loop with bound methods. 02 September 2010, 19:56:28 UTC
d5c3f6c BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. 02 September 2010, 19:48:07 UTC
331722d Make OrderedDict.popitem() a bit smarter and faster 02 September 2010, 18:44:16 UTC
19e5a6f Credit where credit is due 02 September 2010, 15:13:35 UTC
045b3ba Issue #9212: Added the missing isdisjoint method to the dict_keys and dict_items views. The method is required by the collections.Set ABC, which the views register as supporting. 02 September 2010, 15:06:06 UTC
928d4ee Removed an extraneous semicolon 02 September 2010, 15:06:03 UTC
38d17e3 Speed-up cache updates 02 September 2010, 09:44:28 UTC
ccb90e3 Keep contents order the same between versions. 02 September 2010, 09:17:31 UTC
71133ff Create PyUnicode_strdup() function 01 September 2010, 23:43:53 UTC
c4eb765 Create Py_UNICODE_strcat() function 01 September 2010, 23:43:50 UTC
f37ca3c Glossary cleanup 01 September 2010, 22:11:53 UTC
6f80b4c Cleanup heapq docs 01 September 2010, 21:27:31 UTC
c73b909 Fix a compilation warning 01 September 2010, 21:14:46 UTC
e0793ba Issue #9737: Fix a crash when trying to delete a slice or an item from a memoryview object. 01 September 2010, 21:14:16 UTC
6cb5ad0 #9677: fix link. 01 September 2010, 21:02:50 UTC
67e8e56 Try to fix some buildbot failures on test_ssl 01 September 2010, 20:55:41 UTC
a09dc9e 'Using Python' now called 'Python Setup' 01 September 2010, 20:31:59 UTC
1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to frombytes() and tobytes(), respectively, to avoid confusion. Furthermore, array.frombytes(), array.extend() as well as the array.array() constructor now accept bytearray objects. Patch by Thomas Jollans. 01 September 2010, 20:29:34 UTC
42cb462 Remove unicode_default_encoding constant Inline its value in PyUnicode_GetDefaultEncoding(). The comment is now outdated (we will not change its value anymore). 01 September 2010, 19:39:01 UTC
e0f9863 Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenSSL versions by calling ERR_clear_error() before raising IOError 01 September 2010, 19:28:49 UTC
fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() are now removed, since their effect was inexistent in 3.x (the default encoding is hardcoded to utf-8 and cannot be changed). 01 September 2010, 18:54:56 UTC
b0fa831 Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API properly. Patch by Stefan Behnel. 01 September 2010, 15:10:12 UTC
f68c2a7 Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become _Py_add_one_to_C() and _Py_add_one_to_F(), respectively. 01 September 2010, 12:58:21 UTC
53c58f8 Forward port sorting howto 01 September 2010, 09:15:42 UTC
9707fd2 More descriptive title. 01 September 2010, 08:57:16 UTC
6b3d72c Fix line wrapping 01 September 2010, 08:56:10 UTC
d292a17 2-to-3 fixup for map() example in docs 01 September 2010, 07:46:54 UTC
20933e0 Clean-up bisect docs. * Document the post conditions for bisect_left() and bisect_right(). * Fix the grades example to use more obvious breakpoints and to use a list comprehension instead of map() which returns an iterator in Py3.x. * Improve and expand the examples of searching sorted lists. * Issue 4356 -- move up reference to the SortedCollection recipe. 01 September 2010, 06:58:25 UTC
back to top