index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
Serhiy Storchaka
2014-10-01
2
-0/+101
*
allow longs as indexes to group() (closes #22530)
Benjamin Peterson
2014-10-01
3
-1/+8
*
this test will only work on 64-bit machines
Benjamin Peterson
2014-10-01
1
-0/+1
*
use Py_ssize_t for file offset and length computations in iteration (closes #...
Benjamin Peterson
2014-10-01
3
-8/+21
*
#22512: move distutils rpm test's .rpmdb to testing tmpdir.
R David Murray
2014-10-01
1
-0/+3
*
Issue 22465: grammar, number agreement.
Terry Jan Reedy
2014-09-30
1
-1/+1
*
Remove duplicate PyLong function descriptions.
Georg Brandl
2014-09-30
1
-28/+0
*
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...
Georg Brandl
2014-09-30
22
-117/+8
*
Dont define an empty SPHINXOPTS, which overrides a definition from the enviro...
Georg Brandl
2014-09-30
1
-1/+0
*
Prepare sphinx extensions for 1.3.
Georg Brandl
2014-09-30
2
-1/+3
*
add link to pdb source (closes #22528)
Benjamin Peterson
2014-09-30
1
-0/+3
*
clear BufferedRWPair weakrefs on deallocation (closes #22517)
Benjamin Peterson
2014-09-30
3
-0/+11
*
fix overflow checking in PyString_Repr (closes #22519)
Benjamin Peterson
2014-09-29
2
-2/+5
*
merge heads
Benjamin Peterson
2014-09-29
1
-1/+76
|
\
|
*
#20135: FAQ entry for list mutation.
R David Murray
2014-09-29
1
-1/+76
*
|
add NEWS note for #22518
Benjamin Peterson
2014-09-29
1
-0/+2
*
|
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_...
Benjamin Peterson
2014-09-29
1
-21/+48
|
/
*
give exception a nice message (closes #22379)
Benjamin Peterson
2014-09-28
6
-22/+20
*
#10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray
2014-09-27
4
-6/+9
*
Issue #16537: Check whether self.extensions is empty in setup.py.
Berker Peksag
2014-09-27
3
-1/+7
*
Issue #9850: Fixed macpath.join() for empty first component. Patch by
Serhiy Storchaka
2014-09-27
3
-1/+24
*
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
Yury Selivanov
2014-09-26
1
-4/+4
*
Issue #17462: Add a paragraph about advantages of argparse over optparse.
Berker Peksag
2014-09-26
2
-0/+11
*
allow archives for rc releases to be built (closes #22484)
Benjamin Peterson
2014-09-25
1
-2/+3
*
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
Berker Peksag
2014-09-24
2
-3/+6
*
Issue #22471: Avoid Python Launcher.app install problems by removing
Ned Deily
2014-09-23
1
-2/+0
*
Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
Serhiy Storchaka
2014-09-23
3
-4/+49
*
Fixed test_large_file_exception. Ported tests for large count of files
Serhiy Storchaka
2014-09-23
1
-1/+58
*
Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
Serhiy Storchaka
2014-09-23
3
-14/+63
*
Fixed reference leak in the "backslashreplace" error handler.
Serhiy Storchaka
2014-09-23
1
-1/+3
*
Fix formatting typo in Misc/NEWS.
Ned Deily
2014-09-22
1
-1/+1
*
Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a.
Serhiy Storchaka
2014-09-21
1
-1/+1
*
Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
Serhiy Storchaka
2014-09-21
3
-24/+53
*
Issue #22423: Unhandled exception in thread no longer causes unhandled
Serhiy Storchaka
2014-09-21
3
-4/+87
*
Doc: fix usage of deprecated config value "unused_docs", and a duplicate obje...
Georg Brandl
2014-09-20
2
-4/+5
*
Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.
Georg Brandl
2014-09-20
7
-57/+57
*
Update Idle's online doc url.
Terry Jan Reedy
2014-09-20
1
-1/+1
*
Issue #22420: Avoid 'write to None' crashes by using print instead.
Terry Jan Reedy
2014-09-20
2
-35/+35
*
remove extra letter
Benjamin Peterson
2014-09-19
1
-1/+1
*
standardize pep 466 relnote style
Benjamin Peterson
2014-09-19
1
-11/+9
*
whatsnew for pep 466 ssl backport
Benjamin Peterson
2014-09-19
1
-0/+11
*
Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().
Vinay Sajip
2014-09-18
1
-1/+9
*
Issue #16827: Make Interpreter introduction section of the tutorial more
Senthil Kumaran
2014-09-18
3
-111/+128
*
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...
Senthil Kumaran
2014-09-17
4
-1/+18
*
Lax cookie parsing in http.cookies could be a security issue when
Guido van Rossum
2014-09-16
4
-1/+15
*
Test re pickling for all protocols.
Serhiy Storchaka
2014-09-15
1
-3/+6
*
Issue #22384: An exception in Tkinter callback no longer crashes the program
Serhiy Storchaka
2014-09-14
1
-2/+5
*
Now re tests work again on Unicode-disabled build.
Serhiy Storchaka
2014-09-14
2
-48/+53
*
Use more appropriate asserts in re tests.
Serhiy Storchaka
2014-09-14
1
-59/+59
*
make hg link secure
Benjamin Peterson
2014-09-13
1
-1/+1
[prev]
[next]