Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d382bfc921b4f3c445240b99d6853fe97349b225
d382bfc
Move importlib.test.benchmark to Tools/importbench to make it more
by Brett Cannon
· 13 years ago
45a5e3a
Issue #15168: Move importlb.test to test.test_importlib.
by Brett Cannon
· 13 years ago
4afc1c0
Merge
by Brett Cannon
· 13 years ago
6ee9695
Issue #15091: Call importlib.invalidate_caches() and reactivate a test
by Brett Cannon
· 13 years ago
ba52586
Running the importlib tests from test_import is redundant as there is
by Brett Cannon
· 13 years ago
b17ad53
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
by Meador Inge
· 13 years ago
ca9652e
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
by Meador Inge
· 13 years ago
be7e49f
Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap
by Nick Coghlan
· 13 years ago
818b118
Add missing NEWS entry for changeset b79d276041a8
by Ronald Oussoren
· 13 years ago
674d6a6
Merge heads
by Andrew Svetlov
· 13 years ago
a036476
Merge 3.2
by Andrew Svetlov
· 13 years ago
ddcb620
Issue #15404: Refleak in PyMethodObject repr.
by Andrew Svetlov
· 13 years ago
26a1c7a
Fix Visual Studio warning.
by Stefan Krah
· 13 years ago
5e1658c
Closes #15399: merged documentation fix from 3.2.
by Vinay Sajip
· 13 years ago
3be7a8b
Issue #15399: Added versionchanged for processName.
by Vinay Sajip
· 13 years ago
8fda359
Issue #15401: Fix typo in inspect.getclosurevars docstring.
by Meador Inge
· 13 years ago
c5963d3
Issue #15365: Make traceback reporting ignore any errors when printing out
by Kristján Valur Jónsson
· 13 years ago
26fe37d
#1492704: Backout and wait for 3.4
by Hynek Schlawack
· 13 years ago
024abca
MERGE: Closes #15395: memory leaks in selectmodule.c
by Jesus Cea
· 13 years ago
62a5c32
Closes #15395: memory leaks in selectmodule.c
by Jesus Cea
· 13 years ago
3cd346a
MERGE: Closes #15396: memory leak in tkinter
by Jesus Cea
· 13 years ago
ef86d12
Closes #15396: memory leak in tkinter
by Jesus Cea
· 13 years ago
f4cc216
Issue #15394: Fix ref leaks in PyModule_Create.
by Meador Inge
· 13 years ago
29e49d6
Issue #15394: Fix ref leaks in PyModule_Create.
by Meador Inge
· 13 years ago
77d3283
#1492704: Make shutil.copyfile() raise a distinct SameFileError
by Hynek Schlawack
· 13 years ago
7506dab
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
by Meador Inge
· 13 years ago
60c2266
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
by Meador Inge
· 13 years ago
c958ca8
remove unused variable
by Meador Inge
· 13 years ago
996ae04
remove unused variable
by Meador Inge
· 13 years ago
51ab283
remove unused variable
by Benjamin Peterson
· 13 years ago
9544aa3
Issue #15368: fixing variable typo.
by Meador Inge
· 13 years ago
f69e24e
Issue #15368: fixing variable typo.
by Meador Inge
· 13 years ago
1f336ad
Issue #15368: make bytecode generation deterministic.
by Meador Inge
· 13 years ago
2ca6315
Issue #15368: make bytecode generation deterministic.
by Meador Inge
· 13 years ago
c5afd42
Fix importlib.machinery.all_suffixes docs
by Nick Coghlan
· 13 years ago
76e0770
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes() API rather than the deprecated inspect.getmoduleinfo()
by Nick Coghlan
· 13 years ago
90db661
Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren.
by Vinay Sajip
· 13 years ago
1171862
Use posixpath.join() explicitely in posixpath.join() test
by Hynek Schlawack
· 13 years ago
0b350c6
Use posixpath.join() explicitely in posixpath.join() test
by Hynek Schlawack
· 13 years ago
f90fc68
fix whitespace woes
by Eli Bendersky
· 13 years ago
43cc5f2
Optimize tostringlist by taking the stream class outside the function. It's now 2x faster on short calls. Related to #1767933
by Eli Bendersky
· 13 years ago
9455492
Issue #15314: Tweak a pkgutil test to hopefully be more Windows friendly
by Nick Coghlan
· 13 years ago
b48ff7f
Merge for #14988
by Eli Bendersky
· 13 years ago
ceb2331
merge heads
by Eli Bendersky
· 13 years ago
66099b0
ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError
by Eli Bendersky
· 13 years ago
1815191
#15377: Make posixpath.join() more strict when checking for str/bytes mix
by Hynek Schlawack
· 13 years ago
c5a4566
#15377: Make posixpath.join() more strict when checking for str/bytes mix
by Hynek Schlawack
· 13 years ago
9c3cf6b
Merge Issue #15230 OS X buildbot fix from 3.2
by Nick Coghlan
· 13 years ago
eb3e62f
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite
by Nick Coghlan
· 13 years ago
1c4eb2c
Fix context manager use in posixpath.join() tests
by Hynek Schlawack
· 13 years ago
7cdc2bd
Fix context manager use in posixpath.join() tests
by Hynek Schlawack
· 13 years ago
426e248
Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working
by Eli Bendersky
· 13 years ago
daa4c6b
one more test fix for systems without select.poll. tested by deleting
by Gregory P. Smith
· 13 years ago
954d46b
one more test fix for systems without select.poll. tested by deleting
by Gregory P. Smith
· 13 years ago
49be9ed
Fix unchecked select.poll reference in setUp and tearDown for
by Gregory P. Smith
· 13 years ago
ac14aa5
Fix unchecked select.poll reference in setUp and tearDown for
by Gregory P. Smith
· 13 years ago
2a86b25
Fix the with_poll tests for platforms without poll. missing import.
by Gregory P. Smith
· 13 years ago
5bcd005
Fix the with_poll tests for platforms without poll. missing import.
by Gregory P. Smith
· 13 years ago
8cffdd9
Closes #15367: Corrected computation of include locations for source builds on Windows. Thanks to Richard Oudkerk for the bug report and patch.
by Vinay Sajip
· 13 years ago
048b063
Closes #15366: Corrected computation of include location for source builds. Thanks to Richard Oudkerk for the bug report and patch.
by Vinay Sajip
· 13 years ago
c2d481f
#15238: Fix xattr related shutil.copystat tests
by Hynek Schlawack
· 13 years ago
b22ba04
Fix typo
by Raymond Hettinger
· 13 years ago
b2269ba
Clean-up example
by Raymond Hettinger
· 13 years ago
4866266
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
by Gregory P. Smith
· 13 years ago
dad5711
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
by Gregory P. Smith
· 13 years ago
2a61c45
cm.parents is property, not a method
by Raymond Hettinger
· 13 years ago
2747177
Issue #13590: Improve support for OS X Xcode 4:
by Ned Deily
· 13 years ago
950b76a
Doc fix: the text role is called "func", not "funk".
by Larry Hastings
· 13 years ago
6159e09
#4640: Add optparse tests for '-xxx' invalid when defining options.
by R David Murray
· 13 years ago
7aa2c8b
Issue #15202: Additional documentation fixes inadvertently omitted
by Larry Hastings
· 13 years ago
e554f8b
Closes #15361: Corrected venv prompt in PowerShell activation script.
by Vinay Sajip
· 13 years ago
b403806
Issue #15202: Consistently use the name "follow_symlinks" for
by Larry Hastings
· 13 years ago
509d87d
Issue #15307: Skipped test_venv:test_prefixes when run from a venv.
by Vinay Sajip
· 13 years ago
9ac4d88
#15180: Clarify posixpath.join() error message when mixing str & bytes
by Hynek Schlawack
· 13 years ago
4774946
#15180: Clarify posixpath.join() error message when mixing str & bytes
by Hynek Schlawack
· 13 years ago
b7a5894
Refcounting fixes
by Nick Coghlan
· 13 years ago
ceda83c
Make set_main_loader static (noticed by Antoine Pitrou)
by Nick Coghlan
· 13 years ago
8e6e7d3
Fix typo in a comment (noticed by Terry Reedy)
by Nick Coghlan
· 13 years ago
6061000
Update the pkgutil porting section in What's New. This should cause significantly fewer problems after today's updates
by Nick Coghlan
· 13 years ago
9deaa06
Issue #9319: Remove the workaround for this since fixed problem from pydoc
by Nick Coghlan
· 13 years ago
2824cb5
Issue #15343: A lot more than just unicode decoding can go wrong when retrieving a source file
by Nick Coghlan
· 13 years ago
8ecf504
Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al)
by Nick Coghlan
· 13 years ago
3f94cbf
Actually initialize __main__.__loader__ with loader instances, not the corresponding type objects
by Nick Coghlan
· 13 years ago
8dbe5b5
Remove a statement that was only added for debugging purposes
by Nick Coghlan
· 13 years ago
37b3b90
Note why we can't write an automated test for the code path that brings up the REPL for a bare 'python' call
by Nick Coghlan
· 13 years ago
85e729e
Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357)
by Nick Coghlan
· 13 years ago
f96cf91
Issue #9458: clarify the documentation of ElementTree.write with regards to the type of the stream expected for a given encoding
by Eli Bendersky
· 13 years ago
00f402b
Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me
by Eli Bendersky
· 13 years ago
1191709
- Issue #15233: Python now guarantees that callables registered with
by Larry Hastings
· 13 years ago
c4ac789
Fix-up latex styling
by Raymond Hettinger
· 13 years ago
ad5ae04
- Issue #15238: shutil.copystat now copies Linux "extended attributes".
by Larry Hastings
· 13 years ago
7c6309c
Update the embedded copy of the expat XML parser to 2.1.0. It brings
by Gregory P. Smith
· 13 years ago
1581067
Minor grammatical tweaks.
by Brett Cannon
· 13 years ago
f877a7c
Some small fixes and clarifications to the io documentation
by Eli Bendersky
· 13 years ago
24711c4
Merge #15230 doc updates from 3.2
by Nick Coghlan
· 13 years ago
a3d1cac
Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue
by Nick Coghlan
· 13 years ago
2f54b98
Merge fix for #15230 from 3.2
by Nick Coghlan
· 13 years ago
761bb11
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach
by Nick Coghlan
· 13 years ago
045bd53
Issue #15241: Fix test_prefixes failure in test_venv due to symlink in
by Ned Deily
· 13 years ago
26c01d7
Try other approach to fix issue #15334.
by Antoine Pitrou
· 13 years ago
Next »