Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
369d05a6167fc5b760370f6d9b2ceb66691f8794
369d05a
Fix some bugs in Tools/scripts/abitype.py.
by Serhiy Storchaka
· 11 years ago
e2135c6
move definition to top of block
by Benjamin Peterson
· 11 years ago
862b15e
Issue #17981: Closed socket on error in SysLogHandler.
by Vinay Sajip
· 11 years ago
18b7191
C89 declaration compliance
by Benjamin Peterson
· 11 years ago
2502ebf
Add Nick Sloan for his contribution to #17732
by Brian Curtin
· 11 years ago
1e93b06
complain about "global __class__" in a class body (closes #17983)
by Benjamin Peterson
· 11 years ago
c032f16
post-release update.
by Georg Brandl
· 11 years ago
9df891c
- Fix typos in the multiprocessing module.
by doko@ubuntu.com
· 11 years ago
ef53558
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
by doko@ubuntu.com
· 11 years ago
dbbf4c8
Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release
by doko@ubuntu.com
· 11 years ago
e1b4cbc
when arguments are cells clear the locals slot (backport of #17927)
by Benjamin Peterson
· 11 years ago
d486707
- Issue #17977: The documentation for the cadefault argument's default value
by Barry Warsaw
· 11 years ago
dedac52
prevent double free in cleanup code (#17968)
by Benjamin Peterson
· 11 years ago
2adb6fe
Fix ResourceWarnings in test_sax
by Antoine Pitrou
· 11 years ago
bf4cba7
Silence unclosed open file ResourceWarning.
by Terry Jan Reedy
· 11 years ago
01180d4
Complete 2 to 3 conversion
by Terry Jan Reedy
· 11 years ago
7f98739
Issue #17968: Fix memory leak in os.listxattr().
by Antoine Pitrou
· 11 years ago
901a278
use correct format code for exceptions
by Benjamin Peterson
· 11 years ago
0ab18e4
Added tag v3.3.2 for changeset d047928ae3f6
by Georg Brandl
· 11 years ago
84fc4ba
Closes #17962: Build with OpenSSL 1.0.1e on Windows.
by Georg Brandl
· 11 years ago
997d05d
merge
by Georg Brandl
· 11 years ago
3eab6b3
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
by Serhiy Storchaka
· 11 years ago
88f4dd6
bump to 3.3.2
by Georg Brandl
· 11 years ago
521ed52
Closes issue #17732: ignore install-directory specific options in
by Georg Brandl
· 11 years ago
b3bd624
Back out patch for #1159051, which caused backwards compatibility problems.
by Georg Brandl
· 11 years ago
64949fa
merge with 3.2
by Georg Brandl
· 11 years ago
a9417d7
merge with 3.2
by Georg Brandl
· 11 years ago
c502df4
Issue #17915: Fix interoperability of xml.sax with file objects returned by
by Georg Brandl
· 11 years ago
93b061b
Issue #1159051: Back out a fix for handling corrupted gzip files that
by Georg Brandl
· 11 years ago
831ae84
merge heads
by Georg Brandl
· 11 years ago
0d4931e
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
by Benjamin Peterson
· 11 years ago
aa6f688
only close non-None files
by Benjamin Peterson
· 11 years ago
feb5149
-Wformat is needed by gcc 4.8 (closes #17547)
by Benjamin Peterson
· 11 years ago
8b0e984
Issue #17237: Fix crash in the ASCII decoder on m68k.
by Antoine Pitrou
· 11 years ago
d8f870d
I was confused before. It's correct to not call .close() inside the with
by Barry Warsaw
· 12 years ago
173d410
#17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl.
by Ezio Melotti
· 12 years ago
ddcb304
#17700: update the curses HOWTO for 3.x
by Andrew Kuchling
· 12 years ago
955382c
#17938: remove duplicate paragraphs.
by Ezio Melotti
· 12 years ago
ce82d57
#17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak.
by Ezio Melotti
· 12 years ago
263fab9
Issue #16601: Restarting iteration over tarfile no more continues from where
by Serhiy Storchaka
· 12 years ago
6bcc0f1
#17877: skip test if the Olson's TZ database is missing.
by Ezio Melotti
· 12 years ago
babc822
#16523: improve attrgetter/itemgetter/methodcaller documentation.
by Ezio Melotti
· 12 years ago
c58a3ea
#17714: document that the base64 codec adds a trailing newline.
by Ezio Melotti
· 12 years ago
9c939bc
#17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari.
by Ezio Melotti
· 12 years ago
12f588a
Issue 17920: Fix-up terminology in the set documentation
by Raymond Hettinger
· 12 years ago
a7f7deb
Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable.
by Antoine Pitrou
· 12 years ago
002a77d
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
by Charles-Francois Natali
· 12 years ago
d08b210
#17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests)
by David Malcolm
· 12 years ago
25cd091
#14187: Add glossary entry for 'function annotations'.
by R David Murray
· 12 years ago
def51ca
Issue #17805: Add AsyncResult alias for ApplyResult
by Richard Oudkerk
· 12 years ago
9bc7b79
#13495: Avoid loading the color delegator twice in IDLE.
by Roger Serwy
· 12 years ago
44571da
Issue 17862: Improve the signature of itertools grouper() recipe.
by Raymond Hettinger
· 12 years ago
5b1ab24
#17798: Allow IDLE to edit new files when specified on command line.
by Roger Serwy
· 12 years ago
fd417cc
Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting).
by Antoine Pitrou
· 12 years ago
dea2ec4
Fix a test to not use an assertion for something that could be
by Brett Cannon
· 12 years ago
c8c952c
Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown.
by Antoine Pitrou
· 12 years ago
957a23b
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
by Antoine Pitrou
· 12 years ago
5de183a
Elaborate on bytes-like objects.
by Antoine Pitrou
· 12 years ago
c228e96
#16518: use "bytes-like object" throughout the docs.
by Ezio Melotti
· 12 years ago
28faf03
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland.
by Ezio Melotti
· 12 years ago
59115aa
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
by Serhiy Storchaka
· 12 years ago
9d0f772
Issue #15902: Fix imp.load_module() to accept None as a file when
by Brett Cannon
· 12 years ago
b98dcc1
Issue #15535: Fix pickling of named tuples.
by Raymond Hettinger
· 12 years ago
8e596a7
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow.
by Ezio Melotti
· 12 years ago
a771a1b
Issue #17529: Fix os.sendfile() documentation regarding the type of file
by Charles-Francois Natali
· 12 years ago
81641d6
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
by Antoine Pitrou
· 12 years ago
aa54e2f
#16518: add "bytes-like object" to the glossary.
by Ezio Melotti
· 12 years ago
ab6ab15
#17881: clarify documentation of plistlib.
by Ezio Melotti
· 12 years ago
5d6620d
fix the news entry, the description in 3.3 should be different
by Gregory P. Smith
· 12 years ago
fde108b
news entry
by Gregory P. Smith
· 12 years ago
cf86d94
news entry
by Gregory P. Smith
· 12 years ago
671905d
null merge
by Gregory P. Smith
· 12 years ago
910bfb7
This local change was lost during the fixing of issue17192 to update
by Gregory P. Smith
· 12 years ago
5dc268e
* Fix remaining bits of issue 17192 for 3.3 - these changes
by Gregory P. Smith
· 12 years ago
e9d0633
* Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch
by Gregory P. Smith
· 12 years ago
9330597
* Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone
by Gregory P. Smith
· 12 years ago
fe1b22a
ignore errors when trying to fetch sys.stdin.encoding (closes #17863)
by Benjamin Peterson
· 12 years ago
7d11004
raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867)
by Benjamin Peterson
· 12 years ago
775ccdf
#7152: Remove incorrectly added reference to DataHandler.
by R David Murray
· 12 years ago
5a4c233
Issue #17358: imp.load_source() and load_compiled() should now return
by Brett Cannon
· 12 years ago
9330a94
Reflow paragraphs.
by R David Murray
· 12 years ago
5aea37a
#7152: Clarify that ProxyHandler is added only if proxy settings are detected.
by R David Murray
· 12 years ago
abac0a7
Added base64 module tests for non-binary files.
by Serhiy Storchaka
· 12 years ago
017523c
Issue #17842. Added base64 module tests with bytearray arguments.
by Serhiy Storchaka
· 12 years ago
a9217a4
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
by Serhiy Storchaka
· 12 years ago
ba2f8be
Issue #17843: Remove bz2 test data that triggers antivirus warnings.
by Georg Brandl
· 11 years ago
ce654f4
Issue #15535: Fix pickling of named tuples.
by Georg Brandl
· 11 years ago
d160b12
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
by Serhiy Storchaka
· 12 years ago
4067aa2
Issue #17357: Use more stern wording for importlib.invalidate_caches().
by Brett Cannon
· 12 years ago
e1a1674
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
by Antoine Pitrou
· 12 years ago
6ae4667
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
by Łukasz Langa
· 12 years ago
20ea96f
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
by Łukasz Langa
· 12 years ago
fa60818
fix character index in ExtendedInterpolation's exception message
by Łukasz Langa
· 12 years ago
326edfd
Ensure that plistlib doesn't corrupt deeply nested datastructures
by Ronald Oussoren
· 12 years ago
d638381
#17729: remove the Advocacy HOWTO from the index.
by Ezio Melotti
· 12 years ago
8bdcaf7
#17729: remove the outdated Advocacy HOWTO, as suggested by the author.
by Ezio Melotti
· 12 years ago
81a5855
Issue #11714: Use 'with' statements to assure a Semaphore releases a
by Serhiy Storchaka
· 12 years ago
d4cb4b7
Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner
by Eli Bendersky
· 12 years ago
e917052
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.
by Vinay Sajip
· 12 years ago
25187e6
#15575: Clarify tutorial description of when modules are executed.
by R David Murray
· 12 years ago
Next »