projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2017-05-17
Steve Dower
Adds lib.pyproj file to solution (#1633)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-17
Dong-hee Na
bpo-30149: Fix partialmethod without explicit self...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-17
Victor Stinner
bpo-30387: Fix warning in test_threading (#1634)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-17
Xiang Zhang
bpo-30301: Fix AttributeError when using SimpleQueue...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
csabella
bpo-30211: bdb: add docstrings (#1350)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Nathaniel J...
bpo-30038: fix race condition in signal delivery +...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Mariatta
bpo-30380: Pin the version of Sphinx used to build...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Serhiy Storchaka
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Dominik Miedziński
Fix ModuleNotFoundError typo in import reference (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Serhiy Storchaka
bpo-30375: Correct the stacklevel of regex compiling...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Berker Peksag
bpo-29898: Fix incorrect env variable name (GH-1576)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Senthil Kumaran
Remove unused variable in test_urllibnet. (#1598)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Howie Benefiel
bpo-29651 - Cover edge case of square brackets in...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Victor Stinner
bpo-30339: test_multiprocessing_main_handling timeout...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Victor Stinner
bpo-30357: test_thread now uses threading_cleanup(...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Victor Stinner
bpo-30329: Catch Windows error 10022 on shutdown()...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Serhiy Storchaka
bpo-29196: Removed old-deprecated classes Plist, Dict...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Victor Stinner
bpo-9850: Document macpath deprecation in Misc/NEWS...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Victor Stinner
bpo-9850: Deprecate the macpath module (#1540)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Xiang Zhang
bpo-30242: resolve some undefined behaviours in struct...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Xiang Zhang
bpo-30110: fix resource leak in test_asyncio.test_event...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Xiang Zhang
bpo-30224: remove outdated checks in struct (#1374)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
csabella
bpo-30354: Update data model documentation for super...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-14
Zachary Ware
bpo-29763: Clean up _pth tests (GH-954)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-14
csabella
bpo-30358: Document sort argument of profile.runctx...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-14
Serhiy Storchaka
bpo-30299: Display a bytecode when compile a regex...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-14
Serhiy Storchaka
bpo-30340: Enhanced regular expressions optimization...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-13
morrme
Move Codecov's configuration file under .github (GH...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-13
Mariatta
bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-13
Jim Fasarakis...
bpo-30178: Indent methods and attributes of MimeType...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-13
Serhiy Storchaka
bpo-28974: `object.__format__(x, '')` is now equivalent...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-13
Xiang Zhang
bpo-30341: Improve _PyTrash_thread_destroy_chain()...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-12
Charles
PCbuild/build.bat: Add note about using msbuild respons...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-12
Steve (Gadget...
bpo-30291 Changes to launcher so as to allow py -3...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-12
Vinay Sajip
Indented Handler sections for improved clarity. (#1554)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Brett Cannon
Comment as to why docs are built against Python 3.6...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
csabella
bpo-30308: Code coverage for argument in random.shuffle...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
INADA Naoki
bpo-30048: asyncio: fix Task.cancel() was ignored....
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Giampaolo Rodola
#30190: fix invalid escape sequence warnings (#1534)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
stratakis
bpo-28787: Fix out of tree --with-dtrace builds (#135)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Xiang Zhang
bpo-30281: Fix the default value for stop in PySlice_Un...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Serhiy Storchaka
bpo-30298: Weaken the condition of deprecation warnings...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Victor Stinner
bpo-30320: test_eintr now uses pthread_sigmask() (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Charles
PCbuild/build.bat: pass command line parameters when...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Serhiy Storchaka
bpo-30285: Optimize case-insensitive matching and searc...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Serhiy Storchaka
bpo-30024: Circular imports involving absolute imports...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Jeremy Kloth
bpo-30273: update distutils.sysconfig for venv's create...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Victor Stinner
bpo-30258: regrtest: Fix run_tests_multiprocess() ...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Xiang Zhang
bpo-29990: Fix range checking in GB18030 decoder (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Xiang Zhang
bpo-30289: remove Misc/python-config.sh when make distc...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Pierre Quentel
bpo-29979: Rewrite cgi.parse_multipart to make it consi...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Jim Fasarakis...
Fix a trivial typo in global section (#1497)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-07
Jim Fasarakis...
Closes bpo-30168: indent methods in Logger Class (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-06
Serhiy Storchaka
Revert bpo-26293 for zipfile breakage. See also bpo...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Jelle Zijlstra
bpo-30218: support path-like objects in shutil.unpack_a...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
torsava
bpo-29243: Fix Makefile with respect to --enable-optimi...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
masklinn
bpo-29920: Document cgitb.text() and cgitb.html() funct...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Masayuki Yamamoto
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Victor Stinner
bpo-30264: ExpatParser closes the source on error ...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Serhiy Storchaka
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolo...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Serhiy Storchaka
bpo-30243: Fixed the possibility of a crash in _json...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Serhiy Storchaka
bpo-30215: Make re.compile() locale agnostic. (#1361)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Brett Cannon
Make code coverage less strict (GH-1438)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Victor Stinner
bpo-30273: Update sysconfig (#1464)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Antoine Pitrou
bpo-30185: avoid KeyboardInterrupt tracebacks in forkse...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Victor Stinner
bpo-30263: regrtest: log system load (#1452)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Serhiy Storchaka
bpo-29956: Improve the math.exp() related documentation...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Serhiy Storchaka
bpo-30166: Import command-line parsing modules only...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Victor Stinner
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Serhiy Storchaka
bpo-30184: Add tests for invalid use of PyArg_ParseTupl...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Christian Heimes
Add myself to mention-bot's alwaysNotifyForPaths for...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Brett Cannon
Explicitly mention what should (not) be discussed on...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
UltimateCoder
bpo-28315: Improve code examples in docs (GH-1372)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Victor Stinner
bpo-23404: make touch becomes make regen-all (#1405)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Xiang Zhang
bpo-30103: Allow Uuencode in Python using backtick...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Antoine Pitrou
Fix tests: getsockname() can return None on OS X on...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Victor Stinner
bpo-30232: Regenerate configure (#1396)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Victor Stinner
bpo-30232: Support Git worktree in configure.ac (#1391)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Jim Fasarakis...
Remove outdated tests in test_isinstance (GH-1393)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Ivan Levkivskyi
bpo-28556: Routine updates to typing (#1366)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Antoine Pitrou
bpo-30205: Fix getsockname() for unbound AF_UNIX socket...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Tong SHEN
Fix typo in selectors.rst (#1383)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Victor Stinner
bpo-30228: FileIO seek() and tell() set seekable (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Victor Stinner
bpo-30199: test_ssl closes all asyncore channels (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Victor Stinner
bpo-30132: distutils BuildExtTestCase use temp_cwd...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Nathaniel J...
Clean up some confusing text left by PROTOCOL_SSLv23...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Giampaolo Rodola
bpo-30190: improved error msg for assertAlmostEqual...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Xiang Zhang
restore *data* parameter of binascii.b2a_base64 to...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Jelle Zijlstra
bpo-29679: Implement @contextlib.asynccontextmanager...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
csabella
bpo-30208: DOC: fix small typos in IDLE (#1354)
commit
|
commitdiff
|
tree
|
snapshot
2017-04-29
Serhiy Storchaka
bpo-30158: Fix deprecation warnings in test_importlib...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-28
Neil Schemenauer
Check that Python is 64-bit before enabling BLAKE2_USE_...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-28
Serhiy Storchaka
bpo-30197: Enhance functions swap_attr() and swap_item...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-28
Wieland Hoffmann
Improve the grammar in windows.rst (GH-1330)
commit
|
commitdiff
|
tree
|
snapshot
2017-04-28
Victor Stinner
bpo-30104: Only use -fno-strict-aliasing on dtoa.c...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-27
Jelle Zijlstra
bpo-30174: Remove duplicate definition from pickletools...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-27
Victor Stinner
bpo-30175: Skip client cert tests of test_imaplib ...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-27
Marco Buttu
bpo-27200: Fix several doctests (GH-604)
commit
|
commitdiff
|
tree
|
snapshot
2017-04-27
Jesse Gonzalez
Use the correct name for ISO in Unicode HOWTO. (#1312)
commit
|
commitdiff
|
tree
|
snapshot
2017-04-27
Louie Lu
bpo-28415: Note 0 conversion different between Python...
commit
|
commitdiff
|
tree
|
snapshot
next