Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a02ae2500a7f7adcccd55b7de206908ec109640f
a02ae25
separate cert loading tests into Windows and non-Windows cases
by Benjamin Peterson
· 11 years ago
0b30a2b
also use openssl envvars to find certs on windows (closes #22449)
by Benjamin Peterson
· 11 years ago
a2e2b58
- Add CVE number for Issue #21831
by doko@ubuntu.com
· 11 years ago
06b74a7
Fix a few typo/grammar issues in the multiprocessing docs.
by Zachary Ware
· 11 years ago
9840db8
#8473: make doctest.testfile use universal newline mode.
by R David Murray
· 11 years ago
52d0a1b
Closes #19434: fix copy-paste error in MIMENonMultipart docstring.
by Georg Brandl
· 11 years ago
96ba529
Issue #20079: Fixed tests.
by Serhiy Storchaka
· 11 years ago
5f4e55c
Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.
by Serhiy Storchaka
· 11 years ago
ad95599
Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is
by Serhiy Storchaka
· 11 years ago
dc14bc5
merge heads
by Georg Brandl
· 11 years ago
c066105
closes #22528: add source links to symtable and compileall
by Georg Brandl
· 11 years ago
fe3c80b
Closes #19342: improve docstrings in grp module.
by Georg Brandl
· 11 years ago
14b5a4d
Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in the 3.x branches
by Georg Brandl
· 11 years ago
2f33456
fix sslwrap_simple (closes #22523)
by Benjamin Peterson
· 11 years ago
0d377b3
- Issue #17219: Add library build dir for Python extension cross-builds.
by doko@ubuntu.com
· 11 years ago
92518cc
- Issue #18096: Fix library order returned by python-config.
by doko@ubuntu.com
· 11 years ago
b3d80a2
Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
by Serhiy Storchaka
· 11 years ago
4e286eb
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
by Serhiy Storchaka
· 11 years ago
bc4ece5
allow longs as indexes to group() (closes #22530)
by Benjamin Peterson
· 11 years ago
bc4a834
this test will only work on 64-bit machines
by Benjamin Peterson
· 11 years ago
95bc0e4
use Py_ssize_t for file offset and length computations in iteration (closes #22526)
by Benjamin Peterson
· 11 years ago
ece9d5a
#22512: move distutils rpm test's .rpmdb to testing tmpdir.
by R David Murray
· 11 years ago
b10b8ea
Issue 22465: grammar, number agreement.
by Terry Jan Reedy
· 11 years ago
3e430eb
Remove duplicate PyLong function descriptions.
by Georg Brandl
· 11 years ago
f16fbf9
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
by Georg Brandl
· 11 years ago
bb67528
Dont define an empty SPHINXOPTS, which overrides a definition from the environment.
by Georg Brandl
· 11 years ago
75070f0
Prepare sphinx extensions for 1.3.
by Georg Brandl
· 11 years ago
a76e4d8
add link to pdb source (closes #22528)
by Benjamin Peterson
· 11 years ago
1c873bf
clear BufferedRWPair weakrefs on deallocation (closes #22517)
by Benjamin Peterson
· 11 years ago
f8c4b3a
fix overflow checking in PyString_Repr (closes #22519)
by Benjamin Peterson
· 11 years ago
b2c4328
merge heads
by Benjamin Peterson
· 11 years ago
f114e5b
add NEWS note for #22518
by Benjamin Peterson
· 11 years ago
ed4c130
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518)
by Benjamin Peterson
· 11 years ago
276a0a5
#20135: FAQ entry for list mutation.
by R David Murray
· 11 years ago
1643d5c
give exception a nice message (closes #22379)
by Benjamin Peterson
· 11 years ago
9ad23c6
#10510: make distuitls upload/register use HTML standards compliant CRLF.
by R David Murray
· 11 years ago
1b4b7af
Issue #16537: Check whether self.extensions is empty in setup.py.
by Berker Peksag
· 11 years ago
e430073
Issue #9850: Fixed macpath.join() for empty first component. Patch by
by Serhiy Storchaka
· 11 years ago
6e7c140
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
by Yury Selivanov
· 11 years ago
12f0532
Issue #17462: Add a paragraph about advantages of argparse over optparse.
by Berker Peksag
· 11 years ago
d1a4f99
allow archives for rc releases to be built (closes #22484)
by Benjamin Peterson
· 11 years ago
b5dc3dc
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
by Berker Peksag
· 11 years ago
22ee4c4
Issue #22471: Avoid Python Launcher.app install problems by removing
by Ned Deily
· 11 years ago
6d343e7
Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
by Serhiy Storchaka
· 11 years ago
1af262c
Fixed test_large_file_exception. Ported tests for large count of files
by Serhiy Storchaka
· 11 years ago
45efb22
Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
by Serhiy Storchaka
· 11 years ago
7d96a09
Fixed reference leak in the "backslashreplace" error handler.
by Serhiy Storchaka
· 11 years ago
70d9255
Fix formatting typo in Misc/NEWS.
by Ned Deily
· 11 years ago
bd5c6f2
Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a.
by Serhiy Storchaka
· 11 years ago
c0799e3
Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
by Serhiy Storchaka
· 11 years ago
9194346
Issue #22423: Unhandled exception in thread no longer causes unhandled
by Serhiy Storchaka
· 11 years ago
3e46d7c
Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name.
by Georg Brandl
· 11 years ago
967d41f
Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.
by Georg Brandl
· 11 years ago
b17c1e0
Update Idle's online doc url.
by Terry Jan Reedy
· 11 years ago
bee003c
Issue #22420: Avoid 'write to None' crashes by using print instead.
by Terry Jan Reedy
· 11 years ago
175b1a7
remove extra letter
by Benjamin Peterson
· 11 years ago
b332f2a
standardize pep 466 relnote style
by Benjamin Peterson
· 11 years ago
f61e24d
whatsnew for pep 466 ssl backport
by Benjamin Peterson
· 11 years ago
f40a407
Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().
by Vinay Sajip
· 11 years ago
74012c1
Issue #16827: Make Interpreter introduction section of the tutorial more
by Senthil Kumaran
· 11 years ago
cdabc37
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
by Senthil Kumaran
· 11 years ago
c9cdd0c
Lax cookie parsing in http.cookies could be a security issue when
by Guido van Rossum
· 11 years ago
038fac6
Test re pickling for all protocols.
by Serhiy Storchaka
· 11 years ago
2971c5e
Issue #22384: An exception in Tkinter callback no longer crashes the program
by Serhiy Storchaka
· 11 years ago
7644ff1
Now re tests work again on Unicode-disabled build.
by Serhiy Storchaka
· 11 years ago
ed5ea15
Use more appropriate asserts in re tests.
by Serhiy Storchaka
· 11 years ago
05137ed
make hg link secure
by Benjamin Peterson
· 11 years ago
144de31
#22398 Tools/msi enhancements for 2.7
by Steve Dower
· 11 years ago
bf8b0ed
test_distutils: remove the test file in DistributionTestCase.test_debug_mode()
by Victor Stinner
· 11 years ago
0aa6562
Issue #21147: sqlite3 now raises an exception if the request contains a null
by Serhiy Storchaka
· 11 years ago
17c0178
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
by Serhiy Storchaka
· 11 years ago
1c09c0e
Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.
by Serhiy Storchaka
· 11 years ago
08578b0
- Issue #22381: Update zlib to 1.2.8.
by doko@ubuntu.com
· 11 years ago
77a64bf
- Issue #22381: Update zlib to 1.2.8.
by doko@ubuntu.com
· 11 years ago
7709a53
y2k compliance, lol (closes #22380)
by Benjamin Peterson
· 11 years ago
581448b
Issue #22369: Change "context manager protocol" to "context management protocol".
by Serhiy Storchaka
· 11 years ago
ceaf682
Issue #22226: Added private function _splitdict() in the Tkinter module.
by Serhiy Storchaka
· 11 years ago
9bc3d98
Issue #22131: Fixed a bug in handling an error occured during reading from
by Serhiy Storchaka
· 11 years ago
fcf701a
Document 2.7.9 changes in OS X installer build requirements:
by Ned Deily
· 11 years ago
5ceffa1
Update OS X installer build script for changes to documentation build:
by Ned Deily
· 11 years ago
ea21772
Issue #20643: Fixed references to the next() method (distinguish from the
by Serhiy Storchaka
· 11 years ago
749022d
Issue #22340: Fix test_collections if the sets module was already imported
by Victor Stinner
· 11 years ago
a3acea3
Issue #22340: Fix Python 3 warnings in Python 2 tests
by Victor Stinner
· 11 years ago
342fd18
backport our own copy of the ref-counting extension
by Benjamin Peterson
· 11 years ago
32b1ff9
regrtest: backport "[ 1/399]" progress back from Python 3
by Victor Stinner
· 11 years ago
3eb554f
Issue #22221: Backported fixes from Python 3 (issue #18960).
by Serhiy Storchaka
· 11 years ago
423f128
remove automatic svn checkout of sphinx and its deps from Doc/Makefile
by Benjamin Peterson
· 11 years ago
beda110
fix malformed use cmdoption directive
by Benjamin Peterson
· 11 years ago
162126d
Fixed the versionadded in the docs for the backport in 16c86a6bdbe2
by Alex Gaynor
· 11 years ago
e98205d
Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use.
by Alex Gaynor
· 11 years ago
ceb0e1d
the correct role is :meth: not :method:
by Benjamin Peterson
· 11 years ago
4ec38f6
remove script that now lives at https://github.com/python/docsbuild-scripts
by Benjamin Peterson
· 11 years ago
5fa7f0c
NEWS items for Idle.
by Terry Jan Reedy
· 11 years ago
1e87ac6
NEWS items for turtledemo.
by Terry Jan Reedy
· 11 years ago
d85a9ef
Issue #22051: remove unneeded reload that allowed bad code.
by Terry Jan Reedy
· 11 years ago
ac51e0d
Issue #22320: Fix broken link in the General Python FAQ.
by Ned Deily
· 11 years ago
2ad5421
don't index outside of the path (closes #22312)
by Benjamin Peterson
· 11 years ago
3f48d39
getuid() returns real process id not effective (closes #22307)
by Benjamin Peterson
· 11 years ago
7234e03
#22215: have the smtplib 'quit' command reset the state.
by R David Murray
· 11 years ago
57057a6
PEP 466: backport persistent urandom fd (closes #21305)
by Benjamin Peterson
· 11 years ago
Next »