summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Closes #19434: fix copy-paste error in MIMENonMultipart docstring.Georg Brandl2014-10-021-1/+1
* Issue #20079: Fixed tests.Serhiy Storchaka2014-10-021-1/+1
* Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.Serhiy Storchaka2014-10-021-1/+11
* Issue #20076: Remove just added the sr_rs.utf8@latn alias because it isSerhiy Storchaka2014-10-021-1/+0
* merge headsGeorg Brandl2014-10-022-0/+8
|\
| * closes #22528: add source links to symtable and compileallGeorg Brandl2014-10-022-0/+8
* | Closes #19342: improve docstrings in grp module.Georg Brandl2014-10-021-6/+6
* | Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in ...Georg Brandl2014-10-024-74/+47
|/
* fix sslwrap_simple (closes #22523)Benjamin Peterson2014-10-023-11/+19
* - Issue #17219: Add library build dir for Python extension cross-builds.doko@ubuntu.com2014-10-022-1/+3
* - Issue #18096: Fix library order returned by python-config.doko@ubuntu.com2014-10-012-2/+5
* Issue #20076: Added non derived UTF-8 aliases to locale aliases table.Serhiy Storchaka2014-10-012-0/+9
* 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