https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
da71013 Update suspicious ignore file. 08 May 2011, 07:10:29 UTC
cd79cdc Bump to 3.2.1b1. 08 May 2011, 07:03:36 UTC
a8201f0 Merge 07 May 2011, 17:47:47 UTC
6ef5dfd Merge 07 May 2011, 17:47:24 UTC
4d1cd0a Merge 07 May 2011, 17:45:34 UTC
5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. 07 May 2011, 17:41:33 UTC
c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. 07 May 2011, 17:39:37 UTC
fde86ff merge 07 May 2011, 17:35:36 UTC
24befa8 merge with 3.1 07 May 2011, 17:09:34 UTC
0b5c21f #12002 - ftplib's abort() method raises TypeError 07 May 2011, 17:03:47 UTC
4c1aebd #5421: merge with 3.1. 07 May 2011, 16:50:28 UTC
63e4230 #5421: add tests. 07 May 2011, 16:47:48 UTC
06383ee #12017: merge with 3.1. 07 May 2011, 15:15:34 UTC
362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. 07 May 2011, 14:58:09 UTC
b0b0579 Merge: Fix potential resource leak in test_mmap. 07 May 2011, 12:35:36 UTC
7420b70 Fix potential resource leak in test_mmap. 07 May 2011, 12:35:05 UTC
044dfad Merge: #11277: Fix tests - crash will not trigger if the file is closed and reopened. 07 May 2011, 12:16:50 UTC
909f6d2 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. 07 May 2011, 12:14:53 UTC
c2bb073 Merge: #11277: Add tests for mmap crash when using large sparse files on OS X. Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso. 07 May 2011, 11:08:54 UTC
ced1056 Issue #11277: Add tests for mmap crash when using large sparse files on OS X. Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso. 07 May 2011, 11:01:50 UTC
94b8ee3 #11999: sync based on comparing mtimes, not mtime to system clock 07 May 2011, 02:20:34 UTC
caed7fe #11999: sync based on comparing mtimes, not mtime to system clock 07 May 2011, 02:07:19 UTC
6355c16 ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same file on Windows XP. Noticed while researching a buildbot failure due to a patch for issue #10684. 06 May 2011, 15:11:07 UTC
1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any dNSName entry, ssl.match_hostname() should use the subject's commonName. Patch by Nicolas Bareil. 06 May 2011, 13:19:49 UTC
78349b0 merge from 3.1 06 May 2011, 08:57:22 UTC
f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) 06 May 2011, 08:23:04 UTC
8cd2e5f Sync-up minor code edits with the default branch. 05 May 2011, 21:15:12 UTC
102d874 Sync-up minor code edits with the default branch. 05 May 2011, 18:49:12 UTC
f90ba8a Avoid codec spelling issues by just using the utf-8 default. 05 May 2011, 18:35:50 UTC
c4d7864 Use shared testing facilities in test_threading 05 May 2011, 18:17:32 UTC
66a18fd #11873: Improve test regex so random directory names don't cause test to fail 05 May 2011, 15:52:44 UTC
fdc2c55 Remove trailing whitespace 05 May 2011, 14:02:12 UTC
0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. 05 May 2011, 13:49:25 UTC
f77b74d #11997: merge with 3.1. 05 May 2011, 11:21:18 UTC
d92ab08 #11997: fix typo in init.rst. 05 May 2011, 11:19:48 UTC
3ef4419 Merge #8158: add missing 'description' description to optparse docstring. 05 May 2011, 01:07:33 UTC
fc5ed80 #8158: add missing 'description' description to optparse docstring. 05 May 2011, 01:06:57 UTC
eda70b8 #11335: Fix memory leak after key function failure in sort 04 May 2011, 19:46:28 UTC
0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the interpreter is shutting down; instead, these threads are now killed when they try to take the GIL. 04 May 2011, 18:02:30 UTC
e548f5a #11985: merge with 3.1. 04 May 2011, 15:39:29 UTC
f16898b #11985: update docstring of platform.python_implementation. 04 May 2011, 15:37:50 UTC
03b8d4e Fix #11834. Correct site-packages paths. Patch by Bryce Verdier. 04 May 2011, 02:57:56 UTC
308053e Fix #11834. Correct site-packages paths. Patch by Bryce Verdier. 04 May 2011, 02:57:00 UTC
003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. 03 May 2011, 18:01:32 UTC
5098d44 #11985: merge with 3.1. 03 May 2011, 17:43:48 UTC
b351bcc #11985: document the return value of platform.python_implementation for PyPy. 03 May 2011, 17:41:48 UTC
b87a56a Fix typo in name of private function 03 May 2011, 14:34:42 UTC
a5ac2ce Backport 3.3 fixes and cleans ups. 02 May 2011, 18:02:13 UTC
81b9656 Backport code cleanup for namedtuples. 02 May 2011, 16:50:15 UTC
cafa2ef logging: don't define QueueListener if Python has no thread support 02 May 2011, 14:11:28 UTC
b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. 02 May 2011, 12:47:24 UTC
38cfe89 Merge 3.1 02 May 2011, 11:12:23 UTC
cd6756d Branch merge 02 May 2011, 11:10:36 UTC
b79c234 Add missing colon 02 May 2011, 11:10:18 UTC
c704378 merge 3.1 02 May 2011, 01:24:40 UTC
9b2fd32 Fix spelling. 02 May 2011, 01:14:49 UTC
8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso. 01 May 2011, 23:11:33 UTC
a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso. 01 May 2011, 23:05:37 UTC
cee01bf merge 3.1 01 May 2011, 22:39:40 UTC
10116d4 note abcs of int and float (closes #11977) 01 May 2011, 22:38:17 UTC
5cf93c6 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) 01 May 2011, 21:47:56 UTC
13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) 01 May 2011, 21:46:48 UTC
d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the check of the object type doesn't read the __class__ attribute anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy of the str type). 01 May 2011, 21:31:36 UTC
3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the check of the object type doesn't read the __class__ attribute anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy of the str type). 01 May 2011, 21:19:15 UTC
da623ed Split combined code/doctest code blocks in two blocks, to enable proper highlighting. 01 May 2011, 20:37:23 UTC
e97f14c Merge #11971: fix man page; it's -OO not -O0 Patch by Lars Michelsen. 01 May 2011, 15:14:31 UTC
9c4f09d #11971: fix man page; it's -OO not -O0 Patch by Lars Michelsen. 01 May 2011, 15:13:56 UTC
3bba57d Fix wording 01 May 2011, 00:14:48 UTC
361a7df Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls 30 April 2011, 21:29:08 UTC
bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls 30 April 2011, 21:26:32 UTC
7461298 #11883: replace incorrect call to sendmail with correct call to send_message 30 April 2011, 21:19:53 UTC
b751d61 Merge #11901: post-commit review fixes per Georg Brandl 30 April 2011, 20:36:08 UTC
9beb34e #11901: post-commit review fixes per Georg Brandl 30 April 2011, 20:35:29 UTC
f97aed1 merge 3.1 30 April 2011, 18:15:18 UTC
4c02088 fix function name in example (closes #11966) 30 April 2011, 18:14:56 UTC
73365dd whitespace... 30 April 2011, 03:18:33 UTC
e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. 30 April 2011, 03:17:51 UTC
f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. 29 April 2011, 22:06:28 UTC
8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the constants to be used for STARTUPINFO were exposed due to the change. 29 April 2011, 20:48:13 UTC
2ee8835 #11952: Fix typo in multiprocessing doc. 29 April 2011, 04:10:24 UTC
e3bdcf4 skip the extractall test on platforms where os.symlink is not available. 28 April 2011, 09:05:55 UTC
123932f Add tests for tarfile extractall feature when with symlinks 28 April 2011, 07:38:12 UTC
b185a04 #11926: add missing keywords to help("keywords"). 28 April 2011, 04:42:55 UTC
507cbc1 Issue #11940: Update external link. 27 April 2011, 23:32:08 UTC
f95033b #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. 27 April 2011, 21:48:46 UTC
9a42793 Branch merge 27 April 2011, 14:23:56 UTC
10f3d7a Change markup so it generates a link 27 April 2011, 14:22:32 UTC
935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. 27 April 2011, 07:17:34 UTC
3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new subinterpreter to fix a bootstrap issue with codecs implemented in Python, as the ISO-8859-15 codec. Add fscodec_initialized attribute to the PyInterpreterState structure. 26 April 2011, 22:24:21 UTC
1188935 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) ... instead of PyErr_Print() because we don't need to set sys attributes, the sys module is destroyed just after printing the error. 26 April 2011, 22:20:27 UTC
90759a2 Mentioned issues #11324 and #11858. 30 April 2011, 07:36:35 UTC
3040193 Fix #11961. Document STARTUPINFO and creation flag options. 30 April 2011, 03:20:57 UTC
be5dbeb merge from 3.1 29 April 2011, 22:09:51 UTC
08fd8d9 merge 29 April 2011, 21:11:30 UTC
5c7419d Removed debugging leftovers. 29 April 2011, 14:16:36 UTC
4d27d9e __class__ of a __class__ check worked only by chance. 29 April 2011, 14:15:41 UTC
75da860 TestChainMap was not previously used. Minor corrections applied. 29 April 2011, 09:35:03 UTC
17797a7 #11952: merge with 3.1. 29 April 2011, 04:12:42 UTC
390ea0f Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) 28 April 2011, 22:44:33 UTC
1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. Initial patches by Tobias Brink. Thanks! 28 April 2011, 15:03:45 UTC
back to top