https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
f5f9d99 Fix the release level 12 September 2008, 23:35:48 UTC
1e62aec Bumping to 2.6rc1 12 September 2008, 23:25:57 UTC
e6872eb Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes. 12 September 2008, 22:33:22 UTC
6e1afcf Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python. 12 September 2008, 18:58:57 UTC
ef2276b sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API. 12 September 2008, 13:54:06 UTC
b535d32 fix typo 11 September 2008, 22:04:02 UTC
24cb382 #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts. Reviewed by Martin von Loewis. 11 September 2008, 20:56:13 UTC
d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) 11 September 2008, 12:11:06 UTC
9fa5a28 Issue #3642: Suppress warning in obmalloc when size_t is larger than uint. Reverts r65975. Reviewed by Brett Cannon. 11 September 2008, 06:53:30 UTC
84076d8 update asdl_c.py from r66377 10 September 2008, 22:28:00 UTC
05e3449 #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for PyString_FromFormat which has an independent implementation, and uses "%zd". This makes a difference on win64, where printf needs "%Id" to display 64bit values. For example, queue.__repr__ was incorrect. Reviewed by Martin von Loewis. 10 September 2008, 22:04:45 UTC
4dd3a50 Read unidata_version from unicodedata module. Delete old NormalizationTest.txt if it doesn't match unidata_version. 10 September 2008, 19:16:35 UTC
6d5ec24 Update to test Unicode 5.1. 10 September 2008, 18:43:49 UTC
e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. Reviewed by Amaury. 10 September 2008, 14:27:00 UTC
24329ba Issue #3811: The Unicode database was updated to 5.1. Reviewed by Fredrik Lundh and Marc-Andre Lemburg. 10 September 2008, 13:38:12 UTC
9ba7a30 use the latest pygments version 09 September 2008, 23:16:48 UTC
97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ Reviewers: Amaury, Antoine, Benjamin 09 September 2008, 20:55:01 UTC
c0f10f3 #3472: update Mac-bundled Python version info. 09 September 2008, 20:28:31 UTC
9806407 Fix varname in docstring. #3822. 09 September 2008, 19:26:00 UTC
844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. 09 September 2008, 13:42:08 UTC
d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. the __long__ slot is allowed to return either int or long, but the behaviour of float objects should not change between 2.5 and 2.6. Reviewed by Benjamin Peterson 09 September 2008, 07:24:30 UTC
672237d warnings.catch_warnings() now returns a list or None instead of the custom WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson. 09 September 2008, 00:49:16 UTC
631be01 Issue #3806: LockTests in test_imp should be skipped when thread is not available. Reviewed by Benjamin Peterson. 08 September 2008, 23:38:42 UTC
74ce88f Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. 08 September 2008, 23:03:47 UTC
61c001a incorporate fixes from issue 3162; SSL doc patch 08 September 2008, 16:37:24 UTC
996b9f3 Add UUIDs for upcoming releases 08 September 2008, 16:15:38 UTC
ffde3cf Added xrefs to each other. 08 September 2008, 14:45:37 UTC
3f5fda8 Issue #2271: Set SecureCustomProperties so that installation will properly use the TARGETDIR even for unprivileged users. 08 September 2008, 13:50:10 UTC
67543a9 Allow passing the MSI file name to merge.py. 08 September 2008, 12:02:45 UTC
ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() function. Tests added. 08 September 2008, 00:20:28 UTC
e080cdf reran autoconf 07 September 2008, 19:19:04 UTC
29ec750 bugfix to r66283 (see issue #1204). 07 September 2008, 19:18:16 UTC
0f3629d Add a new howto about Python and the web, by Marek Kubica. 07 September 2008, 17:00:17 UTC
cc023f1 reran autoconf for r66283's checkin 07 September 2008, 05:15:58 UTC
980b99b - Issue #1204: The configure script now tests for additional libraries that may be required when linking against readline. This fixes issues with x86_64 builds on some platforms (at least a few Linux flavors as well as OpenBSD/amd64). 07 September 2008, 05:15:18 UTC
b7a841c undoing change that broke trunk. Need to find a better solution to this. 07 September 2008, 04:37:10 UTC
1680b8c This fixes a small inconsistency between trunk and 3.0, closing bug 3764. 07 September 2008, 03:53:58 UTC
a853a89 fix missing module 06 September 2008, 23:19:15 UTC
9fb1aca Backport relevant part of r66274 (in issue #874900). 06 September 2008, 23:04:32 UTC
fe38e44 #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attributes 06 September 2008, 21:26:02 UTC
feb8cad #3796: A test class was not run in test_float. Reviewed by Benjamin. 06 September 2008, 20:53:51 UTC
cd52023 #3669 from Robert Lehmann: simplify use of iterator in example 06 September 2008, 20:28:01 UTC
873c9f1 docs are pretty good about new-style classes these days 06 September 2008, 19:42:39 UTC
6ac7d7c #1638033: add support for httponly on Cookie.Morsel Reviewer: Benjamin 06 September 2008, 19:28:11 UTC
810f807 #3040: include 'dest' argument in example; trim some trailing whitespace 06 September 2008, 13:04:02 UTC
48a937a Various corrections 06 September 2008, 12:50:05 UTC
ad2a9e7 actually tell the name of the flag to use 06 September 2008, 03:00:00 UTC
d5ff5b2 Fix typo in multiprocessing doc, cancel_join_thread was missing _thread 06 September 2008, 01:20:11 UTC
ebcd0ce Issue #3535: zipfile couldn't read some zip files larger than 2GB. Reviewed by Amaury Forgeot d'Arc. 05 September 2008, 23:30:23 UTC
cdeb24b GNU coding guidelines say that ``make check`` should verify the build. That clashes with what Python's build target did. Rename the target to 'patchcheck' to avoid the culture clash. Closes issue 3758. Reviewed by Benjamin Peterson. 05 September 2008, 22:59:17 UTC
187ac1b #3601: test_unicode.test_raiseMemError fails in UCS4 Reviewed by Benjamin Peterson on IRC. 05 September 2008, 22:04:54 UTC
32476fc Deprecate bsddb for removal in Python 3.0. Closes issue 3776. Review by Nick Coghlan. 05 September 2008, 18:33:51 UTC
6024834 #3671: Typo fix 05 September 2008, 15:15:56 UTC
3dffcd1 Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only. 05 September 2008, 03:52:59 UTC
15ad6c0 flesh out the documentation on using 2to3 04 September 2008, 23:31:27 UTC
42e459e Added NEWS 04 September 2008, 14:25:30 UTC
3ff2275 #3671: various corrections and markup fixes noted by Kent Johnson 04 September 2008, 13:26:24 UTC
171c4aa Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. Reviewed by Amaury Forgeot d'Arc. 04 September 2008, 11:15:14 UTC
65d66e1 Issue #3772: Fixed regression problem in StreamHandler.emit(). 04 September 2008, 07:31:21 UTC
a0b7444 test_py3kwarn had been overlooked when test.test_support.catch_warning() was re-implemented to use warnings.catch_warnings() and had its API improved. Closes issue #3768. Code review by Benjamin Peterson. 03 September 2008, 22:45:11 UTC
c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated. 03 September 2008, 22:35:50 UTC
69acb43 Python3.0 bsddb testsuite compatibility improvements 03 September 2008, 22:07:11 UTC
cde6dc9 3.0 still has the old threading names 03 September 2008, 21:48:20 UTC
b814d6a Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou 03 September 2008, 18:10:30 UTC
ac25fab Fix some leaks - Neal Norwitz 03 September 2008, 17:50:32 UTC
b339b2a Issue #2562: Fix distutils PKG-INFO writing logic to allow having non-ascii characters and Unicode in setup.py meta-data. 03 September 2008, 11:13:56 UTC
6a2fd81 Issue #3726: Allowed spaces in separators in logging configuration files. 03 September 2008, 09:20:05 UTC
ff7b2d5 Fix issue 3645: OpenBSD required -lcurses when linking with readline to get the correct completion_matches function to avoid crashes on x86_64 (amd64). I don't have OpenBSD to test myself. I tested that it does not break anything on linux. It is simple. 03 September 2008, 05:57:48 UTC
0151b53 Merged revisions 66176 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66176 | benjamin.peterson | 2008-09-02 21:04:06 -0500 (Tue, 02 Sep 2008) | 1 line fix typo ........ 03 September 2008, 02:14:03 UTC
ee3acff update 2to3 script from 2to3 trunk 03 September 2008, 01:53:28 UTC
eb55fd8 Merged revisions 66173 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66173 | benjamin.peterson | 2008-09-02 18:57:48 -0500 (Tue, 02 Sep 2008) | 8 lines A little 2to3 refactoring #3637 This moves command line logic from refactor.py to a new file called main.py. RefactoringTool now merely deals with the actual fixers and refactoring; options processing for example is abstracted out. This patch was reviewed by Gregory P. Smith. ........ 03 September 2008, 00:21:32 UTC
293924b Issue 2975: when compiling multiple extension modules with visual studio 2008 from the same python instance, some environment variables (LIB, INCLUDE) would grow without limit. Tested with these statements: distutils.ccompiler.new_compiler().initialize() print os.environ['LIB'] But I don't know how to turn them into reliable unit tests. 02 September 2008, 23:19:56 UTC
042025f Attempt to correct the build files for the Microsoft VS7.1 compiler. I don't have a working VS7.1, but VS2005 can automatically convert the project and build a working python interpreter. 02 September 2008, 21:50:47 UTC
2e9b6cb Use vs9to8.py to refresh the Visual Studio 2005 build files. 02 September 2008, 21:17:05 UTC
3e7dd78 Issue #3759: test_asyncore.py leaked handle. Reviewed by Amaury Forgeot d'Arc 02 September 2008, 20:36:44 UTC
3e75d23 Add e-mail address 02 September 2008, 13:08:11 UTC
8315da4 Clarify example; add imports 02 September 2008, 13:06:00 UTC
31a0a14 Add news item for #3719. 02 September 2008, 12:11:19 UTC
d15fad7 Add quotes around the file name to avoid issues with spaces. Closes #3719. 02 September 2008, 10:32:34 UTC
91ae3ea Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl) 02 September 2008, 10:14:47 UTC
0792cbf a typo 02 September 2008, 07:23:16 UTC
d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a non-integer floating point number. 02 September 2008, 05:36:11 UTC
2bb25cc Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared library targets in the Makefile. 02 September 2008, 05:29:51 UTC
3b6be74 Improve compatibility with Python3.0 testsuite 02 September 2008, 02:29:06 UTC
2dd647b typo fix 02 September 2008, 01:39:18 UTC
1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it catch_warnings(), and clean up the API. While expanding the test suite, a bug was found where a warning about the 'line' argument to showwarning() was not letting functions with '*args' go without a warning. Closes issue 3602. Code review by Benjamin Peterson. 02 September 2008, 01:25:16 UTC
8653377 Describe the __hash__ changes 02 September 2008, 01:13:42 UTC
973e6c2 remove py3k warnings about the threading api; update docs Reviewer: Benjamin Peterson 01 September 2008, 23:12:58 UTC
057dfdd In Python3.0, "test.test_support" is renamed to "test.support". 01 September 2008, 20:48:16 UTC
3571fbf Issue #3751: str.rpartition would perform a left-partition when called with a unicode argument. will backport. 01 September 2008, 19:52:00 UTC
aa5f873 Bug #3738: Documentation is now more accurate in describing handler close methods. 01 September 2008, 17:44:14 UTC
e5c1d29 Merged revisions 65887,65889,65967-65968,65981 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65887 | benjamin.peterson | 2008-08-19 17:45:04 -0500 (Tue, 19 Aug 2008) | 1 line allow the raw_input fixer to handle calls after the raw_input (ie. raw_input().split()) ........ r65889 | benjamin.peterson | 2008-08-19 18:11:03 -0500 (Tue, 19 Aug 2008) | 1 line no need for 2.4 compatibility now ........ r65967 | benjamin.peterson | 2008-08-21 18:43:37 -0500 (Thu, 21 Aug 2008) | 1 line allow a Call to have no arguments ........ r65968 | benjamin.peterson | 2008-08-21 18:45:13 -0500 (Thu, 21 Aug 2008) | 1 line add a fixer for sys.exc_info etc by Jeff Balogh #2357 ........ r65981 | benjamin.peterson | 2008-08-22 15:41:30 -0500 (Fri, 22 Aug 2008) | 1 line add a fixer to add parenthese for list and gen comps #2367 ........ 01 September 2008, 17:17:22 UTC
f7feaec revert r66114 for Jesse 01 September 2008, 17:10:46 UTC
27cc8e1 Submit Nick's patch for issue 3589, reviewed by jnoller 01 September 2008, 16:47:25 UTC
34bfda5 Added section about configuring logging in a library. Thanks to Thomas Heller for the idea. 01 September 2008, 15:08:07 UTC
35e3b03 logging: fixed lack of use of encoding attribute specified on a stream. 01 September 2008, 14:33:59 UTC
ed8c644 Issue #3748: platform.architecture() printed vogus message on windows. Reviewed by Marc-Andre Lemburg. 01 September 2008, 14:32:58 UTC
72ed078 logging: fixed lack of use of encoding attribute specified on a stream. 01 September 2008, 14:30:10 UTC
f7dd75f Issue #3732: Backported r53335 to supress deprecation warning. Reviewed by Benjamin Peterson. 01 September 2008, 14:24:04 UTC
17f03ca Fix compilation when --without-threads is given #3683 Reviewer: Georg Brandl, Benjamin Peterson 01 September 2008, 14:18:30 UTC
back to top