Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
46c7b3b28332b5b0f5fcfede416966786d33b92f
/
Lib
46c7b3b
Issue #8670: Rename testcapi unicode test methods
by Victor Stinner
· 15 years ago
ea3f305
Oops, revert unwanted _testcapi changes of r85174
by Victor Stinner
· 15 years ago
749261e
Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t
by Victor Stinner
· 15 years ago
5593d8a
Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace
by Victor Stinner
· 15 years ago
1c24bd0
Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character
by Victor Stinner
· 15 years ago
5a2da3b
Use proper variable name 'data' instead of 'str' in the send method.
by Senthil Kumaran
· 15 years ago
aec5fd1
type.__abstractmethods__ should raise an AttributeError #10006
by Benjamin Peterson
· 15 years ago
70a9993
Fix docstring typo.
by R. David Murray
· 15 years ago
31e984c
#10004: in Q encoded word ignore '=xx' when xx is not valid hex.
by R. David Murray
· 15 years ago
9e88b5a
Fix #10003. Add SIGBREAK to the set of valid signals on Windows.
by Brian Curtin
· 15 years ago
38e2996
Issue #6608: time.asctime is now checking struct tm fields its input
by Alexander Belopolsky
· 15 years ago
d2c310f
Fix a couple spelling errors in comments and delete redundant __len__ def.
by R. David Murray
· 15 years ago
0f476d4
Issue1491 - BaseHTTPServer incorrectly implements response code 100
by Senthil Kumaran
· 15 years ago
c603717
Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10.
by Mark Dickinson
· 15 years ago
0c0714f
Add testcases from bug report #9980.
by Mark Dickinson
· 15 years ago
15d597a
test_imp: getfilesystemencoding() cannot be None anymore
by Victor Stinner
· 15 years ago
16004ac
Use os.fsencode() to support surrogates
by Victor Stinner
· 15 years ago
a5785b1
Fix NNTP when there's a ".netrc" file
by Antoine Pitrou
· 15 years ago
2620d81
Disable the usenetrc option when testing nntplib
by Antoine Pitrou
· 15 years ago
69ab951
Issue #9360: Cleanup and improvements to the nntplib module. The API
by Antoine Pitrou
· 15 years ago
926f0da
Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes.
by Brian Curtin
· 15 years ago
c3ed2e7
Issue #9962: GzipFile now has the peek() method.
by Antoine Pitrou
· 15 years ago
41a64a5
linecache.updatecache(): don't the lines into the cache on IOError
by Victor Stinner
· 15 years ago
78f43a7
linecache.updatecache() returns an empty list on error
by Victor Stinner
· 15 years ago
d68d4e8
Have test_sqlite print version info when run in verbose mode.
by R. David Murray
· 15 years ago
11cabcf
#7110: have regrtest print test failures and tracebacks to stderr not stdout.
by R. David Murray
· 15 years ago
cc868d4
Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers)
by Hirokazu Yamamoto
· 15 years ago
1771b54
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
by Brian Curtin
· 15 years ago
6d7df63
Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is
by Antoine Pitrou
· 15 years ago
0ae3361
Issue 9941: Minor code cleanup before implementing the context manager feature:
by Alexander Belopolsky
· 15 years ago
42ef4b1
Fix Issue1595365 - Adding the req.headers after the un-redirect headers have
by Senthil Kumaran
· 15 years ago
cb15988
Issue #8445: try to fix some buildbot failures on test_ttk_guionly.
by Antoine Pitrou
· 15 years ago
4fbe4b3
logging: NullHandler optimisation.
by Vinay Sajip
· 15 years ago
9fdd11b
Issue #9947: logging: Fixed locking bug in stopListening.
by Vinay Sajip
· 15 years ago
32fb6a8
Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.
by Vinay Sajip
· 15 years ago
a847c81
This should fix buildbot failure introduced by r84994
by Alexander Belopolsky
· 15 years ago
82df53e
Fix a line that got hacked up by r82659.
by Brian Curtin
· 15 years ago
a4024e2
Make _kill_process more robust under Windows too (see issue #8432)
by Antoine Pitrou
· 15 years ago
ff09ce2
Issue #9936: Fixed executable lines' search in the trace module.
by Alexander Belopolsky
· 15 years ago
e8e8042
Fix #9790 again. Rather than handle NotImplementedError at runtime as
by Brian Curtin
· 15 years ago
0151b8e
LoginTests fails on a number of buildbots with different errors. Skip
by Brian Curtin
· 15 years ago
0dac808
Fix #9790: Rework the imports necessary for ntpath.samefile and
by Brian Curtin
· 15 years ago
605c293
Further tarfile / test_tarfile cleanup
by Antoine Pitrou
· 15 years ago
b09a3d6
Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r;
by Mark Dickinson
· 15 years ago
e8e4b3b
#9808. Implement os.getlogin for Windows, completed by Jon Anglin.
by Brian Curtin
· 15 years ago
ab58b5f
Try harder to fix test_tarfile under Windows buildbots
by Antoine Pitrou
· 15 years ago
95f5560
Try to fix test_tarfile issues on Windows buildbots by closing file
by Antoine Pitrou
· 15 years ago
7b96984
Issue #1675951: Allow GzipFile to work with unseekable file objects.
by Antoine Pitrou
· 15 years ago
dda7fdf
Skip estLoadWithUNC when UNC is not available.
by Hirokazu Yamamoto
· 15 years ago
b3b390d
Issue #9868: locale was left changed after TestEnUSCollation#setUp raised
by Hirokazu Yamamoto
· 15 years ago
0637d49
logging: added QueueListener and documentation.
by Vinay Sajip
· 15 years ago
d12a420
Fix encoding for test case added in r84967.
by Florent Xicluna
· 15 years ago
42d5445
Fix typo and add test case.
by Florent Xicluna
· 15 years ago
31c604d
Issue 9916: Add some missing errno symbols.
by Barry Warsaw
· 15 years ago
0258ce8
logging: Added QueueHandler.prepare and updated documentation.
by Vinay Sajip
· 15 years ago
c944cfc
Issue9131: Mark fragile test as CPython-specific
by Daniel Stutzbach
· 15 years ago
3842529
Issue #9908: Fix os.stat() on bytes paths under Windows 7.
by Antoine Pitrou
· 15 years ago
3e62f78
Fixed microsecond rounding in python version of utcfromtimestamp
by Alexander Belopolsky
· 15 years ago
b3bfc3d
Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by
by Antoine Pitrou
· 15 years ago
212b590
logging: Updated LoggerAdapter implementation.
by Vinay Sajip
· 15 years ago
c84f016
Added some methods to LoggerAdapter, and updated documentation.
by Vinay Sajip
· 15 years ago
26d64ae
rewrite nocaret test to not rely on a specific SyntaxError
by Benjamin Peterson
· 15 years ago
0646b4b
test_get_makefile_filename() is not compatible with Windows.
by Barry Warsaw
· 15 years ago
ebbef6f
Issue 9877: expose sysconfig.get_makefile_filename() in the public API.
by Barry Warsaw
· 15 years ago
ae7d7fa
Reverted changes which were inadvertently committed.
by Vinay Sajip
· 15 years ago
61c3f0d
logging: added hasHandlers() to LoggerAdapter.
by Vinay Sajip
· 15 years ago
b4a0809
logging: Add hasHandlers() method to Logger.
by Vinay Sajip
· 15 years ago
3d8580f
Try a more robust implementation of _kill_process
by Antoine Pitrou
· 15 years ago
84e751a
Try to fix buildbot failure (#9902)
by Antoine Pitrou
· 15 years ago
7c08744
Make error more explicit in test_finalize_with_trace
by Antoine Pitrou
· 15 years ago
fedd481
Try to make signal-sending tests in test_subprocess more robust on slow machines
by Antoine Pitrou
· 15 years ago
fb8db8f
Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot
by Antoine Pitrou
· 15 years ago
5cc9a05
Update the test_distutils mode test to test with umask value properly.
by Senthil Kumaran
· 15 years ago
eb19dce
Issue #1686: Fix string.Template when overriding the pattern attribute.
by Florent Xicluna
· 15 years ago
98b4670
Issue #9854: SocketIO objects now observe the RawIOBase interface in
by Antoine Pitrou
· 15 years ago
8db3027
Issue #9895: speed up test_subprocess
by Antoine Pitrou
· 15 years ago
81c4d36
Initial implementation of PEP 3148
by Brian Quinlan
· 15 years ago
679e0f2
Issue #9894: Do not hardcode ENOENT in test_subprocess.
by Antoine Pitrou
· 15 years ago
f2dec8d
In Python3000, Tkinter was renamed to tkinter. And print is now function.
by Hirokazu Yamamoto
· 15 years ago
2cdacd7
Added missing BaseTest.tearDown(self). Fixed refleak.
by Hirokazu Yamamoto
· 15 years ago
0c25b45
Skip the distutils mode test on Windows OS.
by Senthil Kumaran
· 15 years ago
bc85d84
Temporarily commented out test which succeeds locally but fails on buildbots, while investigating.
by Vinay Sajip
· 15 years ago
e797c16
Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath
by Victor Stinner
· 15 years ago
d61d077
#1730136: Fix comparison between a tk Font object and an object of a different type.
by Amaury Forgeot d'Arc
· 15 years ago
19ec67a
Issue #9441: logging: Improved test coverage for rotating file handlers.
by Vinay Sajip
· 15 years ago
9b86a69
Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter
by Senthil Kumaran
· 15 years ago
35c87f2
Issue 9865: add __sizeof__ to OrderedDict.
by Raymond Hettinger
· 15 years ago
aee4756
Relax test condition (fix failures on FreeBSD buildbots)
by Antoine Pitrou
· 15 years ago
c1cc0d0
Remove unneeded exception chaining.
by Raymond Hettinger
· 15 years ago
3255c63
Improve comment
by Raymond Hettinger
· 15 years ago
86909b5
rename DISCONNECTED global constant in _DISCONNECTED
by Giampaolo Rodolà
· 15 years ago
985b68e
Store all errors signaling a disconnection into a global frozenset to save some computation time on recv() and send().
by Giampaolo Rodolà
· 15 years ago
cf1dd71
Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output
by Matthias Klose
· 15 years ago
8dd2387
Reverted unwanted change in r84826
by Antoine Pitrou
· 15 years ago
5aa0d10
Improve docs for socket.makefile() and SocketIO
by Antoine Pitrou
· 15 years ago
872b79d
Add a comment explaining why SocketIO is needed
by Antoine Pitrou
· 15 years ago
1006bd4
Future proof total_ordering against changes in methods defined on object.
by Raymond Hettinger
· 15 years ago
2e55fec
Make testDefaults in test.test_socket.BasicSocketPairTest more reliable.
by Antoine Pitrou
· 15 years ago
f7328d0
Improve iteration speed by only proxying back links.
by Raymond Hettinger
· 15 years ago
328ec74
Issue #9854: The default read() implementation in io.RawIOBase now
by Antoine Pitrou
· 15 years ago
Next »