Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
56785eab33596af189c10ee7ebdc36fc2cd1e983
56785ea
Issue #9566: Fix compiler warning on Windows 64-bit
by Victor Stinner
· 11 years ago
7969773
Issue #9566: Fix compiler warning on Windows 64-bit
by Victor Stinner
· 11 years ago
5a43676
Issue #13772: fix _check_dirA(): call *A() functions, not *W() functions
by Victor Stinner
· 11 years ago
e7e7eba
Issue #13772: Fix compiler warnings on Windows
by Victor Stinner
· 11 years ago
8bda465
Issue #9566: Fix compiler warning on Windows 64-bit
by Victor Stinner
· 11 years ago
9f067f4
Issue #9566: Fix compiler warning on Windows 64-bit
by Victor Stinner
· 11 years ago
9d77664
Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init()
by Victor Stinner
· 11 years ago
a2d5698
Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple
by Victor Stinner
· 11 years ago
7e91e77
Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified
by Victor Stinner
· 11 years ago
fbf50d4
Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.c
by Victor Stinner
· 11 years ago
c97ec8f
merge
by Brett Cannon
· 11 years ago
af38f5a
Tweak at the suggestion of Ezio Melotti for exception messages when
by Brett Cannon
· 11 years ago
640c35c
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
by Victor Stinner
· 11 years ago
e0b99ba
Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators:
by Victor Stinner
· 11 years ago
0b81111
(Merge 3.3) Close #18109: os.uname() now decodes fields from the locale
by Victor Stinner
· 11 years ago
a534fc4
Close #18109: os.uname() now decodes fields from the locale encoding, and
by Victor Stinner
· 11 years ago
caa00fe
Fix #17967 - Fix related to regression on Windows.
by Senthil Kumaran
· 11 years ago
d710017
Clarify which dictionaries are updateable
by Raymond Hettinger
· 11 years ago
dcdadfe
Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when
by Senthil Kumaran
· 11 years ago
4e42ae8
Fix #17967: For ftp urls CWD to target instead of hopping to each directory
by Senthil Kumaran
· 11 years ago
7d15b54
Issue #18094: test_uuid no more reports skipped tests as passed.
by Serhiy Storchaka
· 11 years ago
b1165f0
Issue #15392: Finish news entry.
by Terry Jan Reedy
· 11 years ago
04754b0
Support multiarch build in tests.
by Stefan Krah
· 11 years ago
891ca9e
Backport bff16086f03b and bcaaaa00425b.
by Stefan Krah
· 11 years ago
6edda14
Issue #17768: Support newline fill character in decimal.py and NUL fill
by Stefan Krah
· 11 years ago
c70a6ae
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
by Senthil Kumaran
· 11 years ago
eb4c9c7
Issue #15392: Do not run tests if threading/_thread not available. Otherwise
by Terry Jan Reedy
· 11 years ago
9734568
Issue #18080: When building a C extension module on OS X, if the compiler
by Ned Deily
· 11 years ago
dce0550
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
by Serhiy Storchaka
· 11 years ago
37a79a1
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
by Serhiy Storchaka
· 11 years ago
12516e2
Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or
by Serhiy Storchaka
· 11 years ago
ea2b490
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
by Serhiy Storchaka
· 11 years ago
fef952a
Issue #18079: Fix a typo in the tutorial.
by Serhiy Storchaka
· 11 years ago
b501b56
Use simple call to os.symlink for broken link (intended for previous commit)
by Jason R. Coombs
· 11 years ago
3a09286
Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory.
by Jason R. Coombs
· 11 years ago
db4e5c5
Issue #15392: Create a unittest framework for IDLE.
by Terry Jan Reedy
· 11 years ago
ecf0851
Fix typo in embedding doc and update examples to 3.3.
by Ned Deily
· 11 years ago
80bc00f
Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
by Antoine Pitrou
· 11 years ago
4b4e38e
Mention __cached__ in the import ref.
by Brett Cannon
· 11 years ago
533f1ed
Add a missing parenthesis.
by Brett Cannon
· 11 years ago
2cefb3c
Various tweaks to importlib docs.
by Brett Cannon
· 11 years ago
4ace240
Clean-up duplicated code in tests
by Eli Bendersky
· 11 years ago
6dc32b3
Issue #13612: handle unknown encodings without a buffer overflow.
by Eli Bendersky
· 11 years ago
6b5a38c
Fix test_bad_address on Ubuntu 13.04
by Antoine Pitrou
· 11 years ago
3b08a29
indicate that read/write work with bytes (closes #18009)
by Benjamin Peterson
· 11 years ago
c3511c1
Issue #17953: document that sys.modules shouldn't be replaced (thanks
by Brett Cannon
· 11 years ago
27a4ac5
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
by Ronald Oussoren
· 11 years ago
05ec6ac
Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3
by Senthil Kumaran
· 11 years ago
650e322
Issue 17844: Clarify meaning of different codec tables
by Nick Coghlan
· 11 years ago
c1939b8
Issue #18031: %-formatting isn't dead yet and might pull through.
by Raymond Hettinger
· 11 years ago
7f0882c
Issue #17532: Always include Options menu for IDLE on OS X.
by Ned Deily
· 11 years ago
6724612
add test for inequality
by Benjamin Peterson
· 11 years ago
66d53fa
Issue #16986: ElementTree now correctly parses a string input not only when
by Serhiy Storchaka
· 11 years ago
9e62d35
Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.
by Serhiy Storchaka
· 11 years ago
95ae992
#17973: fix technical inaccuracy in faq entry (it now passes doctest).
by R David Murray
· 11 years ago
caf3024
#14146: Highlight source line while debugging on Windows.
by Roger Serwy
· 11 years ago
bfc8f26
Issue #17743: Now use extended syntax of set command in .bat files.
by Vinay Sajip
· 11 years ago
e254751
Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating.
by Vinay Sajip
· 11 years ago
ea3cfc5
Issue #18026: fix ctypes doc typo
by Ned Deily
· 11 years ago
bcf06d3
#17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
by R David Murray
· 11 years ago
86aecc3
#14097: improve the "introduction" page of the tutorial.
by Ezio Melotti
· 11 years ago
611d901
add recursive repr test
by Benjamin Peterson
· 11 years ago
6a55dc3
Issue #17989: fix typo in error message
by Eli Bendersky
· 11 years ago
dc49b2b
Try to make test more reliable (saw some sporadic failures on buildbots)
by Antoine Pitrou
· 11 years ago
916fc7b
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
by Antoine Pitrou
· 11 years ago
2c3f2f1
Issue #17812: Fixed quadratic complexity of base64.b32encode().
by Serhiy Storchaka
· 11 years ago
08231a9
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
by Eli Bendersky
· 11 years ago
90a2427
Close file before reopening to keep Windows happy in test_sax.
by Richard Oudkerk
· 11 years ago
636f93c
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
by Antoine Pitrou
· 11 years ago
ef9683b
Issue #17989: element_setattro returned incorrect error value.
by Eli Bendersky
· 11 years ago
587d3bf
Update docstring for _asdict() to indicate it is obsolete.
by Raymond Hettinger
· 11 years ago
d2b58a9
only recursively expand in the format spec (closes #17644)
by Benjamin Peterson
· 11 years ago
36f74aa
Issue #17563: Fix dict resize performance regression.
by Raymond Hettinger
· 11 years ago
b37706f
Remove unnecessary exception handler.
by Raymond Hettinger
· 11 years ago
0fe236b
Ignore Mac OS X entries for .DS_Store
by Raymond Hettinger
· 11 years ago
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
725e421
Fix compilater warnings on Windows 64-bit
by Victor Stinner
· 11 years ago
5ccf2ff
merge from 3.3
by Senthil Kumaran
· 11 years ago
697fd46
merge
by Raymond Hettinger
· 11 years ago
88249b8
merge from 3.3
by Senthil Kumaran
· 11 years ago
edf33c0
#18066: remove vestigial code depending on the sgi module
by Andrew Kuchling
· 11 years ago
e9ec2e1
merge from 3.3
by Senthil Kumaran
· 11 years ago
5cfbd26
frozen modules now apparently have empty __path__
by Benjamin Peterson
· 11 years ago
3e0651b
Issue #18065: For frozen packages set __path__ to [].
by Brett Cannon
· 11 years ago
0e75c06
fix whitespace
by Brett Cannon
· 11 years ago
0dbb4c7
Issues #18088, 18089: Introduce
by Brett Cannon
· 11 years ago
f1d7b11
Docstring cleanup
by Brett Cannon
· 11 years ago
c29cb41
Fix for last commit on adding reset_name to module_to_load
by Brett Cannon
· 11 years ago
b60a43e
Add a reset_name argument to importlib.util.module_to_load in order to
by Brett Cannon
· 11 years ago
028d512
Update What's New for importlib.util.module_to_load name change
by Brett Cannon
· 11 years ago
1773811
Add a reference to module_to_load
by Brett Cannon
· 11 years ago
c7a2825
Issue #18094: test_uuid no more reports skipped tests as passed.
by Serhiy Storchaka
· 11 years ago
1acd3a0
Remove duplicate entry due to mismerge and incomplete resolution.
by Terry Jan Reedy
· 11 years ago
17bea37
merge
by Terry Jan Reedy
· 11 years ago
357c9fb
Rename importlib.util.ModuleManager to module_to_load so that the name
by Brett Cannon
· 11 years ago
335ab5b
Fixed #18075 - Infinite recursion tests triggering a segfault on Mac OS X
by Łukasz Langa
· 11 years ago
ad0e6b1
Merge heads
by Serhiy Storchaka
· 11 years ago
d739bda
Issue #18084: Use sys.byteorder in wave.py. Original patch by Hideaki Takahashi.
by Serhiy Storchaka
· 11 years ago
b6cc0aa
Merge 3.3.
by Stefan Krah
· 11 years ago
Next »