Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d42f60ed816a53f79ee479af8191aaa795095386
d42f60e
fix overflow detection of strop.expandtabs
by Benjamin Peterson
· 11 years ago
18fc493
fix expandtabs overflow detection to be consistent and not rely on signed overflow
by Benjamin Peterson
· 11 years ago
8312ecc
add braces and fix indentation
by Benjamin Peterson
· 11 years ago
0e431b9
fix indentation and add braces
by Benjamin Peterson
· 11 years ago
a4598a3
support CDN purging
by Benjamin Peterson
· 11 years ago
40e95df
Issue #21029: IDLE now colors print consistently as a keyword.
by Raymond Hettinger
· 11 years ago
3708349
Minor readability improvement.
by Raymond Hettinger
· 11 years ago
3ac8665
Issue #21093: Prevent failures of ctypes test_macholib on OS X if a
by Ned Deily
· 11 years ago
0913bff
Update suspicious ignore file.
by Georg Brandl
· 11 years ago
57847df
Issue #17654: Ensure IDLE menus are customized properly on OS X for
by Ned Deily
· 11 years ago
b693e9f
Issue #6676: Ensure a meaningful exception is raised when attempting
by Ned Deily
· 11 years ago
c727533
Issue #20939: Use www.example.com instead of www.python.org to avoid test
by Ned Deily
· 11 years ago
6d91176
backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.
by R David Murray
· 11 years ago
988bc97
Issue #21038: Cleanup test_epoll.py
by Victor Stinner
· 11 years ago
33a431c
Updated external link in documentation.
by Vinay Sajip
· 11 years ago
0fef31e
Closes #21045: make the Qt help build not look completely stupid
by Georg Brandl
· 11 years ago
fbd2db5
Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan.
by Georg Brandl
· 11 years ago
dd48b90
Issue #21058: NamedTemporaryFile() closes the FD on any error, not only Exception
by Victor Stinner
· 11 years ago
367f5d3
Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
by Victor Stinner
· 11 years ago
74a4eba
Issue #21043 - Remove CACert.org from the recommendations
by Donald Stufft
· 11 years ago
163a214
Use "x" instead of "i" for s.index and s.count entries in sequence ops table.
by Zachary Ware
· 11 years ago
c847bd7
sync with 3.4 branch
by Benjamin Peterson
· 11 years ago
adeec14
add Nehal Hussain
by Benjamin Peterson
· 11 years ago
5c1d3dd
Issue #20966: Fix Tkinter Resources link
by Zachary Ware
· 11 years ago
b553ce1
Update doc version switcher for 3.4/3.5.
by Georg Brandl
· 11 years ago
e3af6f0
fix ctypes test alignment assumptions (closes #20946)
by Benjamin Peterson
· 11 years ago
c769280
Close #16665: improve documentation for hex(). Patch by Jessica McKellar.
by Antoine Pitrou
· 11 years ago
e530f26
send people to the right editors page (#20938)
by Benjamin Peterson
· 11 years ago
a146df8
Issue #20939: Fix test_geturl failure in test_urllibnet due to
by Ned Deily
· 11 years ago
fbe5067
remove runtime_library_dirs for _sqlite; it isn't needed
by Benjamin Peterson
· 11 years ago
01111e8
Clarify distutils’ clean command (ref #6142)
by Éric Araujo
· 11 years ago
8f606a0
Closes #20908: Memory leak in Reg2Py()
by Jesus Cea
· 11 years ago
4c874ef
weaken callback count inequality (closes #20901)
by Benjamin Peterson
· 11 years ago
944996f
remove unnecessary word (closes #19060)
by Benjamin Peterson
· 11 years ago
31fe52d
Make distutils error messages more helpful (#11599).
by Éric Araujo
· 11 years ago
69d0965
Fix note markup (#16805).
by Éric Araujo
· 11 years ago
ae80f45
use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)
by Benjamin Peterson
· 11 years ago
4bb5d78
add Sean Rodman
by Benjamin Peterson
· 11 years ago
00ee494
Fix missing import in bdist_rpm (#18045)
by Éric Araujo
· 11 years ago
b509903
Restore missing part of error message (#4931)
by Éric Araujo
· 11 years ago
3d1134e
Avoid “error: None” messages from distutils (#4931).
by Éric Araujo
· 11 years ago
fd0c2f5
Define what “updating” means in docs for open (#19627).
by Éric Araujo
· 11 years ago
8de2118
#20030: doc that TestLoader.discover returns a TestSuite.
by R David Murray
· 11 years ago
841da4e
sync pyporting howto from python 3 docs
by Benjamin Peterson
· 11 years ago
6d07641
#13530: port to 2.7 branch (document what os.lseek returns).
by Georg Brandl
· 11 years ago
418b1ea
Closes #20090: update Doc/README and the error message in sphinx-build.py to make
by Georg Brandl
· 11 years ago
84f323e
note that future_builtin's map is not quite like python 3's (closes #19363)
by Benjamin Peterson
· 11 years ago
3bca761
merge
by Georg Brandl
· 11 years ago
4c150e0
Improve the default seeding in random module to use 32 bytes of entropy when available.
by Raymond Hettinger
· 11 years ago
e50fe4c
Issue #20283: RE pattern methods now accept the string keyword parameters
by Serhiy Storchaka
· 11 years ago
09f4f25
Issue #15618: Make turtle.py itself work when run from a module with
by Terry Jan Reedy
· 11 years ago
fd48a56
Correct and improve comments in test_fileinput (closes #20501).
by Serhiy Storchaka
· 11 years ago
695870a
add Chris Angelico
by Benjamin Peterson
· 11 years ago
bde1cfb
fix test_posix.test_initgroups to work without supplemental groups (closes #20249)
by Benjamin Peterson
· 11 years ago
44fad46
Issue #20567: Delete class attribute gui widgets in idle tests.
by Terry Jan Reedy
· 11 years ago
68b8a94
Issue #20501: fileinput module no longer reads whole file into memory when using
by Serhiy Storchaka
· 11 years ago
17a4322
#20628: wrap lines to < 80.
by R David Murray
· 11 years ago
d2b5b31
#20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.
by R David Murray
· 11 years ago
3cb99f3
Closes #20735: remove erroneous deprecated marker from stringprep docs
by Georg Brandl
· 11 years ago
bd7cf3a
Issue #9974: When untokenizing, use row info to insert backslash+newline.
by Terry Jan Reedy
· 11 years ago
e0a03d6
Restore title style
by Antoine Pitrou
· 11 years ago
aa73ea0
Issue #20743: Fix a reference leak in test_tcl.
by Antoine Pitrou
· 11 years ago
82c2587
use sphinx from its own virtualenv (closes #20693)
by Benjamin Peterson
· 11 years ago
0b1faea
update logo url (#20695)
by Benjamin Peterson
· 11 years ago
2ac9d31
Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment
by Serhiy Storchaka
· 11 years ago
c77d4ba
Issue #20510: Confirm that the code attribute of the SystemExit
by Zachary Ware
· 11 years ago
3e0cb09
Fixed grid_columnconfigure() and grid_rowconfigure() methods of
by Serhiy Storchaka
· 11 years ago
dd091d7
Issue #20510: Rewrote test_exit in test_sys to match existing comments
by Zachary Ware
· 11 years ago
8ab7cba
whitespace
by Terry Jan Reedy
· 11 years ago
6858f00
Issue #8478: Untokenizer.compat now processes first token from iterator input.
by Terry Jan Reedy
· 11 years ago
7751a34
Untokenize: An logically incorrect assert tested user input validity.
by Terry Jan Reedy
· 11 years ago
5503579
backout 369bf9fbaeff
by Benjamin Peterson
· 11 years ago
f387e96
remove tests for #19081
by Benjamin Peterson
· 11 years ago
384e9cb
finish backing out #19081
by Benjamin Peterson
· 11 years ago
e9aab0f
backout #19081 to fix #20621
by Benjamin Peterson
· 11 years ago
33b8219
add missing test assertion (closes #20080)
by Benjamin Peterson
· 11 years ago
7a91bf8
give non-iterable TypeError a message (closes #20507)
by Benjamin Peterson
· 11 years ago
207b5f4
#19890: fix typo in multiprocessing docs. Patch by Mike Short.
by Ezio Melotti
· 11 years ago
ac3dfc6
#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.
by Ezio Melotti
· 11 years ago
93cd25d
fix links to builtin repr function (closes #20573)
by Benjamin Peterson
· 11 years ago
e789a1d
Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.
by Ned Deily
· 11 years ago
f6c0ec4
#19680: add back documentation for print and exec in the interactive help.
by Ezio Melotti
· 11 years ago
1d19f97
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
by Serhiy Storchaka
· 12 years ago
ee09d7c
Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.
by Serhiy Storchaka
· 12 years ago
ad38ef7
Add references for Xcode and the Python Developer's Guide
by Ned Deily
· 12 years ago
2748c5c
avoid name clash with posix_close (closes #20594)
by Benjamin Peterson
· 12 years ago
79ce12e
Issue #20558: Improved implementation of error handling.
by Vinay Sajip
· 12 years ago
a4b9c87
Issue #19856: shutil.move() failed to move a directory to other directory
by Serhiy Storchaka
· 12 years ago
d0b7ac5
Merge heads
by Serhiy Storchaka
· 12 years ago
3061585
issue12085: Use more Pythonic way to check _child_created.
by Serhiy Storchaka
· 12 years ago
9c96f0b
#19906: clarify note in urllib docs.
by Ezio Melotti
· 12 years ago
98a9722
Issue #20437: Fixed 43 potential bugs when deleting objects references.
by Serhiy Storchaka
· 12 years ago
2cfae9b
#14983: always add a line end after a MIME boundary marker.
by R David Murray
· 12 years ago
4ade2d2
Issue #20406: Use Python application icons for Idle window title bars.
by Terry Jan Reedy
· 12 years ago
79b6f17
Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.
by Serhiy Storchaka
· 12 years ago
528bed8
Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests.
by Serhiy Storchaka
· 12 years ago
708a5ea
Issue #20546: Use specific asserts in int tests.
by Serhiy Storchaka
· 12 years ago
ca00c6e
#20013: don't raise socket error when selected mailbox deleted.
by R David Murray
· 12 years ago
76249ea
Issue #20532: Tests which use _testcapi now are marked as CPython only.
by Serhiy Storchaka
· 12 years ago
6a03679
Issue #20520: Fixed readline test in test_codecs.
by Serhiy Storchaka
· 12 years ago
Next »