Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ceb7c18c109bff48d5c3327c0ed9209b68540655
ceb7c18
Deal with a NULL gr_passwd. Reported by Anders Qvist.
by Martin v. Löwis
· 22 years ago
254eb53
Merge Py Idle changes: Rev 1.10 doerwalter (string methods)
by Kurt B. Kaiser
· 22 years ago
d8e20a0
Merge Py Idle changes: Rev 1.6 doerwalter (string methods)
by Kurt B. Kaiser
· 22 years ago
7827e17
Merge Py Idle changes:
by Kurt B. Kaiser
· 22 years ago
e5de778
Back out the previous change. It doesn't save any space on 64-bit platforms.
by Guido van Rossum
· 22 years ago
73d6692
Rearrange the members of struct _node to put shorter fields towards
by Guido van Rossum
· 22 years ago
33931ef
Merge Py Idle changes:
by Kurt B. Kaiser
· 22 years ago
6b06f29
Merge Py Idle changes: Rev 1.5 doerwalter string methods
by Kurt B. Kaiser
· 22 years ago
01166da
Merge Py Idle changes:
by Kurt B. Kaiser
· 22 years ago
3c4dee4
make sure the object browser can't crash because when the list data gets bigger than 32kB
by Just van Rossum
· 22 years ago
b7dd494
add ./ to configure command so it actually works verbatim
by Just van Rossum
· 22 years ago
3cba5c0
Patch #609700: Use $(CC) to link on Linux.
by Martin v. Löwis
· 22 years ago
658009a
Make BadPickleGet a class. Fixes #609164.
by Martin v. Löwis
· 22 years ago
258cba8
When recursively attempting to find the modules imported by an
by Guido van Rossum
· 22 years ago
f1fe145
Merge Py Idle changes: Rev 1.4 (string methods)
by Kurt B. Kaiser
· 22 years ago
75e3790
Merge Py Idle changes: Rev 1.10 (string methods)
by Kurt B. Kaiser
· 22 years ago
220ecbc
Merge Py Idle changes:
by Kurt B. Kaiser
· 22 years ago
c0a0e08
Since it tests both ntohl and ntohs, the test should not be called
by Guido van Rossum
· 22 years ago
aae2094
Merge Py Idle changes
by Kurt B. Kaiser
· 22 years ago
a287644
Merge Py Idle changes Rev 1.13 (string methods)
by Kurt B. Kaiser
· 22 years ago
908aece
Merge Py Idle changes
by Kurt B. Kaiser
· 22 years ago
e72f05d
Merge Py Idle changes
by Kurt B. Kaiser
· 22 years ago
c209b3d
Merge Py Idle's Rev 1.16 (string methods)
by Kurt B. Kaiser
· 22 years ago
1b3c269
Merge Py Idle's changes to AutoIndent.py into EditorWindow.py since
by Kurt B. Kaiser
· 22 years ago
87807a6
Merge Py Idle's Rev 1.5
by Kurt B. Kaiser
· 22 years ago
bd6be7a
I think it makes more sense that the pseudo filename used by fdopen()
by Guido van Rossum
· 22 years ago
96aa0ac
Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC
by Neil Schemenauer
· 22 years ago
7f7c3d0
Address SF bug #577530: del __builtins__ breaks out of rexec
by Guido van Rossum
· 22 years ago
ad2bf5c
Initial revision
by Kurt B. Kaiser
· 22 years ago
1ce4ae3
Don't test whether surrogate sequences round-trip in UTF-8. 2.2.2 candidate.
by Martin v. Löwis
· 22 years ago
766e300
Use integer above sys.maxunicode for range test. Fixes #608884. 2.2.2 candidate.
by Martin v. Löwis
· 22 years ago
6622eec
Bump to reflect final cleanup of Config system and first pass GRPC completed
by Kurt B. Kaiser
· 22 years ago
3ae4eaa
MERGE DS_RPC_BRANCH into MAIN
by Kurt B. Kaiser
· 22 years ago
9ef8f42
MERGE DS_RPC_BRANCH into MAIN: config-keys.def AutoIndent merged 21Jul
by Kurt B. Kaiser
· 22 years ago
a9f8cbc
MERGE DS_RPC_BRANCH into MAIN configHandler.py AutoIndent merged 21Jul
by Kurt B. Kaiser
· 22 years ago
c7273a3
MERGE DS_RPC_BRANCH into MAIN: config-extensions.def AutoIndent merged 21Jul
by Kurt B. Kaiser
· 22 years ago
39df7c4
MERGE DS_RPC_BRANCH into MAIN: configDialog.py AutoIndent merged 21Jul
by Kurt B. Kaiser
· 22 years ago
b3705a3
MERGE DS_RPC_BRANCH into MAIN ToolTip.py cleanup 05Aug
by Kurt B. Kaiser
· 22 years ago
2def78b
MERGE DS_RPC_BRANCH into MAIN
by Kurt B. Kaiser
· 22 years ago
ee7afca
MERGE DS_RPC_BRANCH into MAIN
by Kurt B. Kaiser
· 22 years ago
8c11f7e
MERGE DS_RPC_BRANCH into MAIN
by Kurt B. Kaiser
· 22 years ago
12b9f34
MERGE DS_RPC_BRANCH into MAIN
by Kurt B. Kaiser
· 22 years ago
cb7a383
MERGE DS_RPC_BRANCH into MAIN
by Kurt B. Kaiser
· 22 years ago
583db0d
Fix a couple of minor markup glitches.
by Fred Drake
· 22 years ago
a2627af
Maybe this fixes test_socket on 64-bit Linux.
by Guido van Rossum
· 22 years ago
92cfaf6
MERGE DS_RPC_BRANCH into MAIN
by Kurt B. Kaiser
· 22 years ago
0c9b617
Bindings.py
by Kurt B. Kaiser
· 22 years ago
dcfd825
Add two items
by Andrew M. Kuchling
· 22 years ago
3cda93e
Add a bunch of sys.stdout.flush() calls that will hopefully improve
by Guido van Rossum
· 22 years ago
bcf9f9e
SF # 602108 ensure string is null terminated after strncpy
by Neal Norwitz
· 22 years ago
12e9668
Fiddle with compact_traceback().
by Guido van Rossum
· 22 years ago
a0378e1
Fix part of SF bug # 544248 gcc warning in unicodeobject.c
by Neal Norwitz
· 22 years ago
89841bd
Shut up FutureWarnings about hex constants.
by Jack Jansen
· 22 years ago
76a6ab6
Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available.
by Jack Jansen
· 22 years ago
e87ed57
Patch by Tony Lownds: add the Resources directory to sys.path.
by Jack Jansen
· 22 years ago
9c89da2
Merge from DS_RPC_BRANCH Modified Files: INSTALL.txt
by Kurt B. Kaiser
· 22 years ago
a39a445
Remove unnecessary imports
by Neal Norwitz
· 22 years ago
089061f
Remove unused local variables
by Neal Norwitz
· 22 years ago
a59ab05
Remove unnecessary imports
by Neal Norwitz
· 22 years ago
4ef1103
When testing for localhost/ first map to lower case. Spotted by Skip.
by Jack Jansen
· 22 years ago
3ae2dc5
Treat file://localhost/ as local too (same as file:/ and file:///).
by Jack Jansen
· 22 years ago
10c6eda
Mode rU for universal newlines, not rT. Spotted by Guido.
by Jack Jansen
· 22 years ago
c1ddc50
Minor revision to the "\\" patch, including updating the docs a little to
by Fred Drake
· 22 years ago
c12909b
add note about os.path.join and drive letters on Windows.
by Skip Montanaro
· 22 years ago
6dd7d07
If PyXML is installed, there is no Node.allnodes, so that portion of
by Fred Drake
· 22 years ago
d2909c9
Relax a test so it passes either with the standard library or PyXML.
by Fred Drake
· 22 years ago
efc1188
Fix warnings on 64-bit platforms about casts from pointers to ints.
by Guido van Rossum
· 22 years ago
770acd3
Only build the 'dl' extension when sys.maxint equals 2**31-1.
by Guido van Rossum
· 22 years ago
ed44dbd
Remove another mention of "import string".
by Walter Dörwald
· 22 years ago
b7c1895
Fix typo reported by Paul Clifford.
by Fred Drake
· 22 years ago
5c1ad84
Fix for platforms where int != long.
by Michael W. Hudson
· 22 years ago
4bf1254
Undocumented feature: MHMailbox sets the msg object's _mh_msgno
by Guido van Rossum
· 22 years ago
d560ace
I don't think it's safe to use map.iteritems() in the various poll
by Guido van Rossum
· 22 years ago
7817004
Bump to 2.3.1 to pick up the missing file.
by Barry Warsaw
· 22 years ago
ec694c3
Pass None to AHGotoPage().
by Jack Jansen
· 22 years ago
f6b3fdd
The debugger source view only understood mac-style linefeeds. Fixed.
by Jack Jansen
· 22 years ago
73e8ebf
Revise text about the level of DOM support, and provide pointers to
by Fred Drake
· 22 years ago
0606791
Add Mats Wichmann, another snake farmhand.
by Guido van Rossum
· 22 years ago
aaab30e
Apply diff2.txt from SF patch http://www.python.org/sf/572113
by Walter Dörwald
· 22 years ago
6a0477b
Alphabetize Qvist properly.
by Guido van Rossum
· 22 years ago
02fe647
Insert an overflow check when the sequence repetition count is outside
by Guido van Rossum
· 22 years ago
f981a33
Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist,
by Guido van Rossum
· 22 years ago
c8060a6
The list(xrange(sys.maxint / 4)) test blew up on 64-bit platforms.
by Guido van Rossum
· 22 years ago
4061cbe
Patch suggested by Hamish Lawson: add an __iter__() that returns
by Guido van Rossum
· 22 years ago
806d1c8
Fix *really* embarrassing typo reported by Raymond Hettinger.
by Michael W. Hudson
· 22 years ago
fcd7353
Use distutils.debug.DEBUG instead of distutils.core.DEBUG.
by Jeremy Hylton
· 22 years ago
5f6228e
Define DEBUG in a separate module to resolve circular references.
by Jeremy Hylton
· 22 years ago
504bc4f
Remove mentioning of Python 2.0 limitations. Fixes #607783.
by Martin v. Löwis
· 22 years ago
d4774fb
Untested code for 64-bit platforms. range_length() is declared as int
by Guido van Rossum
· 22 years ago
02ff6a9
A slight change to SET_LINENO-less tracing.
by Michael W. Hudson
· 22 years ago
519a342
Bunch more tests.
by Michael W. Hudson
· 22 years ago
fbcde75
get_payload(): Document that calling it with no arguments returns a
by Barry Warsaw
· 22 years ago
51a0ae3
Ignore IOError exceptions when writing the message.
by Mark Hammond
· 22 years ago
ccd9e75
test_both(): I believe this was a typo: m is only defined if no
by Barry Warsaw
· 22 years ago
1a5b956
test_quote_unquote(): Added a test for the rfc822.unquote() patch
by Barry Warsaw
· 22 years ago
4e09d5c
unquote(): Didn't properly de-backslash-ify. This patch (adapted from
by Barry Warsaw
· 22 years ago
bc6edac
test_utils_quote_unquote(): Test for unquote() properly de-backslash-ifying.
by Barry Warsaw
· 22 years ago
184d55a
rfc822.unquote() doesn't properly de-backslash-ify in Python prior to
by Barry Warsaw
· 22 years ago
93ad6a7
Converted to Vise 8.
by Jack Jansen
· 22 years ago
691fb55
Clarify who maintains Tkinter and who maintains Tk.
by Fred Drake
· 22 years ago
Next »