Serhiy Storchaka
8b58339eb2
Issue #28512 : Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
10 years ago
Martin Panter
49c14d8e8f
Issue #26483 : Clarify str.isdecimal() and isdigit()
Patch by Julien Palard.
10 years ago
Martin Panter
41176ae1d2
Issue #28916 : Correct description of %o and %x alternative forms
* In Python 3, the specifier is 0o
* There is no special case for leading zeros
* Remove duplicate tests
* Clarify other existing tests and comments
10 years ago
Brett Cannon
bc538e3852
Issue #28424 : Document pkgutil.get_data() doesn't work with namespace packages.
Thanks to Douglas Greiman for the patch.
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.
This makes tests passing after changes by issue #5322 .
10 years ago
Serhiy Storchaka
5adfac2c1b
Issue #5322 : Fixed setting __new__ to a PyCFunction inside Python code.
Original patch by Andreas Stührk.
10 years ago
Serhiy Storchaka
028ace1ccb
Issue #28847 : dbm.dumb now supports reading read-only files and no longer
writes the index file when it is not changed.
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
names.
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
in the documentation.
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
Patch by Wojtek Ruszczewski.
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
Allow AF_UNIX in create_server & create_connection
10 years ago
Victor Stinner
6c7fb55d44
Issue #28688 : Remove warnings.filters check from regrtest
Reloading the warnings module duplicates filters in warnings.filters. Fixing
the issue is tricky. It was decided to simply remove the check from Python 3.5,
since the bug only impacts Python unit tests, not real applications.
The check is kept in Python 3.6 and newer.
10 years ago
Martin Panter
6a4d7629da
Fix indentation
10 years ago
Serhiy Storchaka
06a8dea46d
Fixed the documentation of the structure PyMethodDef.
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
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()
Based on suggestion by Eryk Sun.
10 years ago
Martin Panter
395733d46b
Issue #10656 : Fix out-of-tree building on AIX
The ld_so_aix script and python.exp file are created in the build directory.
Patch by Tristan Carel and Michael Haubenwallner.
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
unreadable directories on Windows too.
10 years ago
Serhiy Storchaka
cf36835fc5
Issue #28750 : Fixed docs of of unicode-escape an raw-unicode-escape C API.
Patch by Xiang Zhang.
10 years ago
Serhiy Storchaka
6770f8a487
Issue #28666 : Now test.support.rmtree is able to remove unwritable or
unreadable directories.
10 years ago
Serhiy Storchaka
f675a37ed3
Issue #19569 : Suggested more appropriate replacements for deprecated Unicode
C API functions.
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
Prevents crashes in some other posixmodule.c functions
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