Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b95c63413d3ac5963187b6d528b1147229a1f190
b95c634
Issue #14814: minor improvements as suggested by Hynek Schlawack
by Sandro Tosi
· 13 years ago
876ecad
Issue #14814: improve docstrings and arguments value handling, as per Terry J. Reedy's comments
by Sandro Tosi
· 13 years ago
3bc37f2
#14862: Add missing names to os.__all__
by Petri Lehtinen
· 13 years ago
e02ba10
#14885: Make support.skip_unless_xattr check also tempfile
by Hynek Schlawack
· 13 years ago
e1f107e
s/tabs/spaces, and clean trailing whitespace
by Eli Bendersky
· 13 years ago
3f17bcd
Merge branch '3.2'
by Petri Lehtinen
· 13 years ago
1f50389
#14472: Update .gitignore
by Petri Lehtinen
· 13 years ago
0f00dfa
#14472: Update .gitignore
by Petri Lehtinen
· 13 years ago
5c2725d
Update build.bat for VS2010
by Brian Curtin
· 13 years ago
f0bf135
Restore [] where default arguments are not keywords
by Hynek Schlawack
· 13 years ago
979f37a
Restore [] where default arguments are not keywords
by Hynek Schlawack
· 13 years ago
161ea6a
Fix typo
by Nick Coghlan
· 13 years ago
a497b44
Fix the versionadded tags for a couple of my recent changes
by Nick Coghlan
· 13 years ago
4226543
#14875: merge with 3.2.
by Ezio Melotti
· 13 years ago
898d51d
#14875: Use float('inf') instead of float('1e66666') in the json module.
by Ezio Melotti
· 13 years ago
945a3ad
Avoid useless indentation.
by Georg Brandl
· 13 years ago
389e8c8
Remove outdated statement.
by Antoine Pitrou
· 13 years ago
1d5ccdb
Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Furman)
by Nick Coghlan
· 13 years ago
3267a30
Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API
by Nick Coghlan
· 13 years ago
6e49ac2
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 13 years ago
87d8200
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 13 years ago
dfa4652
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 13 years ago
44f7cf0
Fix `versionchanged` tags for json.load
by Hynek Schlawack
· 13 years ago
f54c060
Fix `versionchanged` tags for json.load
by Hynek Schlawack
· 13 years ago
07162d4
Closes #14864: Added documentation on how to undo the effects of a logging.disable() call. Thanks to user Guillaume for the suggestion.
by Vinay Sajip
· 13 years ago
69d8493
Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call.
by Vinay Sajip
· 13 years ago
a1df1cc
Issue 14821:
by Kristján Valur Jónsson
· 13 years ago
305acf2
Remove an incorrect implementation detail
by Nick Coghlan
· 13 years ago
dc9b255
Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
by Nick Coghlan
· 13 years ago
7db768c
Document when json.load's parse_constant behaviour changed
by Hynek Schlawack
· 13 years ago
1203e83
Document when json.load's parse_constant behaviour changed
by Hynek Schlawack
· 13 years ago
6c7bf42
Merge.
by Charles-François Natali
· 13 years ago
b93f9fa
Issue #12760: Add some mising documentation about the new `x` exclusive
by Charles-François Natali
· 13 years ago
b267475
Clarify a paragraph in the new metaclass docs
by Nick Coghlan
· 13 years ago
185f401
merge - Fix for issue14426 - buildbots here I come
by Senthil Kumaran
· 13 years ago
aeeba26
Fix for issue14426 - buildbots here I come
by Senthil Kumaran
· 13 years ago
337b2bf
Describe the default hash correctly, and mark a couple of CPython implementation details
by Nick Coghlan
· 13 years ago
78770f0
Fix typo in new metaclass docs
by Nick Coghlan
· 13 years ago
010ce32
Minor change to default lru size. Set default to a power of two.
by Raymond Hettinger
· 13 years ago
3759877
news for Issue14426
by Senthil Kumaran
· 13 years ago
0b943a1
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert
by Senthil Kumaran
· 13 years ago
6e8ba0a
news for Issue14426
by Senthil Kumaran
· 13 years ago
00c2ec2
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert
by Senthil Kumaran
· 13 years ago
b20df95
Issue #14849: setup Element data members to be assignable in subclasses
by Eli Bendersky
· 13 years ago
77a1cf1
Remove missing files from the PCbuild pythoncore project. This avoids a
by Kristján Valur Jónsson
· 13 years ago
c45ea9e
Clean up the PCBuild project files, removing redundant settings and
by Kristján Valur Jónsson
· 13 years ago
7fc570a
Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
by Nick Coghlan
· 13 years ago
7c5ba51
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 13 years ago
079bfc9
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 13 years ago
ed1183d
#14072: merge with 3.2.
by Ezio Melotti
· 13 years ago
6709b7d
#14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter.
by Ezio Melotti
· 13 years ago
d527259
#13152: Allow to specify a custom tabsize for expanding tabs in textwrap
by Hynek Schlawack
· 13 years ago
d34b57a
merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests
by Senthil Kumaran
· 13 years ago
5fa4a89
Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests
by Senthil Kumaran
· 13 years ago
15e848b
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
by Senthil Kumaran
· 13 years ago
1be320e
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
by Senthil Kumaran
· 13 years ago
43ae3ce
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
by Petri Lehtinen
· 13 years ago
8d88604
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
by Petri Lehtinen
· 13 years ago
ed36395
Fix time.time() references in the time module docs
by Petri Lehtinen
· 13 years ago
1033b31
Fix time.time() references in the time module docs
by Petri Lehtinen
· 13 years ago
fa67aa0
Fix whitespace
by Antoine Pitrou
· 13 years ago
ebdcd85
Move private function _args_from_interpreter_flags() to subprocess.py, so
by Antoine Pitrou
· 13 years ago
b15d1a7
Drop double quoting again. I'm at a loss when to quote and when not.
by Martin v. Löwis
· 13 years ago
77c84f2
#12098: Make multiprocessing's child processes inherit sys.flags on Windows
by Richard Oudkerk
· 13 years ago
cca802e
Fix typo.
by Martin v. Löwis
· 13 years ago
e01eb4c
Upgrade OpenSSL to 1.0.1c
by Martin v. Löwis
· 13 years ago
dcd1c0c
Assume nasm.
by Martin v. Löwis
· 13 years ago
3f90311
merge 3.2
by Martin v. Löwis
· 13 years ago
3407dfb
Upgrade OpenSSL to 1.0.0j
by Martin v. Löwis
· 13 years ago
91d5e83
merge 3.2
by Martin v. Löwis
· 13 years ago
0d635ae
merge heads
by Martin v. Löwis
· 13 years ago
0857e4e
merge heads
by Martin v. Löwis
· 13 years ago
d18c397
Port to VS 2010.
by Martin v. Löwis
· 13 years ago
207c4b6
Merge 3.2 build_ssl changes.
by Martin v. Löwis
· 13 years ago
e9dfb0f
Add another set of quotes to make cmd.exe happy.
by Martin v. Löwis
· 13 years ago
71f3f92
Fetch openssl directory from pyproject.vsprops.
by Martin v. Löwis
· 13 years ago
fc6accc
Remove outdated statements about threading and imports.
by Antoine Pitrou
· 13 years ago
79341e7
Add a mention of the new import locks in whatsnew.
by Antoine Pitrou
· 13 years ago
62110c7
Merge
by Antoine Pitrou
· 13 years ago
314a16b
Make the test completely clean up after itself.
by Antoine Pitrou
· 13 years ago
468ff4c
Issue #13031: Small speed-up for tarfile when unzipping tarfiles.
by Ross Lagerwall
· 13 years ago
6c6d3a2
Move import lock-related functions to a separate doc section.
by Antoine Pitrou
· 13 years ago
ea3eb88
Issue #9260: A finer-grained import lock.
by Antoine Pitrou
· 13 years ago
5cec9d2
Add mention of decoding optimizations in the what's new document.
by Antoine Pitrou
· 13 years ago
dd95974
#14823: Simplify threading.Lock.acquire argument discussion.
by R David Murray
· 13 years ago
f7a6615
#14823: Simplify threading.Lock.acquire argument discussion.
by R David Murray
· 13 years ago
f398a94
Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0
by Stefan Krah
· 13 years ago
de9ac6c
Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store.
by Antoine Pitrou
· 13 years ago
5d95318
Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.
by Stefan Krah
· 13 years ago
e34a209
Fix Visual Studio warning.
by Stefan Krah
· 13 years ago
696d10f
Changes in _mpd_qexp(): -----------------------
by Stefan Krah
· 13 years ago
07542a0
#14692 Fix json docs to reflect changes in json.load
by Hynek Schlawack
· 13 years ago
9729fd4
#14692 Fix json docs to reflect changes in json.load
by Hynek Schlawack
· 13 years ago
019ff19
Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time.
by Antoine Pitrou
· 13 years ago
26fd8fe
merge heads
by Giampaolo Rodola'
· 13 years ago
e126678
#14807: fix BB failures on Windows - avoid to to rely too many details of the mode string.
by Giampaolo Rodola'
· 13 years ago
7ca2950
Forward port additional tests from 2.7 (issue #14829).
by Antoine Pitrou
· 13 years ago
fb5b954
Forward port additional tests from 2.7 (issue #14829).
by Antoine Pitrou
· 13 years ago
b3c16fb
More .hgignore additions for new VS build files
by Antoine Pitrou
· 13 years ago
b7d033d
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows.
by Antoine Pitrou
· 13 years ago
Next »