summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #20079: Added locales supported in glibc 2.18 to locale alias table.Serhiy Storchaka2014-10-012-0/+101
* allow longs as indexes to group() (closes #22530)Benjamin Peterson2014-10-013-1/+8
* this test will only work on 64-bit machinesBenjamin Peterson2014-10-011-0/+1
* use Py_ssize_t for file offset and length computations in iteration (closes #...Benjamin Peterson2014-10-013-8/+21
* #22512: move distutils rpm test's .rpmdb to testing tmpdir.R David Murray2014-10-011-0/+3
* Issue 22465: grammar, number agreement.Terry Jan Reedy2014-09-301-1/+1
* Remove duplicate PyLong function descriptions.Georg Brandl2014-09-301-28/+0
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...Georg Brandl2014-09-3022-117/+8
* Dont define an empty SPHINXOPTS, which overrides a definition from the enviro...Georg Brandl2014-09-301-1/+0
* Prepare sphinx extensions for 1.3.Georg Brandl2014-09-302-1/+3
* add link to pdb source (closes #22528)Benjamin Peterson2014-09-301-0/+3
* clear BufferedRWPair weakrefs on deallocation (closes #22517)Benjamin Peterson2014-09-303-0/+11
* fix overflow checking in PyString_Repr (closes #22519)Benjamin Peterson2014-09-292-2/+5
* merge headsBenjamin Peterson2014-09-291-1/+76
|\
| * #20135: FAQ entry for list mutation.R David Murray2014-09-291-1/+76
* | add NEWS note for #22518Benjamin Peterson2014-09-291-0/+2
* | cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_...Benjamin Peterson2014-09-291-21/+48
|/
* give exception a nice message (closes #22379)Benjamin Peterson2014-09-286-22/+20
* #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-274-6/+9
* Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-273-1/+7
* Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-273-1/+24
* tempfile: Fix docstring. Issue #21397, patch by R. David Murray.Yury Selivanov2014-09-261-4/+4
* Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-262-0/+11
* allow archives for rc releases to be built (closes #22484)Benjamin Peterson2014-09-251-2/+3
* Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-242-3/+6
* Issue #22471: Avoid Python Launcher.app install problems by removingNed Deily2014-09-231-2/+0
* Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOSSerhiy Storchaka2014-09-233-4/+49
* Fixed test_large_file_exception. Ported tests for large count of filesSerhiy Storchaka2014-09-231-1/+58
* Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-233-14/+63
* Fixed reference leak in the "backslashreplace" error handler.Serhiy Storchaka2014-09-231-1/+3
* Fix formatting typo in Misc/NEWS.Ned Deily2014-09-221-1/+1
* Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a.Serhiy Storchaka2014-09-211-1/+1
* Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the reSerhiy Storchaka2014-09-213-24/+53
* Issue #22423: Unhandled exception in thread no longer causes unhandledSerhiy Storchaka2014-09-213-4/+87
* Doc: fix usage of deprecated config value "unused_docs", and a duplicate obje...Georg Brandl2014-09-202-4/+5
* Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.Georg Brandl2014-09-207-57/+57
* Update Idle's online doc url.Terry Jan Reedy2014-09-201-1/+1
* Issue #22420: Avoid 'write to None' crashes by using print instead.Terry Jan Reedy2014-09-202-35/+35
* remove extra letterBenjamin Peterson2014-09-191-1/+1
* standardize pep 466 relnote styleBenjamin Peterson2014-09-191-11/+9
* whatsnew for pep 466 ssl backportBenjamin Peterson2014-09-191-0/+11
* Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().Vinay Sajip2014-09-181-1/+9
* Issue #16827: Make Interpreter introduction section of the tutorial moreSenthil Kumaran2014-09-183-111/+128
* Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-174-1/+18
* Lax cookie parsing in http.cookies could be a security issue whenGuido van Rossum2014-09-164-1/+15
* Test re pickling for all protocols.Serhiy Storchaka2014-09-151-3/+6
* Issue #22384: An exception in Tkinter callback no longer crashes the programSerhiy Storchaka2014-09-141-2/+5
* Now re tests work again on Unicode-disabled build.Serhiy Storchaka2014-09-142-48/+53
* Use more appropriate asserts in re tests.Serhiy Storchaka2014-09-141-59/+59
* make hg link secureBenjamin Peterson2014-09-131-1/+1