Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. 22 December 2013, 00:45:42 UTC
f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. 22 December 2013, 00:35:53 UTC
6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) 21 December 2013, 23:44:01 UTC
716b722 Issue #20045: Fix "setup.py register --list-classifiers". 21 December 2013, 21:57:56 UTC
492b989 Fix DeprecationWarnings in test suite 21 December 2013, 21:19:46 UTC
17c9326 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. 21 December 2013, 21:14:56 UTC
bdce938 Update test.outstanding_bugs.py 20 December 2013, 19:25:07 UTC
715233c Issue #20034: Updated alias mapping to most recent locale.alias file from X.org distribution using makelocalealias.py. 20 December 2013, 16:23:26 UTC
bea3534 Don't use sebTest() in tests for issue #5815. 19 December 2013, 20:31:46 UTC
e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. 19 December 2013, 19:44:56 UTC
c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for locale encodings with hyphens. 19 December 2013, 19:21:25 UTC
1e81a39 Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a ValueError if num is negative (instead of raising a SystemError). 19 December 2013, 15:47:04 UTC
cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level (wrong type). 19 December 2013, 15:38:03 UTC
cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and quotechar fields. Original patch by Vajrasky Kok. 19 December 2013, 14:27:18 UTC
800e11b Issue #19902: Added list of logging levels. 19 December 2013, 11:50:24 UTC
ccedc22 update url to spec (closes #20018) 18 December 2013, 21:35:18 UTC
b1792d9 remove trailing spaces. 18 December 2013, 19:27:05 UTC
0bffca0 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. 18 December 2013, 18:21:49 UTC
3c02ece Issue #19492: Silently skipped distutils tests now reported as skipped. 18 December 2013, 14:41:01 UTC
4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. Patch by Serhiy Storchaka. 18 December 2013, 02:13:16 UTC
320b391 Issue #20006: Fix sporadic failures in test_weakset. 17 December 2013, 23:28:36 UTC
0c73fc0 Revert misled test change in f189da5bda26. 17 December 2013, 23:29:30 UTC
1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. Original patch by Simon Sapin. 17 December 2013, 19:50:02 UTC
48d761e Issue #16404: Add checks for return value of PyLong_FromLong() in sys.getwindowsversion() and ossaudiodev.setparameters(). Reported by Ned Batchelder. 17 December 2013, 13:11:24 UTC
87a854d Fixed leak in sys.flags initialization. 17 December 2013, 12:59:42 UTC
1700788 Close #19999: tolerate coarse time when testing time.monotonic() on very busy/slow buildbot 16 December 2013, 21:36:50 UTC
de57074 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns EWOULDBLOCK on Windows or VMs hosted on Windows. 16 December 2013, 20:15:44 UTC
1007432 Issue #19987: Re-write test_alias_fallback in test_winsound to have two acceptable outcomes: success or RuntimeError. Without being able to actually hear whether a sound was played, either one could be right, but any other error would be a failure. 16 December 2013, 15:02:41 UTC
928b9e2 Merge heads 16 December 2013, 13:16:35 UTC
593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). * splitunc() no more return illegal result for paths with redundant slashes. * splitunc() now correctly processes the 'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Deprecation warnings now emitted for every use of splitunc(). * Added tests for splitunc(). 16 December 2013, 13:13:28 UTC
808d83d Merge. 16 December 2013, 12:49:19 UTC
3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). 16 December 2013, 12:34:55 UTC
e9b034b Issue #17919: add missing import of USHRT_MAX 16 December 2013, 12:27:16 UTC
e68a3ce Merge. 16 December 2013, 11:02:42 UTC
8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. Patch by Vajrasky Kok. 16 December 2013, 01:49:38 UTC
1f1ec12 Issue #19986: Avoid an incorrect warning of older gcc versions. 15 December 2013, 19:45:08 UTC
325a102 Merge. 15 December 2013, 18:12:07 UTC
46c686f Issue #19965: Make sure that Python-ast.h is properly taken into account in the makefile. 15 December 2013, 18:09:00 UTC
c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. 14 December 2013, 19:07:09 UTC
84d28b4 Issue #19623: Fixed writing to unseekable files in the aifc module. 14 December 2013, 18:35:04 UTC
5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. 14 December 2013, 17:12:02 UTC
01e5f80 Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted by including stdint.h before mpdecimal.h. In that case the only option left is to compile with -D_STDC_LIMIT_MACROS. 14 December 2013, 11:58:09 UTC
956040a #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. 14 December 2013, 10:42:29 UTC
fc06999 #19970: Fix some comment typos. Report and patch by Vajrasky Kok. 14 December 2013, 01:52:19 UTC
98620d8 Issue #19963: Document that importlib.import_module() will import parent packages automatically. 13 December 2013, 18:57:41 UTC
d913d9d #18036: update .pyc FAQ entry in light of PEP 3147. Initial patch by Phil Connell. 13 December 2013, 17:29:29 UTC
c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" argument is not in range [0; 255]. 13 December 2013, 11:14:44 UTC
3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. 13 December 2013, 10:08:01 UTC
258e4d3 Issue #14432: Fix compilation when thread support is disabled 13 December 2013, 01:30:12 UTC
1310510 Issue #14432: Generator now clears the borrowed reference to the thread state Fix a crash when a generator is created in a C thread that is destroyed while the generator is still used. The issue was that a generator contains a frame, and the frame kept a reference to the Python state of the destroyed C thread. The crash occurs when a trace function is setup. 13 December 2013, 01:17:29 UTC
da12ada Do not discard const qualifier without a reason. 12 December 2013, 17:51:51 UTC
0f533ac Avoid UnicodeEncodeError by only printing ASCII. This fixes running test_decimal in verbose mode on Windows, which I broke in issue #19572. 12 December 2013, 16:32:16 UTC
bdbffd0 Filter namespaceobject's files properly in the pythoncore VS project. 11 December 2013, 23:12:34 UTC
36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. Also, cleaned up an unused import. 11 December 2013, 22:59:44 UTC
d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. This is a backward compatible partial fix, the complete fix requires raising an error instead of accepting the invalid input, so the real fix is only suitable for 3.4. 11 December 2013, 21:34:34 UTC
31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() return not int instance. Introduced _PyLong_FromNbInt() and refactored PyLong_As*() functions. 11 December 2013, 19:07:54 UTC
acd1730 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the fix to Issue #14635 in Python 3.3.0 to be interpreted as milliseconds instead of seconds when the platform supports select.poll (ie: everywhere). It is now treated as seconds once again. 11 December 2013, 02:25:21 UTC
f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial shell window is present. (Original patch by Terry Reedy) 11 December 2013, 00:24:01 UTC
ea6854a Issue #19928: Fix test on Windows 10 December 2013, 20:17:22 UTC
d082b68 #19943: fix typo noticed by Jakub Wilk. 10 December 2013, 12:05:46 UTC
b5c4fd0 Issue #19407: add Python Packaging User Guide notes The stdlib docs for package distribution and building extensions are rather dated, and that isn't expected to change for 2.7 and 3.3. The Python Packaging User Guide isn't complete either, but it's already a much better road map for new users than the existing stdlib docs. 10 December 2013, 11:24:55 UTC
1f79cdf Issue #19928: Implemented a test for repr() of cell objects. 10 December 2013, 08:20:31 UTC
9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. 10 December 2013, 08:05:19 UTC
d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. 10 December 2013, 00:19:58 UTC
1761fa9 Add libmpdec license. 08 December 2013, 19:54:02 UTC
37d4e0b Fix two typos. 08 December 2013, 19:08:32 UTC
42e3b60 Missed one copyright. 08 December 2013, 19:00:56 UTC
ecff655 Update copyright. The four year increment is intentional (to save work). 08 December 2013, 18:54:05 UTC
271493b Issue #17429: Oops, remove unused import 08 December 2013, 23:25:57 UTC
620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 encoding with the surrogateescape error handler, instead of decoding from the locale encoding in strict mode. It fixes the function on Fedora 19 which is probably the first major distribution release with a non-ASCII name. Patch written by Toshio Kuratomi. 08 December 2013, 23:01:27 UTC
589ecda Fixes issue #19929: Call os.read with 32768 within subprocess.Popen communicate rather than 4096 for efficiency. A microbenchmark shows Linux and OS X both using ~50% less cpu time this way. 08 December 2013, 18:56:07 UTC
6976104 #18430: Document that peek() may change the position of the underlying file for the BZ2File, GzipFile and LZMAFile classes. 08 December 2013, 18:47:22 UTC
3e60a9d Issue #19535: Fixed test_docxmlrpc when python is run with -OO. 08 December 2013, 16:14:49 UTC
a82f74d Remove mentions of Python 2.x and being externally maintained from the bundled json module. Replace that with a mention of it being a version of the externally maintained simplejson module. 08 December 2013, 08:39:07 UTC
4adb37c Issue #19926: Removed unneeded test_main from test_abstract_numbers. Patch by Vajrasky Kok. 08 December 2013, 07:00:14 UTC
7ef00ff Normalize whitespace 08 December 2013, 06:38:54 UTC
9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. 08 December 2013, 06:20:35 UTC
774f909 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data to stdin within subprocess.Popen.communicate. 5-10% less cpu usage. 08 December 2013, 03:12:46 UTC
6c527cf Issue #19857: Make sure that test_imaplib reaps server threads even in face of error upon client disconnection. 07 December 2013, 19:30:17 UTC
933142a document that compile() can take bytes (closes #19910) 07 December 2013, 01:12:39 UTC
d4d6055 Issue #19900: improve generalities at the start of the pickle module doc 06 December 2013, 23:56:59 UTC
b1a92a4 Added minor clarification in logging HOWTO. 06 December 2013, 11:22:24 UTC
dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. 05 December 2013, 22:46:32 UTC
9c72ebc #19839: Fix lzma module's handling of non-lzma data at EOF. 04 December 2013, 22:03:49 UTC
1de19ac #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. 04 December 2013, 22:01:15 UTC
a5cc9d6 Tweak the socket module doc layout 04 December 2013, 20:11:03 UTC
e3658a7 Issue #19882: tweak docs for socket.close() 04 December 2013, 20:02:42 UTC
abbc8ca ncurses' winch and mvwinch return an unsigned long 04 December 2013, 07:50:22 UTC
13e6d23 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. (grafted from c80083ad142db2939507800c755082293a87f2de) 04 December 2013, 03:02:05 UTC
4b7f7ac Make a couple of parameters constant. 03 December 2013, 13:33:46 UTC
827f5d3 Issue #19665: Increased timeout for SMTPHandler test. 03 December 2013, 11:28:55 UTC
7601a1e Add NEWS entry for issue #19834. 02 December 2013, 16:19:00 UTC
f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching 02 December 2013, 13:49:54 UTC
22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation 02 December 2013, 11:16:46 UTC
9d1dbca Fix issue #19834: Support unpickling of exceptions pickled by Python 2. 02 December 2013, 10:41:01 UTC
708a318 Fixes issue #15798: subprocess.Popen() no longer fails if file descriptor 0, 1 or 2 is closed. The errpipe_write fd will always be >= 3. 02 December 2013, 01:27:40 UTC
5c1c3b4 Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. Patch by Daniel Urban. 01 December 2013, 21:25:26 UTC
361e30c Undo supposed fix for Issue #15798 until I understand why this is causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4). 01 December 2013, 08:12:24 UTC
1eda9e7 Fixes Issue #15798 - subprocess.Popen() no longer fails if file descriptor 0, 1 or 2 is closed. 01 December 2013, 03:02:57 UTC
65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. 01 December 2013, 01:55:48 UTC
back to top