95107 Commits (8b58339eb2939da4df822f7ea457b44e120fad45)
 

Author SHA1 Message Date
Serhiy Storchaka 8b58339eb2 Issue #28512: Fixed setting the offset attribute of SyntaxError by 10 years ago
Martin Panter 49c14d8e8f Issue #26483: Clarify str.isdecimal() and isdigit() 10 years ago
Martin Panter 41176ae1d2 Issue #28916: Correct description of %o and %x alternative forms 10 years ago
Brett Cannon bc538e3852 Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages. 10 years ago
Antoine Pitrou cd2a201e5b Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. 10 years ago
Martin Panter 7a44783b42 Issue #28771: Update tp_get/setattr signature documentation 10 years ago
Martin Panter 898573a734 Issue #28820: Fix spelling of “practice” as a noun 10 years ago
Martin Panter cfa9bad4b2 Issue #28755: Improve syntax highlighting in Arg Clinic howto 10 years ago
Martin Panter a277c130f7 Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard. 10 years ago
Ned Deily 932d40abf7 Issue #28900: Update documentation sidebar for 3.6.0rc. 10 years ago
Serhiy Storchaka 606ab86c0e Change order of io.UnsupportedOperation base classes. 10 years ago
Serhiy Storchaka 5adfac2c1b Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. 10 years ago
Serhiy Storchaka 028ace1ccb Issue #28847: dbm.dumb now supports reading read-only files and no longer 10 years ago
Serhiy Storchaka e503126074 Fixed misplaced comment. 10 years ago
Benjamin Peterson 41fef63076 rm unused import 10 years ago
Serhiy Storchaka 419967b832 Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. 10 years ago
Serhiy Storchaka 7bc01c32b1 Fixed mismatching title overline. 10 years ago
Serhiy Storchaka 29b0a26822 Fixed double hyphens that are rendered to literal en-dashes in the documenation. 10 years ago
Steve Dower de6efdb772 Ensures intermediate directory is created before accessing it. 10 years ago
Steve Dower 190dbd9ba2 Issue #28846: Various installer fixes 10 years ago
Serhiy Storchaka 2d397dc44b Merge heads 10 years ago
Serhiy Storchaka ee1b01a41b Issue #21818: Fixed references to classes that have names matching with module 10 years ago
doko@ubuntu.com 1177696b6b - Import latest config.sub config.guess files 10 years ago
Guido van Rossum 61f0a0261f Issue #28790: Fix error when using Generic and __slots__ (Ivan L) 10 years ago
Łukasz Langa 47a9a4beda Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state 10 years ago
Serhiy Storchaka c7b1a0bbe2 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 10 years ago
Berker Peksag 4931122de8 Add missing square bracket in typing.get_type_hints() 10 years ago
Berker Peksag 219a012156 Issue #28738: Document SIGBREAK as an acceptable value on Windows 10 years ago
Guido van Rossum a860286eab Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) 10 years ago
Steve Dower f0888cd734 Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. 10 years ago
Yury Selivanov dab0584738 Issue #28652: Partially rollback previous changes 10 years ago
Victor Stinner 6c7fb55d44 Issue #28688: Remove warnings.filters check from regrtest 10 years ago
Martin Panter 6a4d7629da Fix indentation 10 years ago
Serhiy Storchaka 06a8dea46d Fixed the documentation of the structure PyMethodDef. 10 years ago
Gregory P. Smith aa5a13f5ad replace --with-optimizations references with --enable-optimizations in docs. 10 years ago
Martin Panter 357ed2e577 Change double hyphens (en dashes) to em (longer) dashes 10 years ago
Guido van Rossum b24569a19d Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) 10 years ago
Martin Panter 6e723d2d11 Issue #25659: Change assert to TypeError in from_buffer/_copy() 10 years ago
Martin Panter 395733d46b Issue #10656: Fix out-of-tree building on AIX 10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 1016b2ff00 Rename the new --with-optimiations flag to --enable-optimizations. 10 years ago
Serhiy Storchaka bbfe6c3986 Issue #28666: Fix removing readonly directories on Windows. 10 years ago
Serhiy Storchaka 2ccb98800a Issue #28666: Now test.support.rmtree is able to remove unwritable or 10 years ago
Serhiy Storchaka cf36835fc5 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. 10 years ago
Serhiy Storchaka 6770f8a487 Issue #28666: Now test.support.rmtree is able to remove unwritable or 10 years ago
Serhiy Storchaka f675a37ed3 Issue #19569: Suggested more appropriate replacements for deprecated Unicode 10 years ago
Serhiy Storchaka 144f77a981 Issue #28715: Added error checks for PyUnicode_AsUTF8(). 10 years ago
Steve Dower 93ff8725b3 Issue #28732: Raise ValueError when argv[0] is empty. 10 years ago
Steve Dower 11f4326ca1 Issue #28732: Fix crash in os.spawnv() with no elements in args 10 years ago
Guido van Rossum ca4b252fba Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) 10 years ago
Steve Dower c851817aaa Fixes incorrect path in nuget package build. 10 years ago