projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2018-07-20
Aaqa Ishtyaq
Remove extra parentheses in output formatting tutorial...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Victor Stinner
bpo-34008: Allow to call Py_Main() after Py_Initialize...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Terry Jan Reedy
bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
ValeriyaSinevich
bpo-30237: Output error when ReadConsole is canceled...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Victor Stinner
bpo-32692: Fix test_threading.test_set_and_clear()...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-18
Victor Stinner
bpo-34130: Fix test_signal.test_warn_on_full_buffer...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-18
Victor Stinner
bpo-34130: Fix test_signal.test_socket() (GH-8326)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-18
Serhiy Storchaka
bpo-34141: Optimized pickling simple non-recursive...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-17
Raymond Hettinger
Clarify ValueError's broad applicability (GH-8313)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-17
Zackery Spytz
bpo-34068: _io__IOBase_close_impl could call _PyObject_...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-17
INADA Naoki
bpo-33967: Fix wrong use of assertRaises (GH-8306)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-17
Raymond Hettinger
bpo-34123: Fix missed documentation update for dict...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-16
Jon Ribbens
bpo-34124: Fix markup of message_from_binary_file(...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-16
Antoine Pitrou
bpo-32430: Rename Modules/Setup.dist to Modules/Setup...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-16
Nicolas Noé
bpo-33911: Fixed deprecation warning in xmlrpc.server...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-16
Serhiy Storchaka
bpo-24618: Add a check in the code constructor. (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-16
Benjamin Peterson
bpo-34121: Fix detection of C11 atomic support on clang...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-14
INADA Naoki
bpo-34087: Fix buffer overflow in int(s) and similar...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-13
Jason R. Coombs
bpo-34108: Fix double carriage return in 2to3 on Window...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-13
Andrés Delfino
bpo-4260: Document that ctypes.xFUNCTYPE are decorators...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-12
Victor Stinner
bpo-33723: Fix test_time.test_thread_time() (GH-8267)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-12
Zackery Spytz
bpo-33967: Remove use of deprecated assertRaisesRegexp...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Serhiy Storchaka
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Zachary Ware
Enable GUI testing on Travis Linux builds via Xvfb...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Serhiy Storchaka
bpo-23927: Make getargs.c skipitem() skipping 'w*'...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Eitan Adler
bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Victor Stinner
bpo-34092, test_logging: increase SMTPHandlerTest timeo...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Derek B. Kim
Simplify __all__ in multiprocessing (GH-6856)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Stig Johan...
bpo-34083: Update dict order in Functional HOWTO (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Andrés Delfino
Doc: Point to Simple statements section instead of...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Chih-Hsuan Yen
bpo-29442: Replace optparse with argparse in setup...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
INADA Naoki
bpo-33597: Add What's New for PyGC_Head (GH-8236)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Tom Faulkner
Dataclasses: Fix example on 30.6.8, add method should...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Lysandros Nikolaou
Fix documentation for input and output tutorial (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
Nick Coghlan
bpo-34009: Expand on platform support changes (GH-8022)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
Raymond Hettinger
Factor-out two substantially identical code blocks...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
Bradley Laney
bpo-34031: fix incorrect usage of self.fail in two...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
INADA Naoki
bpo-33597: Reduce PyGC_Head size (GH-7043)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
Dong-hee Na
bpo-33967: Fix singledispatch raised IndexError when...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
Benjamin Peterson
prefix internal sqlite symbols with _pysqlite_ (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
Benjamin Peterson
delete some unused pysqlite forward declarations (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Mariatta
Move Code_of_Conduct.rst to the root level. (GH-8209)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Berker Peksag
bpo-11572: Make minor improvements to copy module ...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Berker Peksag
bpo-24459: Document missing env variables in python...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Serhiy Storchaka
bpo-22689: Copy the result of getenv() in sys_breakpoin...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Sergey Fedoseev
Fixed several assertTrue() that were intended to be...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Daniel Porteous
bpo-34067: Include a more easily understood example...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Serhiy Storchaka
bpo-34066: Disabled interruption before SETUP_WITH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Serhiy Storchaka
bpo-33305: Improve SyntaxError for invalid numerical...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Serhiy Storchaka
bpo-26544: Fixed implementation of platform.libc_ver...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Andrés Delfino
Fix margin in sentinel and mock_open (GH-8188)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-08
Marcin Niemira
bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-08
Serhiy Storchaka
bpo-31014: Fix the webbrowser module. (GH-7267)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-08
Sergey Fedoseev
bpo-34041: Allow creating deterministic functions in...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Andrés Delfino
bpo-33888: Use CPython instead of Python in the FAQ...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Marcin Niemira
closes bpo-34050: Fix link in SSL docs (GH-8173)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Benjamin Peterson
Make PySimpleQueueType static. (GH-8175)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Andrew Kuchling
bpo-28626: rearrange discussion of output formatting...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Andrés Delfino
bpo-33702: Add some missing links in production lists...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Andrés Delfino
bpo-33804: Document that the argument for io.TextIOBase...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Andrés Delfino
Fix moduleauthor/sectionauthor directives in Enum ...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Andrés Delfino
Add missing closing parentheses (GH-8144)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Benjamin Peterson
Make various internal _testbuffer symbols static. ...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
João D. Ferreira
Fix typo in TypeVar docstring (#8142)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Dong-hee Na
bpo-34065: Improve the markup of logging.basicConfig...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Benjamin Peterson
Hide some symbols from _xxsubinterpreters. (GH-8151)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Benjamin Peterson
Make two PyModuleDef_Slot symbols static in _testmultip...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Benjamin Peterson
closes bpo-34056: Always return bytes from _HackedGetDa...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
INADA Naoki
bpo-23493: json: Change sort_keys in Python encoder...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Yury Selivanov
bpo-34042: Fix dict.copy() to maintain correct total...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Raymond Hettinger
Clarify that example in comment is about fromkeys(...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Victor Stinner
bpo-34054: multiprocessing uses time.monotonic() (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Robert Krzyzanowski
fix two typos in Objects/odictobject.c comments (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Tal Einat
bpo-20180: complete AC conversion of Objects/stringlib...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Julien Palard
Doc: Remove superfluous markup. (GH-8112)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Zackery Spytz
Fix GCC warning in Python/hamt.c (GH-7618)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Ammar Askar
bpo-33899: Make tokenize module mirror end-of-file...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Benjamin Peterson
Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
INADA Naoki
bpo-34043: Optimize tarfile uncompress performance...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Sergey Fedoseev
versionadded -> versionchanged for all 'X parameter...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Raymond Hettinger
Add more detail to the Counter.fromkeys() comment block...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Windson yang
classify abs() argument type (GH-8103)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Artjom
Fix typo in dataclasses documentation (GH-8102)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Victor Stinner
bpo-34044: subprocess.Popen copies startupinfo (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Serhiy Storchaka
Fix fuzz testing for marshal.loads(). (GH-8106)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Serhiy Storchaka
bpo-33720: Improve tests for the stack overflow in...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Sergey Fedoseev
Removed unused import from tzinfo_examples.py. (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Julien Palard
Update Stackless Python wiki URL (GH-8072)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
Raymond Hettinger
Minor code refactoring. Compute len() one fewer times...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
Gerrit Holl
DOC: In `reduce`, refer to `accumulate` (GH-7930)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
Farhaan Bukhsh
bpo-30516: Fix documentation issue with -timedelta...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
Lorenz Mende
bpo-32942: Fix environment dependent test_script_helper...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
Victor Stinner
bpo-34040, multiprocessing: Fix test_forkserver_sigkill...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
hajoscher
bpo-34010: Fix tarfile read performance regression...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
Benjamin Peterson
Make GenericAlias_Type and Generic_Type static. (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
Benjamin Peterson
Don't export pending_threadfunc from _testcapi. (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
INADA Naoki
bpo-33418: Add tp_clear for function object (GH-8058)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-03
Zackery Spytz
bpo-24596: Decref module in PyRun_SimpleFileExFlags...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-03
Sergey Fedoseev
bpo-34018: Doc'd that type names of SQLite converters...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-03
Bumsik Kim
bpo-34019: Fix wrong arguments for Opera Browser ...
commit
|
commitdiff
|
tree
|
snapshot
next